Home
last modified time | relevance | path

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

/device/google/contexthub/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/inc/cpu/cortexm4f/
Dnanohub_math.h22 #define sinf arm_sin_f32 macro
/device/google/dragon/audio/hal/dsp/
Ddrc_math.h164 return sinf(PI_OVER_TWO_FLOAT * x); in warp_sinf()
/device/google/contexthub/firmware/src/algos/
Dfusion.c285 float k1 = sinf(lwedT); in fusionPredict()
289 vec3ScalarMul(&psi, sinf(hlwedT) * ilwe); in fusionPredict()