HomeSort by relevance Sort by last modified time
    Searched refs:__ieee754_sqrt (Results 1 - 8 of 8) sorted by null

  /external/fdlibm/
w_sqrt.c 28 return __ieee754_sqrt(x);
31 z = __ieee754_sqrt(x);
e_sqrt.c 13 /* __ieee754_sqrt(x)
92 double __ieee754_sqrt(double x) function
94 double __ieee754_sqrt(x)
fdlibm.h 187 extern double __ieee754_sqrt __P((double));
  /bionic/libm/src/
s_asinh.c 51 w = __ieee754_log(2.0*t+one/(__ieee754_sqrt(x*x+one)+t));
54 w =log1p(fabs(x)+t/(one+__ieee754_sqrt(one+t)));
e_sqrt.c 18 /* __ieee754_sqrt(x)
94 __ieee754_sqrt(double x) function
math_private.h 205 #define __ieee754_sqrt sqrt macro
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h 17 /* __ieee754_sqrt(x)
137 double __ieee754_sqrt(double x) function
139 double __ieee754_sqrt(x)
e_pow.h 157 return __ieee754_sqrt(x);

Completed in 645 milliseconds