Lines Matching refs:Approx
416 CHECK( data.float_nine_point_one == Approx( 9.11f ) )
418 9.1f == Approx( 9.1099996567 )
421 CHECK( data.float_nine_point_one == Approx( 9.0f ) )
423 9.1f == Approx( 9.0 )
426 CHECK( data.float_nine_point_one == Approx( 1 ) )
428 9.1f == Approx( 1.0 )
431 CHECK( data.float_nine_point_one == Approx( 0 ) )
433 9.1f == Approx( 0.0 )
436 CHECK( data.double_pi == Approx( 3.1415 ) )
438 3.1415926535 == Approx( 3.1415 )
461 CHECK( x == Approx( 1.301 ) )
463 1.3 == Approx( 1.301 )
655 CHECK( data.float_nine_point_one != Approx( 9.1f ) )
657 9.1f != Approx( 9.1000003815 )
660 CHECK( data.double_pi != Approx( 3.1415926535 ) )
662 3.1415926535 != Approx( 3.1415926535 )
946 Vector Approx matcher -- failing
953 CHECK_THAT( empty, Approx(t1) )
958 Vector Approx matcher -- failing
965 CHECK_THAT( v1, Approx(v2) )