Home
last modified time | relevance | path

Searched refs:testForOverflow (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/ppc/
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qadd()
43 dst.s.hi = testForOverflow; in __gcc_qadd()
H A Dgcc_qsub.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qsub()
43 dst.s.hi = testForOverflow; in __gcc_qsub()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dgcc_qsub.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qsub()
43 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qadd()
43 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/ppc/
H A Dgcc_qsub.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qsub()
43 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c40 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qadd()
43 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/ppc/
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/ppc/
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qsub.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qsub() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
41 dst.s.hi = testForOverflow; in __gcc_qsub()
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c38 const double testForOverflow = A + (B + (a + b)); in __gcc_qadd() local
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
41 dst.s.hi = testForOverflow; in __gcc_qadd()

12