Searched defs:FUNC (Results 1 – 15 of 15) sorted by relevance
/math/ |
A D | lgamma-compat.h | 49 # define LGFUNC(FUNC) FUNC ## _compat argument 51 # define LGFUNC(FUNC) FUNC argument 60 #define CALL_LGAMMA(TYPE, FUNC, ARG) \ argument
|
A D | test-nan-payload.c | 26 #define WRAP_NAN(FUNC, STR) \ argument 28 #define WRAP_STRTO(FUNC, STR) \ argument 74 #define RUN_TESTS(TYPE, SFUNC, FUNC, MANT_DIG) \ argument
|
A D | test-signgam-main.c | 33 #define RUN_TESTS(FUNC, TYPE) \ argument
|
A D | test-nan-overflow.c | 44 #define NAN_TEST(TYPE, FUNC) \ in do_test() argument
|
A D | test-float32.h | 26 #define FUNC(function) function ## f32 macro
|
A D | test-float32x.h | 26 #define FUNC(function) function ## f32x macro
|
A D | test-float64.h | 26 #define FUNC(function) function ## f64 macro
|
A D | test-float.h | 19 #define FUNC(function) function ## f macro
|
A D | test-double.h | 19 #define FUNC(function) function macro
|
A D | test-float128.h | 26 #define FUNC(function) function ## f128 macro
|
A D | test-float64x.h | 26 #define FUNC(function) function ## f64x macro
|
A D | test-ldouble.h | 21 #define FUNC(function) function##l macro
|
A D | math.h | 879 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument 884 # define __MATH_TG_F32(FUNC, ARGS) _Float32: FUNC ## f ARGS, argument 886 # define __MATH_TG_F32(FUNC, ARGS) argument 890 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## l ARGS, argument 892 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## f128 ARGS, argument 895 # define __MATH_TG_F64X(FUNC, ARGS) argument 897 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument 909 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument 922 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument
|
A D | gen-auto-libm-tests.c | 505 #define FUNC(NAME, ARGS, RET, EXACT, COMPLEX_FN, EXACT_ARGS, CALC) \ macro
|
A D | libm-test-driver.c | 1091 #define ALL_RM_TEST(FUNC, EXACT, ARRAY, LOOP_MACRO, END_MACRO, ...) \ argument
|
Completed in 21 milliseconds