Home
last modified time | relevance | path

Searched defs:type (Results 1 – 6 of 6) sorted by relevance

/math/
A Dcomplex.h98 #define __MATHDECL_IMPL(type, function, args) \ argument
101 #define __MATHDECL(type, function, args) \ argument
103 #define __MATHDECL_1_IMPL(type, function, args) \ argument
105 #define __MATHDECL_1(type, function, args) \ argument
127 # define __MATHDECL_1(type, function, args) \ argument
149 #define __MATHDECL(type, function, args) \ argument
151 # define __MATHDECL_1(type, function, args) \ argument
A Dmath-svid-compat.h41 int type; member
A Dmath.h282 #define __MATHDECL_VEC(type, function,suffix, args) \ argument
288 #define __MATHDECL(type, function,suffix, args) \ argument
293 #define __MATHDECLX(type, function,suffix, args, attrib) \ argument
296 #define __MATHDECL_1_IMPL(type, function, suffix, args) \ argument
298 #define __MATHDECL_1(type, function, suffix, args) \ argument
302 #define __MATHDECL_ALIAS(type, function, suffix, args, alias) \ argument
305 #define __MATHREDIR(type, function, suffix, args, to) \ argument
357 # define __MATHDECL_1(type, function,suffix, args) \ argument
384 # define __MATHDECL_1(type, function, suffix, args) \ argument
386 # define __MATHDECL_ALIAS(type, function, suffix, args, alias) \ argument
[all …]
A Dtest-tgmath2.c111 #define TEST2(expr, type, rettype, fn) \ argument
131 #define TEST(expr, type, fn) TEST2(expr, type, type, fn) argument
273 #define NON_LDBL_TEST(fn, argm, arg, type, fnt) \ argument
282 #define NON_LDBL_CTEST(fn, argm, arg, type, fnt) \ argument
A Dgen-auto-libm-tests.c326 generic_value_type type; member
386 input_flag_type type; member
1625 int_type_bits (arg_ret_type type, int long_bits) in int_type_bits()
1651 int_fits_type (mpz_t z, arg_ret_type type, int long_bits) in int_fits_type()
1673 bool ignore, arg_ret_type type, int long_bits) in output_generic_value()
A Dtgmath.h197 # define __floating_type(type) \ argument
199 # define __real_integer_type(type) \ argument
201 # define __complex_integer_type(type) \ argument
207 # define __floating_type(type) (((type) 1.25) != 1) argument
208 # define __real_integer_type(type) (((type) (1.25 + _Complex_I)) == 1) argument
209 # define __complex_integer_type(type) \ argument

Completed in 22 milliseconds