Home
last modified time | relevance | path

Searched refs:expectedLo (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/lang/zig/zig-0.9.0/lib/std/special/compiler_rt/
H A Ddivtf3_test.zig7 fn compareResultLD(result: f128, expectedHi: u64, expectedLo: u64) bool {
12 if (hi == expectedHi and lo == expectedLo) {
16 else if (expectedHi == 0x7fff800000000000 and expectedLo == 0) {
26 fn test__divtf3(a: f128, b: f128, expectedHi: u64, expectedLo: u64) !void {
28 const ret = compareResultLD(x, expectedHi, expectedLo);
H A DextendXfYf2_test.zig8 fn test__extenddftf2(a: f64, expectedHi: u64, expectedLo: u64) !void {
15 if (hi == expectedHi and lo == expectedLo)
19 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
46 fn test__extendsftf2(a: f32, expectedHi: u64, expectedLo: u64) !void {
53 if (hi == expectedHi and lo == expectedLo)
57 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
162 fn test__extendhftf2(a: u16, expectedHi: u64, expectedLo: u64) !void {
169 if (hi == expectedHi and lo == expectedLo)
173 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
/dports/lang/zig-devel/zig-0.9.0/lib/std/special/compiler_rt/
H A Ddivtf3_test.zig7 fn compareResultLD(result: f128, expectedHi: u64, expectedLo: u64) bool {
12 if (hi == expectedHi and lo == expectedLo) {
16 else if (expectedHi == 0x7fff800000000000 and expectedLo == 0) {
26 fn test__divtf3(a: f128, b: f128, expectedHi: u64, expectedLo: u64) !void {
28 const ret = compareResultLD(x, expectedHi, expectedLo);
H A DextendXfYf2_test.zig8 fn test__extenddftf2(a: f64, expectedHi: u64, expectedLo: u64) !void {
15 if (hi == expectedHi and lo == expectedLo)
19 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
46 fn test__extendsftf2(a: f32, expectedHi: u64, expectedLo: u64) !void {
53 if (hi == expectedHi and lo == expectedLo)
57 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
162 fn test__extendhftf2(a: u16, expectedHi: u64, expectedLo: u64) !void {
169 if (hi == expectedHi and lo == expectedLo)
173 if (expectedHi == 0x7fff800000000000 and expectedLo == 0x0) {
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c24 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
31 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c24 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
32 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c24 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
31 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c24 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
32 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatunsitf_test.c23 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()
H A Dfloatsitf_test.c23 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()

1234567