• Home
  • Raw
  • Download

Lines Matching refs:eps

3 define double @test1(double %a, double %b, double %eps) {
4 %cmp = fcmp olt double %a, %eps
13 define double @test2(double %a, double %b, double %eps) {
14 %cmp = fcmp ole double %a, %eps
23 define double @test3(double %a, double %b, double %eps) {
24 %cmp = fcmp ogt double %a, %eps
33 define double @test4(double %a, double %b, double %eps) {
34 %cmp = fcmp oge double %a, %eps
43 define double @test5(double %a, double %b, double %eps) {
44 %cmp = fcmp olt double %a, %eps
53 define double @test6(double %a, double %b, double %eps) {
54 %cmp = fcmp ole double %a, %eps
63 define double @test7(double %a, double %b, double %eps) {
64 %cmp = fcmp ogt double %a, %eps
73 define double @test8(double %a, double %b, double %eps) {
74 %cmp = fcmp oge double %a, %eps
83 define float @test9(float %a, float %b, float %eps) {
84 %cmp = fcmp olt float %a, %eps
93 define float @test10(float %a, float %b, float %eps) {
94 %cmp = fcmp ole float %a, %eps
103 define float @test11(float %a, float %b, float %eps) {
104 %cmp = fcmp ogt float %a, %eps
113 define float @test12(float %a, float %b, float %eps) {
114 %cmp = fcmp oge float %a, %eps
123 define float @test13(float %a, float %b, float %eps) {
124 %cmp = fcmp olt float %a, %eps
133 define float @test14(float %a, float %b, float %eps) {
134 %cmp = fcmp ole float %a, %eps
143 define float @test15(float %a, float %b, float %eps) {
144 %cmp = fcmp ogt float %a, %eps
153 define float @test16(float %a, float %b, float %eps) {
154 %cmp = fcmp oge float %a, %eps
163 define float @test17(float %a, float %b, float %c, float %eps) {
164 %cmp = fcmp oge float %a, %eps
175 define double @test18(double %a, double %b, double %c, double %eps) {
176 %cmp = fcmp oge double %a, %eps