Searched refs:signgam (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | Makefile | 243 test-nearbyint-except-2 test-signgam-uchar test-signgam-uchar-init \ 244 test-signgam-uint test-signgam-uint-init test-signgam-ullong \ 254 test-signgam-uchar-static test-signgam-uchar-init-static \ 255 test-signgam-uint-static test-signgam-uint-init-static \ 256 test-signgam-ullong-static test-signgam-ullong-init-static 435 CFLAGS-test-signgam-uchar.c += -std=c99 436 CFLAGS-test-signgam-uchar-init.c += -std=c99 439 CFLAGS-test-signgam-uint.c += -std=c99 440 CFLAGS-test-signgam-uint-init.c += -std=c99 441 CFLAGS-test-signgam-uint-static.c += -std=c99 [all …]
|
A D | test-signgam-main.c | 28 TYPE signgam = INITVAL; variable 30 TYPE signgam; variable 39 signgam = INITVAL; \ 41 if (signgam == INITVAL) \ 48 signgam = INITVAL; \ 50 if (signgam == INITVAL) \
|
A D | Versions | 96 _LIB_VERSION; signgam; 208 # The __signgam name must be exported for the signgam weak alias 211 # dynamic symbol for signgam but not __signgam.
|
A D | libm-test-lgamma.inc | 42 ALL_RM_TEST (lgamma, 0, lgamma_test_data, RUN_TEST_LOOP_f_f1, END, signgam); 50 ALL_RM_TEST (gamma, 0, lgamma_test_data, RUN_TEST_LOOP_f_f1, END, signgam);
|
A D | lgamma-compat.h | 68 signgam = __signgam = local_signgam; \
|
A D | README.libm-test | 132 as an argument, or to a global variable such as signgam).
|
A D | math.h | 854 extern int signgam;
|
Completed in 10 milliseconds