Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dfloatunsitf_test.c22 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()
Dfloatsitf_test.c22 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()
Dsubtf3_test.c24 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()
Daddtf3_test.c24 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()
Dextendsftf2_test.c22 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()
Dextenddftf2_test.c22 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()
Dmultf3_test.c24 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()
Ddivtf3_test.c24 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()
Dfp_test.h134 uint64_t expectedHi, in compareResultLD() argument
141 if (hi == expectedHi && lo == expectedLo){ in compareResultLD()
145 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()