Home
last modified time | relevance | path

Searched refs:cosf (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dsf_cos.c28 float cosf(float x) in cosf() function
30 float cosf(x) in cosf()
68 return (double) cosf((float) x);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dae_math.h51 #define AE_COS(x) cosf(x)
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c33 #define cosf SDL_cosf macro
A Dnanosvg.h503 float cs = cosf(a), sn = sinf(a); in nsvg__xformSetRotation()
2139 cosrx = cosf(rotx); in nsvg__pathArcTo()
2193 kappa = fabsf(4.0f / 3.0f * (1.0f - cosf(hda)) / sinf(hda)); in nsvg__pathArcTo()
2199 dx = cosf(a); in nsvg__pathArcTo()
A Dnanosvgrast.h460 float ax = cosf(a) * w, ay = sinf(a) * w; in nsvg__roundCap()
568 float ax = cosf(a) * w, ay = sinf(a) * w; in nsvg__roundJoin()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c197 return cosf(x); in SDL_cosf()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt772 copysign copysignf cos cosf exp expf fabs fabsf floor floorf fmod fmodf
829 atan atan2 atanf atan2f ceil ceilf copysign copysignf cos cosf
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m1132 const float c = cosf(rads), s = sinf(rads);

Completed in 24 milliseconds