HomeSort by relevance Sort by last modified time
    Searched refs:signgam (Results 1 - 25 of 64) 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_lgamma.c 27 extern int signgam;
32 return __ieee754_lgamma_r(x,&signgam);
e_lgammaf.c 28 extern int signgam;
33 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 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.
  /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/4/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.
  /prebuilts/ndk/4/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.
  /prebuilts/ndk/4/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.
  /prebuilts/ndk/4/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.
  /prebuilts/ndk/4/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.
  /prebuilts/ndk/4/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.
  /prebuilts/ndk/5/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.
  /prebuilts/ndk/5/platforms/android-9/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/6/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.
  /prebuilts/ndk/6/platforms/android-3/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.
  /prebuilts/ndk/6/platforms/android-9/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/6/platforms/android-9/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 1935 milliseconds

1 2 3