/external/compiler-rt/test/builtins/Unit/ |
D | floatunsitf_test.c | 23 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument 26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf() 30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
|
D | floatsitf_test.c | 23 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument 26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf() 31 "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 | floatunditf_test.c | 27 int test__floatunditf(unsigned long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunditf() argument 30 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunditf() 34 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunditf()
|
D | floatditf_test.c | 27 int test__floatditf(long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf() argument 30 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatditf() 34 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatditf()
|
D | extenddftf2_test.c | 23 int test__extenddftf2(double a, uint64_t expectedHi, uint64_t expectedLo) in test__extenddftf2() argument 26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extenddftf2() 30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
|
D | addtf3_test.c | 25 uint64_t expectedHi, uint64_t expectedLo) in test__addtf3() argument 28 int ret = compareResultLD(x, expectedHi, expectedLo); in test__addtf3() 33 fromRep128(expectedHi, expectedLo)); in test__addtf3()
|
D | extendsftf2_test.c | 23 int test__extendsftf2(float a, uint64_t expectedHi, uint64_t expectedLo) in test__extendsftf2() argument 26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extendsftf2() 31 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
|
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 | 25 uint64_t expectedHi, uint64_t expectedLo) in test__divtf3() argument 28 int ret = compareResultLD(x, expectedHi, expectedLo); in test__divtf3() 33 fromRep128(expectedHi, expectedLo)); in test__divtf3()
|
D | fp_test.h | 140 uint64_t expectedLo) in compareResultLD() argument 146 if (hi == expectedHi && lo == expectedLo){ in compareResultLD() 150 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()
|