Home
last modified time | relevance | path

Searched refs:__addtf3 (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Dsubtf3.c19 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
24 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dsubtf3.c19 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
24 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit));
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dsubtf3.c17 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
21 return __addtf3(a, fromRep(toRep(b) ^ signBit)); in __subtf3()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c23 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
28 long double x = __addtf3(a, b); in test__addtf3()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Daddtf3_test.c22 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
27 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c13 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
18 long double x = __addtf3(a, b); in test__addtf3()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c24 COMPILER_RT_ABI long double __addtf3(long double a, long double b);
29 long double x = __addtf3(a, b); in test__addtf3()

12345678910>>...26