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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_signgam.c 3 int signgam = 0; variable
e_gamma.c 27 extern int signgam;
32 return __ieee754_gamma_r(x,&signgam);
e_gammaf.c 28 extern int signgam;
33 return __ieee754_gammaf_r(x,&signgam);
e_lgammaf.c 28 extern int signgam;
33 return __ieee754_lgammaf_r(x,&signgam);
e_lgammal.c 19 extern int signgam;
24 return lgammal_r(x,&signgam);
e_lgamma.c 29 extern int signgam;
34 return __ieee754_lgamma_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 52 extern int signgam;
178 * Reentrant version of gamma & lgamma; passes signgam back by reference
179 * as the second argument; user must allocate space for signgam.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 183 return lgamma_r (__d, &signgam);
192 return lgammaf_r (__d, &signgam);
202 return lgammal_r (__d, &signgam);
216 return lgamma_r (__d, &signgam);
225 return lgammaf_r (__d, &signgam);
235 return lgammal_r (__d, &signgam);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 183 return lgamma_r (__d, &signgam);
192 return lgammaf_r (__d, &signgam);
202 return lgammal_r (__d, &signgam);
216 return lgamma_r (__d, &signgam);
225 return lgammaf_r (__d, &signgam);
235 return lgammal_r (__d, &signgam);
  /libcore/ojluni/src/main/native/
fdlibm.h 67 extern int signgam;
193 * Reentrant version of gamma & lgamma; passes signgam back by reference
194 * as the second argument; user must allocate space for signgam.
  /bionic/libm/include/
math.h 108 extern int signgam;
246 * Reentrant version of gamma & lgamma; passes signgam back by reference
247 * as the second argument; user must allocate space for signgam.
343 * signgam back by reference as the second argument; user must
344 * allocate space for signgam.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 161 extern int signgam;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 162 extern int signgam;
  /development/ndk/platforms/android-13/include/
math.h 165 extern int signgam;
297 * Reentrant version of gamma & lgamma; passes signgam back by reference
298 * as the second argument; user must allocate space for signgam.
392 * signgam back by reference as the second argument; user must
393 * allocate space for signgam.
  /development/ndk/platforms/android-18/include/
math.h 165 extern int signgam;
298 * Reentrant version of gamma & lgamma; passes signgam back by reference
299 * as the second argument; user must allocate space for signgam.
394 * signgam back by reference as the second argument; user must
395 * allocate space for signgam.
  /development/ndk/platforms/android-21/include/
math.h 154 extern int signgam;
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
292 * as the second argument; user must allocate space for signgam.
387 * signgam back by reference as the second argument; user must
388 * allocate space for signgam.
575 * Reentrant version of gamma & lgamma; passes signgam back by reference
576 * as the second argument; user must allocate space for signgam.
671 * signgam back by reference as the second argument; user must
672 * allocate space for signgam.
  /development/ndk/platforms/android-3/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.
  /development/ndk/platforms/android-9/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.
  /prebuilts/ndk/current/platforms/android-12/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.
  /prebuilts/ndk/current/platforms/android-12/arch-mips/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 2074 milliseconds

1 2 3