Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 10 of 10) sorted by relevance

/math/
A Dlibm-test-support.c1085 ulps = ulp (LIT(1.0)); in check_ulp()
1096 ulpx = ulp (LIT(1.0)); in check_ulp()
1097 if (ulps < (LIT(1.0) - ulpx) || ulps > (LIT(1.0) + ulpx)) in check_ulp()
1107 ulpx = ulp (LIT(1.0)); in check_ulp()
1108 if (ulps < (LIT(1.0) - ulpx) || ulps > (LIT(1.0) + ulpx)) in check_ulp()
1116 ulpx = ulp (LIT(2.0)); in check_ulp()
1117 if (ulps < (LIT(2.0) - ulpx) || ulps > (LIT(2.0) + ulpx)) in check_ulp()
1126 ulpx = ulp (LIT(100.0)); in check_ulp()
1127 if (ulps < (LIT(100.0) - ulpx) || ulps > (LIT(100.0) + ulpx)) in check_ulp()
A Dlibm-test-driver.c77 #define lit_pi_3_m_4_d LIT (2.356194490192344928846982537459627163)
79 #define lit_pi_3_m_4_ln10_m_d LIT (1.023282265381381010614337719073516828)
81 #define lit_pi_2_ln10_m_d LIT (0.682188176920920673742891812715677885)
83 #define lit_pi_4_ln10_m_d LIT (0.341094088460460336871445906357838943)
85 #define lit_pi_ln10_d LIT (1.364376353841841347485783625431355770)
98 #define plus_zero LIT (0.0)
99 #define minus_zero LIT (-0.0)
A Dtest-double.h24 #define LIT(x) (x) macro
A Dtest-float.h26 #define LIT(x) (x ## f) macro
A Dtest-float32.h33 #define LIT(x) __f32 (x) macro
A Dtest-float32x.h33 #define LIT(x) __f32x (x) macro
A Dtest-float64.h33 #define LIT(x) __f64 (x) macro
A Dtest-float128.h38 #define LIT(x) __f128 (x) macro
A Dtest-float64x.h38 #define LIT(x) __f64x (x) macro
A Dtest-ldouble.h39 #define LIT(x) (x ## L) macro

Completed in 13 milliseconds