Searched refs:signgam (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_signgam.c3 int signgam = 0; variable
H A De_gamma.c27 extern int signgam;
32 return __ieee754_gamma_r(x,&signgam);
H A De_gammaf.c28 extern int signgam;
33 return __ieee754_gammaf_r(x,&signgam);
H A De_lgammaf.c28 extern int signgam;
33 return __ieee754_lgammaf_r(x,&signgam);
H A De_lgammal.c19 extern int signgam;
24 return lgammal_r(x,&signgam);
H A De_lgamma.c29 extern int signgam;
34 return __ieee754_lgamma_r(x,&signgam);
H A Dmath.h159 extern int signgam;
328 * Reentrant version of gamma & lgamma; passes signgam back by reference
329 * as the second argument; user must allocate space for signgam.
424 * signgam back by reference as the second argument; user must
425 * allocate space for signgam.
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3998 extern int signgam;
4003 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));
4010 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));
4017 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &signgam, sizeof(signgam));

Completed in 117 milliseconds