Searched refs:StrongDoubleTypedef (Results 1 – 3 of 3) sorted by relevance
22 class StrongDoubleTypedef { class26 explicit StrongDoubleTypedef(double d) : d_(d) {} in StrongDoubleTypedef() function in __anonc90c242a0111::ApproxTests::StrongDoubleTypedef30 inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) { in operator <<()194 StrongDoubleTypedef td(10.0);
260 Approx.tests.cpp:<line number>: passed: td == Approx(10.0) for: StrongDoubleTypedef(10) == Approx( …261 ….tests.cpp:<line number>: passed: Approx(10.0) == td for: Approx( 10.0 ) == StrongDoubleTypedef(10)262 Approx.tests.cpp:<line number>: passed: td != Approx(11.0) for: StrongDoubleTypedef(10) != Approx( …263 ….tests.cpp:<line number>: passed: Approx(11.0) != td for: Approx( 11.0 ) != StrongDoubleTypedef(10)264 Approx.tests.cpp:<line number>: passed: td <= Approx(10.0) for: StrongDoubleTypedef(10) <= Approx( …265 Approx.tests.cpp:<line number>: passed: td <= Approx(11.0) for: StrongDoubleTypedef(10) <= Approx( …266 ….tests.cpp:<line number>: passed: Approx(10.0) <= td for: Approx( 10.0 ) <= StrongDoubleTypedef(10)267 Approx.tests.cpp:<line number>: passed: Approx(9.0) <= td for: Approx( 9.0 ) <= StrongDoubleTypedef…268 Approx.tests.cpp:<line number>: passed: td >= Approx(9.0) for: StrongDoubleTypedef(10) >= Approx( 9…269 Approx.tests.cpp:<line number>: passed: td >= Approx(td) for: StrongDoubleTypedef(10) >= Approx( 10…[all …]
1969 StrongDoubleTypedef(10) == Approx( 10.0 )1974 Approx( 10.0 ) == StrongDoubleTypedef(10)1979 StrongDoubleTypedef(10) != Approx( 11.0 )1984 Approx( 11.0 ) != StrongDoubleTypedef(10)1989 StrongDoubleTypedef(10) <= Approx( 10.0 )1994 StrongDoubleTypedef(10) <= Approx( 11.0 )1999 Approx( 10.0 ) <= StrongDoubleTypedef(10)2004 Approx( 9.0 ) <= StrongDoubleTypedef(10)2009 StrongDoubleTypedef(10) >= Approx( 9.0 )2014 StrongDoubleTypedef(10) >= Approx( 10.0 )[all …]