Home
last modified time | relevance | path

Searched refs:test__floatsitf (Results 1 – 13 of 13) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c24 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
44 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
46 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
48 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
50 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
52 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
54 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c24 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
44 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
46 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
48 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
50 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
52 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
54 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatsitf_test.c23 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
43 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
45 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
47 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
49 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
51 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
53 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dfloatsitf_test.c13 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() function
33 if (test__floatsitf(0x80000000, UINT64_C(0xc01e000000000000), UINT64_C(0x0))) in main()
35 if (test__floatsitf(0x7fffffff, UINT64_C(0x401dfffffffc0000), UINT64_C(0x0))) in main()
37 if (test__floatsitf(0, UINT64_C(0x0), UINT64_C(0x0))) in main()
39 if (test__floatsitf(0xffffffff, UINT64_C(0xbfff000000000000), UINT64_C(0x0))) in main()
41 if (test__floatsitf(0x12345678, UINT64_C(0x401b234567800000), UINT64_C(0x0))) in main()
43 if (test__floatsitf(-0x12345678, UINT64_C(0xc01b234567800000), UINT64_C(0x0))) in main()