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

  /bionic/libm/src/
s_signgam.c 3 int signgam = 0; variable
e_gamma.c 28 extern int signgam;
33 return __ieee754_gamma_r(x,&signgam);
e_gammaf.c 29 extern int signgam;
34 return __ieee754_gammaf_r(x,&signgam);
e_lgamma.c 28 extern int signgam;
33 return __ieee754_lgamma_r(x,&signgam);
e_lgammaf.c 29 extern int signgam;
34 return __ieee754_lgammaf_r(x,&signgam);
  /external/fdlibm/
s_signgam.c 2 int signgam = 0; variable
e_gamma.c 23 extern int signgam;
32 return __ieee754_gamma_r(x,&signgam);
e_lgamma.c 23 extern int signgam;
32 return __ieee754_lgamma_r(x,&signgam);
w_gamma.c 23 extern int signgam;
33 return __ieee754_gamma_r(x,&signgam);
36 y = __ieee754_gamma_r(x,&signgam);
w_lgamma.c 23 extern int signgam;
33 return __ieee754_lgamma_r(x,&signgam);
36 y = __ieee754_lgamma_r(x,&signgam);
fdlibm.h 44 extern int signgam;
170 * Reentrant version of gamma & lgamma; passes signgam back by reference
171 * as the second argument; user must allocate space for signgam.
  /bionic/libm/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-5/arch-x86/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-8/arch-arm/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.
  /ndk/build/platforms/android-8/arch-x86/usr/include/
math.h 165 extern int signgam;
296 * Reentrant version of gamma & lgamma; passes signgam back by reference
297 * as the second argument; user must allocate space for signgam.
389 * signgam back by reference as the second argument; user must
390 * allocate space for signgam.

Completed in 131 milliseconds