Searched defs:expectedLo (Results 1 – 11 of 11) sorted by relevance
| /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()
|
| D | floatditf_test.c | 27 int test__floatditf(long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf()
|
| D | extendsftf2_test.c | 23 int test__extendsftf2(float a, uint64_t expectedHi, uint64_t expectedLo) in test__extendsftf2()
|
| D | floatunditf_test.c | 27 int test__floatunditf(unsigned long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunditf()
|
| D | extenddftf2_test.c | 23 int test__extenddftf2(double a, uint64_t expectedHi, uint64_t expectedLo) in test__extenddftf2()
|
| D | floatsitf_test.c | 23 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf()
|
| D | addtf3_test.c | 25 uint64_t expectedHi, uint64_t expectedLo) in test__addtf3()
|
| D | subtf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__subtf3()
|
| D | multf3_test.c | 24 uint64_t expectedHi, uint64_t expectedLo) in test__multf3()
|
| D | divtf3_test.c | 25 uint64_t expectedHi, uint64_t expectedLo) in test__divtf3()
|
| D | fp_test.h | 140 uint64_t expectedLo) in compareResultLD()
|