Searched refs:T (Results 1 – 6 of 6) sorted by relevance
/math/ |
A D | tst-CMPLX.c | 13 #define T(f, r, i, t) \ in do_test() macro 26 T (f, 0.0f, 0.0f, t); \ in do_test() 27 T (f, 0.0f, 0.0, t); \ in do_test() 28 T (f, 0.0f, 0.0L, t); \ in do_test() 29 T (f, 0.0f, 0.0f, t); \ in do_test() 30 T (f, 0.0, 0.0f, t); \ in do_test() 32 T (f, 0.0, 0.0f, t); \ in do_test() 33 T (f, 0.0, 0.0, t); \ in do_test() 34 T (f, 0.0, 0.0L, t); \ in do_test() 35 T (f, 0.0f, 0.0, t); \ in do_test() [all …]
|
A D | test-tgmath2.c | 460 #define T Tdouble macro 467 #define T Tfloat macro 475 #define T Tldouble macro 494 counts[T][C_cos]++; in TYPE() 510 counts[T][C_fabs]++; in TYPE() 518 counts[T][C_cabs]++; in TYPE() 534 counts[T][C_expm1]++; in TYPE() 542 counts[T][C_lrint]++; in F() 574 counts[T][C_pow]++; in TYPE() 590 counts[T][C_fma]++; in TYPE() [all …]
|
A D | test-math-iszero.cc | 49 template <class T> 53 typedef std::numeric_limits<T> limits; in check_type() 54 CHECK (iszero (T{}), 1); in check_type() 55 CHECK (iszero (T{0}), 1); in check_type() 56 CHECK (iszero (T{-0.0}), 1); in check_type() 57 CHECK (iszero (T{1}), 0); in check_type() 58 CHECK (iszero (T{-1}), 0); in check_type() 77 std::numeric_limits<T>::has_denorm == std::denorm_absent); in check_type() 79 std::numeric_limits<T>::has_denorm == std::denorm_absent); in check_type()
|
A D | test-math-issignaling.cc | 49 template <class T> 53 typedef std::numeric_limits<T> limits; in check_type() 54 CHECK (issignaling (T{0}), 0); in check_type()
|
A D | tgmath.h | 220 # define __tgmath_real_type_sub(T, E) \ argument 222 : (__typeof__ (0 ? (T *) 0 : (void *) (!(E)))) 0)) 232 # define __tgmath_complex_type_sub(T, E1, E2, E3) \ argument 234 ? (__typeof__ (0 ? (T *) 0 : (void *) (!(E1)))) 0 \
|
A D | test-math-iscanonical.cc | 25 template <class T> 29 T val = 0; in check_type()
|
Completed in 9 milliseconds