Home
last modified time | relevance | path

Searched refs:UNLT (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c43 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
69 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
74 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
79 TEST (UNLT (x, y)); in iunlt()
85 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c43 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
69 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
74 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
79 TEST (UNLT (x, y)); in iunlt()
85 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c43 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
69 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
74 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
79 TEST (UNLT (x, y)); in iunlt()
85 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
H A Dcompare-fp-4.c13 #define UNLT(a, b) (((a) < (b)) || __builtin_isunordered ((a), (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
50 TEST (UNLT (x, y)); in iunlt()
56 TEST (ORD (x, y) && UNLT (x, y)); in ilt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c13 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
39 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
44 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
49 TEST (UNLT (x, y)); in iunlt()
55 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()

12345678910>>...48