Searched refs:sqrtf (Results 1 – 16 of 16) sorted by relevance
10 #undef sqrtf11 #define sqrtf sqrtl macro13 #undef sqrtf14 #define sqrtf sqrt macro26 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()
65 s = sqrtf(z); in asinf()118 s = sqrtf(z); in acosf()124 s = sqrtf(z); in acosf()
25 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()
5 float sqrtf(float x) { in sqrtf() function
34 float sqrtf(float x) in sqrtf() function
225 return sqrtf(x); in powf()
206 *pOut = sqrtf(in); in arm_sqrt_f32()213 *pOut = sqrtf(in); in arm_sqrt_f32()217 *pOut = sqrtf(in); in arm_sqrt_f32()
50 #define sqrtf SDL_sqrtf macro
802 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()
319 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()
427 return sqrtf(x); in SDL_sqrtf()
6851 *pOut = sqrtf(in); in arm_sqrt_f32()6858 *pOut = sqrtf(in); in arm_sqrt_f32()6862 *pOut = sqrtf(in); in arm_sqrt_f32()
773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf831 pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf acos acosf
5838 *pOut = sqrtf(in); in arm_sqrt_f32()
6279 * /tools/raw2tiff.c: sqrtf() replaced with sqrt().
Completed in 86 milliseconds