Home
last modified time | relevance | path

Searched refs:q (Results 1 – 3 of 3) sorted by relevance

/math/
A Dtest-math-iszero.cc86 ieee854_float128 q; in check_float128() local
88 q.d = 0.0Q; in check_float128()
90 q.d = -0.0Q; in check_float128()
92 q.d = 1.0Q; in check_float128()
94 q.d = -1.0Q; in check_float128()
98 q.ieee.negative = 0; in check_float128()
105 q.ieee.negative = 1; in check_float128()
109 q.ieee.negative = 0; in check_float128()
116 q.ieee.negative = 1; in check_float128()
120 q.ieee.negative = 0; in check_float128()
[all …]
A Dtest-math-issignaling.cc70 ieee854_float128 q; in check_float128() local
72 q.d = 0; in check_float128()
73 CHECK (issignaling (q.d), 0); in check_float128()
76 q.ieee.negative = 0; in check_float128()
77 q.ieee.exponent = 0x7FFF; in check_float128()
78 q.ieee.mantissa0 = 0x0000; in check_float128()
82 CHECK (issignaling (q.d), 0); in check_float128()
85 q.ieee_nan.quiet_nan = 1; in check_float128()
87 CHECK (issignaling (q.d), 0); in check_float128()
90 q.ieee_nan.quiet_nan = 1; in check_float128()
[all …]
A Dtest-misc.c36 long double q; in do_test() local
39 r = modfl (x, &q); in do_test()
40 if (q != (long double) 0x100000001ll || r != 0.5) in do_test()
132 double q; in do_test() local
135 r = modf (x, &q); in do_test()
136 if (q != (double) 0x100000001ll || r != 0.5) in do_test()

Completed in 5 milliseconds