Searched refs:q (Results 1 – 3 of 3) sorted by relevance
86 ieee854_float128 q; in check_float128() local88 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 …]
70 ieee854_float128 q; in check_float128() local72 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 …]
36 long double q; in do_test() local39 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() local135 r = modf (x, &q); in do_test()136 if (q != (double) 0x100000001ll || r != 0.5) in do_test()
Completed in 5 milliseconds