Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest_ieee.c103 dnumber (int msw, in dnumber() function
128 n = dnumber(0x40000000, 0x00000008); /* near 2 */ in test_round()
129 m = dnumber(0x40400000, 0x00000003); /* near 3.4 */ in test_round()
131 add_rounded_up = dnumber(0x40410000, 0x00000004); /* For RN, RP */ in test_round()
132 add_rounded_down = dnumber(0x40410000, 0x00000003); /* For RM, RZ */ in test_round()
133 sub_rounded_down = dnumber(0xc0410000, 0x00000004); /* for RN, RM */ in test_round()
134 sub_rounded_up = dnumber(0xc0410000, 0x00000003); /* for RP, RZ */ in test_round()