Home | History | Annotate | Download | only in stress

Lines Matching full:epsilon

71 	0x34000000,	//          epsilon
72 0xB4000000, // negative epsilon
759 " const mediump float epsilon = 0.1; // allow small differences. To results to be wrong they must be more wrong than that.\n"
760 " mediump float green = 1.0 + epsilon - abs((a1.y + a2.y + a3.y + a4.y + a5.y) - 6.0);\n"