Home
last modified time | relevance | path

Searched refs:__ledf2 (Results 26 – 50 of 563) sorted by relevance

12345678910>>...23

/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gnat_util/gcc-6-20180516/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc11/gcc-11.2.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc9/gcc-9.4.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
51 strong_alias (__ledf2, __ltdf2);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/soft-fp/
H A Dledf2.c35 __ledf2 (DFtype a, DFtype b) in __ledf2() function
53 strong_alias (__ledf2, __ltdf2);
/dports/lang/gcc48/gcc-4.8.5/libgcc/soft-fp/
H A Dledf2.c34 CMPtype __ledf2(DFtype a, DFtype b) in __ledf2() function
50 strong_alias(__ledf2, __ltdf2);
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/soft-fp/
H A Dledf2.c34 CMPtype __ledf2(DFtype a, DFtype b) in __ledf2() function
50 strong_alias(__ledf2, __ltdf2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c22 int __ledf2(double, double);
65 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
68 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c22 int __ledf2(double, double);
65 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
68 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dcomparedf2_test.c20 int __ledf2(double, double);
63 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
66 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparedf2_test.c20 int __ledf2(double, double);
63 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
66 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/compiler-rt/compiler-rt-0.r131639/test/Unit/
H A Dcomparedf2_test.c20 int __ledf2(double, double);
63 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
66 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c9 int __ledf2(double, double);
52 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
55 __ledf2(vector->a, vector->b), in test__cmpdf2()

12345678910>>...23