Searched refs:test_all_rounding (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | log1p_test.cpp | 132 auto test_all_rounding = [&](uint64_t start, uint64_t stop, in TEST_F() local 150 test_all_rounding(0x0000'0000'0000'0001ULL, 0x0010'0000'0000'0000ULL, in TEST_F() 153 test_all_rounding(0x39B0'0000'0000'0000ULL, 0x3A50'0000'0000'0000ULL, in TEST_F() 156 test_all_rounding(0x3CD0'0000'0000'0000ULL, 0x3D20'0000'0000'0000ULL, "2^-50", in TEST_F() 159 test_all_rounding(0x3E10'0000'0000'0000ULL, 0x3E40'0000'0000'0000ULL, "2^-30", in TEST_F() 162 test_all_rounding(0x3FD0'0000'0000'0000ULL, 0x4010'0000'0000'0000ULL, "0.25", in TEST_F() 165 test_all_rounding(0x4630'0000'0000'0000ULL, 0x4670'0000'0000'0000ULL, "2^100", in TEST_F() 168 test_all_rounding(0x7FD0'0000'0000'0000ULL, 0x7FF0'0000'0000'0000ULL, in TEST_F()
|