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 <<()195 StrongDoubleTypedef td(10.0);
283 Approx.tests.cpp:<line number>: passed: td == Approx(10.0) for: StrongDoubleTypedef(10) == Approx( …284 ….tests.cpp:<line number>: passed: Approx(10.0) == td for: Approx( 10.0 ) == StrongDoubleTypedef(10)285 Approx.tests.cpp:<line number>: passed: td != Approx(11.0) for: StrongDoubleTypedef(10) != Approx( …286 ….tests.cpp:<line number>: passed: Approx(11.0) != td for: Approx( 11.0 ) != StrongDoubleTypedef(10)287 Approx.tests.cpp:<line number>: passed: td <= Approx(10.0) for: StrongDoubleTypedef(10) <= Approx( …288 Approx.tests.cpp:<line number>: passed: td <= Approx(11.0) for: StrongDoubleTypedef(10) <= Approx( …289 ….tests.cpp:<line number>: passed: Approx(10.0) <= td for: Approx( 10.0 ) <= StrongDoubleTypedef(10)290 Approx.tests.cpp:<line number>: passed: Approx(9.0) <= td for: Approx( 9.0 ) <= StrongDoubleTypedef…291 Approx.tests.cpp:<line number>: passed: td >= Approx(9.0) for: StrongDoubleTypedef(10) >= Approx( 9…292 Approx.tests.cpp:<line number>: passed: td >= Approx(td) for: StrongDoubleTypedef(10) >= Approx( 10…[all …]
2217 StrongDoubleTypedef(10) == Approx( 10.0 )2222 Approx( 10.0 ) == StrongDoubleTypedef(10)2227 StrongDoubleTypedef(10) != Approx( 11.0 )2232 Approx( 11.0 ) != StrongDoubleTypedef(10)2237 StrongDoubleTypedef(10) <= Approx( 10.0 )2242 StrongDoubleTypedef(10) <= Approx( 11.0 )2247 Approx( 10.0 ) <= StrongDoubleTypedef(10)2252 Approx( 9.0 ) <= StrongDoubleTypedef(10)2257 StrongDoubleTypedef(10) >= Approx( 9.0 )2262 StrongDoubleTypedef(10) >= Approx( 10.0 )[all …]