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

1 2

  /external/fdlibm/
s_signgam.c 2 int signgam = 0; variable
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);
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);
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.
e_lgamma_r.c 67 * Hence, for x<0, signgam = sign(ieee_sin(pi*x)) and
  /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);
e_lgamma_r.c 71 * Hence, for x<0, signgam = sign(sin(pi*x)) and
  /bionic/libm/man/
lgamma.3 54 .Fa signgam ;
89 .Fa signgam
115 .Fa signgam .
118 .Dq Li signgam\(**exp(lgamma(x))
122 lg = lgamma(x); g = signgam\(**exp(lg);
129 has returned can signgam be correct.
  /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.
  /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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/ndk/android-ndk-r4/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.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 270 `signgam'. The reentrant version instead takes a pointer and stores
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 157 extern int signgam;

Completed in 247 milliseconds

1 2