Searched refs:if_typed (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi_spike.cpp | 47 if_typed<ct, int>(19, 22), in test_spikes_in_ticket_8364() 48 if_typed<ct, int>(2775595.5, 2775256.487954), // SQL Server: 2775256.47588724 in test_spikes_in_ticket_8364() 51 if_typed<ct, int>(7893.0, 7810.487954), // SQL Server: 7810.48711165739 in test_spikes_in_ticket_8364() 52 if_typed<ct, int>(1, 5), in test_spikes_in_ticket_8364() 54 if_typed<ct, int>(2783349.5, 2775256.487954 + 7810.487954), in test_spikes_in_ticket_8364() 62 if_typed<ct, int>(1, 2), in test_spikes_in_ticket_8364() 63 if_typed<ct, int>(17, 20), in test_spikes_in_ticket_8364() 64 if_typed<ct, int>(2615783.5, 2616029.559567), // SQL Server: 2616029.55616044 in test_spikes_in_ticket_8364() 66 if_typed<ct, int>(9, 11), in test_spikes_in_ticket_8364() 67 if_typed<ct, int>(161133.5, 161054.559567), // SQL Server: 161054.560110092 in test_spikes_in_ticket_8364() [all …]
|
D | difference.cpp | 386 1, if_typed<ct, float>(14, 13), 16815.6, in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection.cpp | 222 1, if_typed<ct, float>(4, 5), in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED() 224 ut_settings(if_typed<ct, float>(1.0, 0.01))); in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED() 267 … if_typed<ct, float>(0, 1), -1, if_typed<ct, float>(0.0, 3.635930e-08), ut_settings(0.01)); in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED() 269 … if_typed<ct, float>(0, 1), -1, if_typed<ct, float>(0.0, 4.34355e-05), ut_settings(0.01)); in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED() 314 if_typed<ct, float>(0, 1), -1, if_typed<ct, float>(0.0, 5.585617332907136e-07)); in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED()
|
/third_party/boost/libs/geometry/test/ |
D | geometry_test_common.hpp | 123 inline T if_typed(T value_typed, T value) in if_typed() function
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union.cpp | 433 1, 0, 10, if_typed<ct, float>(1291.5469, 1289.08374)); in test_areal() 445 1, 0, 14, if_typed<ct, float>(332752493.0, 332760303.5)); in test_areal()
|