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

  /external/fdlibm/
w_hypot.c 29 return __ieee754_hypot(x,y);
32 z = __ieee754_hypot(x,y);
e_hypot.c 14 /* __ieee754_hypot(x,y)
49 double __ieee754_hypot(double x, double y) function
51 double __ieee754_hypot(x,y)
fdlibm.h 204 extern double __ieee754_hypot __P((double,double));
  /libcore/ojluni/src/main/native/
jfdlibm.h 82 #define __ieee754_hypot __j__ieee754_hypot macro
fdlibm.h 219 extern double __ieee754_hypot __P((double,double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 17 /* __ieee754_hypot(x,y)
55 __ieee754_hypot(double x, double y) function
math_private.h 701 #define __ieee754_hypot hypot macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h 174 extern double __ieee754_hypot (double, double);
  /device/google/contexthub/firmware/lib/libm/
fdlibm.h 165 extern double __ieee754_hypot __P((double,double));
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 693 #define __ieee754_hypot hypot macro

Completed in 266 milliseconds