Lines Matching refs:eps

4 define double @test1(double %a, double %b, double %eps) {
10 %cmp = fcmp olt double %a, %eps
15 define double @test2(double %a, double %b, double %eps) {
21 %cmp = fcmp ole double %a, %eps
26 define double @test3(double %a, double %b, double %eps) {
33 %cmp = fcmp ogt double %a, %eps
38 define double @test4(double %a, double %b, double %eps) {
45 %cmp = fcmp oge double %a, %eps
50 define double @test5(double %a, double %b, double %eps) {
56 %cmp = fcmp olt double %a, %eps
61 define double @test6(double %a, double %b, double %eps) {
67 %cmp = fcmp ole double %a, %eps
72 define double @test7(double %a, double %b, double %eps) {
79 %cmp = fcmp ogt double %a, %eps
84 define double @test8(double %a, double %b, double %eps) {
91 %cmp = fcmp oge double %a, %eps
96 define float @test9(float %a, float %b, float %eps) {
102 %cmp = fcmp olt float %a, %eps
107 define float @test10(float %a, float %b, float %eps) {
113 %cmp = fcmp ole float %a, %eps
118 define float @test11(float %a, float %b, float %eps) {
125 %cmp = fcmp ogt float %a, %eps
130 define float @test12(float %a, float %b, float %eps) {
137 %cmp = fcmp oge float %a, %eps
142 define float @test13(float %a, float %b, float %eps) {
148 %cmp = fcmp olt float %a, %eps
153 define float @test14(float %a, float %b, float %eps) {
159 %cmp = fcmp ole float %a, %eps
164 define float @test15(float %a, float %b, float %eps) {
171 %cmp = fcmp ogt float %a, %eps
176 define float @test16(float %a, float %b, float %eps) {
183 %cmp = fcmp oge float %a, %eps
188 define float @test17(float %a, float %b, float %c, float %eps) {
197 %cmp = fcmp oge float %a, %eps
202 define double @test18(double %a, double %b, double %c, double %eps) {
211 %cmp = fcmp oge double %a, %eps