Searched refs:expectedHi (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | floatunsitf_test.c | 22 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument 25 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf() 29 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
|
D | floatsitf_test.c | 22 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument 25 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf() 30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
|
D | subtf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__subtf3() argument 27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__subtf3() 32 fromRep128(expectedHi, expectedLo)); in test__subtf3()
|
D | addtf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__addtf3() argument 27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__addtf3() 32 fromRep128(expectedHi, expectedLo)); in test__addtf3()
|
D | extendsftf2_test.c | 22 int test__extendsftf2(float a, uint64_t expectedHi, uint64_t expectedLo) in test__extendsftf2() argument 25 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extendsftf2() 30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
|
D | extenddftf2_test.c | 22 int test__extenddftf2(double a, uint64_t expectedHi, uint64_t expectedLo) in test__extenddftf2() argument 25 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extenddftf2() 29 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
|
D | multf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__multf3() argument 27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__multf3() 32 fromRep128(expectedHi, expectedLo)); in test__multf3()
|
D | divtf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__divtf3() argument 27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__divtf3() 32 fromRep128(expectedHi, expectedLo)); in test__divtf3()
|
D | fp_test.h | 134 uint64_t expectedHi, in compareResultLD() argument 141 if (hi == expectedHi && lo == expectedLo){ in compareResultLD() 145 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()
|