Searched refs:signgam (Results 1 – 8 of 8) sorted by relevance
40 __weak_reference(__signgam, signgam);42 int signgam; variable
38 signgam.c
36 'signgam.c'
1206 #define __signgam signgam
17 return (lgammal_r(x, &signgam)); in lgammal()
667 extern int signgam;
15188 * libc/reent/signgam.c: Ditto.19080 * libc/reent/signgam.c (__signgam): Fix error in previous.19160 * libc/reent/signgam.c (__signgam): Use _REENT_SIGNGAM().19956 * libc/include/math.h (signgam): Change to errno-like solution19957 using a function to return the address of the real signgam.19958 * libc/reent/signgam.c: New file containing __signgam().19959 * libc/reent/Makefile.am: Added signgam.c to list of files.19971 * libc/include/math.h (signgam): Regress previous fix as19972 it does not handle programs with extern int signgam in them.19976 * libc/include/math.h (signgam): Changed to a macro refering to[all …]
1022 newlib/libm/common/signgam.c