Home
last modified time | relevance | path

Searched refs:sqrtf (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dacoshf.c10 #undef sqrtf
11 #define sqrtf sqrtl macro
13 #undef sqrtf
14 #define sqrtf sqrt macro
26 return log1pf(x-1 + sqrtf((x-1)*(x-1)+2*(x-1))); in acoshf()
29 return logf(2*x - 1/(x+sqrtf(x*x-1))); in acoshf()
A Dasinfacosf.c65 s = sqrtf(z); in asinf()
118 s = sqrtf(z); in acosf()
124 s = sqrtf(z); in acosf()
A Dasinhf.c25 x = logf(2*x + 1/(sqrtf(x*x+1)+x)); in asinhf()
28 x = log1pf(x + x*x/(sqrtf(x*x+1)+1)); in asinhf()
A Dthumb_vfp_sqrtf.c5 float sqrtf(float x) { in sqrtf() function
A Def_sqrt.c34 float sqrtf(float x) in sqrtf() function
A Dmath.c225 return sqrtf(x); in powf()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/
A Dfast_math_functions.h206 *pOut = sqrtf(in); in arm_sqrt_f32()
213 *pOut = sqrtf(in); in arm_sqrt_f32()
217 *pOut = sqrtf(in); in arm_sqrt_f32()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dfast_math_functions.h206 *pOut = sqrtf(in); in arm_sqrt_f32()
213 *pOut = sqrtf(in); in arm_sqrt_f32()
217 *pOut = sqrtf(in); in arm_sqrt_f32()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c50 #define sqrtf SDL_sqrtf macro
A Dnanosvg.h802 return sqrtf(w*w + h*h) / sqrtf(2.0f); in nsvg__actualLength()
875 sl = sqrtf(sw*sw + sh*sh) / sqrtf(2.0f); in nsvg__createGradient()
918 float sx = sqrtf(t[0]*t[0] + t[2]*t[2]); in nsvg__getAverageScale()
919 float sy = sqrtf(t[1]*t[1] + t[3]*t[3]); in nsvg__getAverageScale()
2084 static float nsvg__vmag(float x, float y) { return sqrtf(x*x + y*y); } in nsvg__vmag()
2129 d = sqrtf(dx*dx + dy*dy); in nsvg__pathArcTo()
2148 d = sqrtf(d); in nsvg__pathArcTo()
2158 s = sqrtf(sa / sb); in nsvg__pathArcTo()
A Dnanosvgrast.h319 float d = sqrtf((*x)*(*x) + (*y)*(*y)); in nsvg__normalize()
799 float dist = sqrtf(dx*dx + dy*dy); in nsvg__flattenShapeStroke()
1080 gd = sqrtf(gx*gx + gy*gy); in nsvg__scanlineSolid()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c427 return sqrtf(x); in SDL_sqrtf()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Darm_math.h6851 *pOut = sqrtf(in); in arm_sqrt_f32()
6858 *pOut = sqrtf(in); in arm_sqrt_f32()
6862 *pOut = sqrtf(in); in arm_sqrt_f32()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf
831 pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf acos acosf
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Darm_math.h5838 *pOut = sqrtf(in); in arm_sqrt_f32()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog6279 * /tools/raw2tiff.c: sqrtf() replaced with sqrt().

Completed in 86 milliseconds