Lines Matching full:zeros
28 // RUN: %clang -### -fno-signed-zeros -c %s 2>&1 \
29 // RUN: | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS %s
30 // CHECK-NO-SIGNED-ZEROS: "-cc1"
31 // CHECK-NO-SIGNED-ZEROS: "-fno-signed-zeros"
33 // RUN: %clang -### -fno-fast-math -fno-signed-zeros -c %s 2>&1 \
34 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-SIGNED-ZEROS %s
35 // CHECK-NO-FAST-MATH-NO-SIGNED-ZEROS: "-cc1"
36 // CHECK-NO-FAST-MATH-NO-SIGNED-ZEROS: "-fno-signed-zeros"
38 // RUN: %clang -### -fno-signed-zeros -fno-fast-math -c %s 2>&1 \
39 // RUN: | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS-NO-FAST-MATH %s
40 // CHECK-NO-SIGNED-ZEROS-NO-FAST-MATH: "-cc1"
41 // CHECK-NO-SIGNED-ZEROS-NO-FAST-MATH-NOT: "-fno-signed-zeros"
118 // RUN: -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
124 // RUN: -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
130 // RUN: -fno-fast-math -fno-signed-zeros -fno-trapping-math -c %s 2>&1 \
198 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
201 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
204 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
205 // RUN: -fno-trapping-math -fsigned-zeros -c %s 2>&1 \
207 // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \
214 // RUN: %clang -### -funsafe-math-optimizations -fsigned-zeros -c %s 2>&1 \
225 // RUN: %clang -### -ffast-math -fsigned-zeros -c %s 2>&1 \