Lines Matching refs:maxUlps
554 float maxUlps = 8192.0f + // error in sqrt in test_geom_fast_distance() local
560 maxUlps, seed ) != 0 ) in test_geom_fast_distance()
601 float maxUlps = 3.0f + // error in sqrt in test_geom_distance() local
605 …woToFloat_kernel( queue, context, "distance", sizes[ size ], verifyDistance, maxUlps, seed ) != 0 ) in test_geom_distance()
766 float maxUlps = 3.0f + // error in sqrt in test_geom_length() local
771 …if( test_oneToFloat_kernel( queue, context, "length", sizes[ size ], verifyLength, maxUlps, seed )… in test_geom_length()
821 float maxUlps = 8192.0f + // error in half_sqrt in test_geom_fast_length() local
825 …loat_kernel( queue, context, "fast_length", sizes[ size ], verifyFastLength, maxUlps, seed ) != 0 ) in test_geom_fast_length()
1071 float maxUlps = 2.5f + // error in rsqrt + error in multiply in test_geom_normalize() local
1074 …oOne_kernel( queue, context, "normalize", sizes[ size ], verifyNormalize, maxUlps, 0, seed ) != 0 ) in test_geom_normalize()
1107 float maxUlps = 8192.5f + // error in rsqrt + error in multiply in test_geom_fast_normalize() local
1111 …kernel( queue, context, "fast_normalize", sizes[ size ], verifyNormalize, maxUlps, 1, seed ) != 0 ) in test_geom_fast_normalize()