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

  /external/fdlibm/
e_gamma_r.c 15 /* __ieee754_gamma_r(x, signgamp)
25 double __ieee754_gamma_r(double x, int *signgamp) function
27 double __ieee754_gamma_r(x,signgamp)
e_gamma.c 18 * Method: call __ieee754_gamma_r
32 return __ieee754_gamma_r(x,&signgam);
w_gamma.c 33 return __ieee754_gamma_r(x,&signgam);
36 y = __ieee754_gamma_r(x,&signgam);
w_gamma_r.c 29 return __ieee754_gamma_r(x,signgamp);
32 y = __ieee754_gamma_r(x,signgamp);
fdlibm.h 199 extern double __ieee754_gamma_r __P((double,int *));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_gamma.c 21 * Method: call __ieee754_gamma_r
32 return __ieee754_gamma_r(x,&signgam);
e_gamma_r.c 18 /* __ieee754_gamma_r(x, signgamp)
29 __ieee754_gamma_r(double x, int *signgamp) function
math_private.h 698 #define __ieee754_gamma_r gamma_r macro
  /libcore/ojluni/src/main/native/
jfdlibm.h 77 #define __ieee754_gamma_r __j__ieee754_gamma_r macro
fdlibm.h 214 extern double __ieee754_gamma_r __P((double,int *));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h 168 extern double __ieee754_gamma_r (double, int *);
  /device/google/contexthub/firmware/lib/libm/
fdlibm.h 162 extern double __ieee754_gamma_r __P((double,int *));
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 686 #define __ieee754_gamma_r gamma_r macro
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 686 #define __ieee754_gamma_r gamma_r macro
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 690 #define __ieee754_gamma_r gamma_r macro

Completed in 267 milliseconds