Home
last modified time | relevance | path

Searched refs:sinf (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dsf_sin.c19 float sinf(float x) in sinf() function
21 float sinf(x) in sinf()
59 return (double) sinf((float) x);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
Dnanohub_math.h23 #define sinf arm_sin_f32 macro
/device/google/contexthub/firmware/os/algos/
Dfusion.c292 float k1 = sinf(lwedT); in fusionPredict()
296 vec3ScalarMul(&psi, sinf(hlwedT) * ilwe); in fusionPredict()