| /src/lib/libm/src/ |
| s_signgam.c | 5 int signgam = 0; variable
|
| e_lgammal.c | 22 extern int signgam; 27 return lgammal_r(x,&signgam);
|
| w_gamma.c | 31 return __ieee754_lgamma_r(x,&signgam); 34 y = __ieee754_lgamma_r(x,&signgam);
|
| w_gammaf.c | 28 return __ieee754_lgammaf_r(x,&signgam); 31 y = __ieee754_lgammaf_r(x,&signgam);
|
| w_lgamma.c | 31 return __ieee754_lgamma_r(x,&signgam); 34 y = __ieee754_lgamma_r(x,&signgam);
|
| w_lgammaf.c | 28 return __ieee754_lgammaf_r(x,&signgam); 31 y = __ieee754_lgammaf_r(x,&signgam);
|
| /src/lib/libm/noieee_src/ |
| n_lgamma.c | 86 int signgam; variable 147 return lgamma_r(x, &signgam);
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| lgammaq.c | 79 int signgam; local 81 return __quadmath_lgammaq_r (x, &signgam);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| lgammaq.c | 79 int signgam; local 81 return __quadmath_lgammaq_r (x, &signgam);
|
| /src/include/ |
| math.h | 183 extern int signgam; 552 * Reentrant version of gamma & lgamma; passes signgam back by reference 553 * as the second argument; user must allocate space for signgam. 591 * signgam back by reference as the second argument; user must 592 * allocate space for signgam.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 4878 extern int signgam; 4883 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 4890 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 4905 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 1949 EXPECT_NOT_POISONED(signgam); 1955 EXPECT_NOT_POISONED(signgam); 1962 EXPECT_NOT_POISONED(signgam);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 5190 extern int signgam; 5195 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 5202 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 5217 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 5163 extern int signgam; 5168 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 5175 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam)); 5190 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));
|
| /src/external/gpl3/gcc/dist/libquadmath/ |
| configure | 12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the math.h includes POSIX's signgam" >&5 12293 $as_echo_n "checking whether the math.h includes POSIX's signgam... " >&6; } 12304 void foo(void) { signgam = 1; }
|
| /src/external/gpl3/gcc.old/dist/libquadmath/ |
| configure | 12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the math.h includes POSIX's signgam" >&5 12155 $as_echo_n "checking whether the math.h includes POSIX's signgam... " >&6; } 12166 void foo(void) { signgam = 1; }
|