Home
last modified time | relevance | path

Searched refs:BOOST_HASH_USE_FPCLASSIFY (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp35 #define BOOST_HASH_USE_FPCLASSIFY 0 macro
41 # define BOOST_HASH_USE_FPCLASSIFY 1 macro
43 # define BOOST_HASH_USE_FPCLASSIFY 0 macro
48 # define BOOST_HASH_USE_FPCLASSIFY 0 macro
198 #if BOOST_HASH_USE_FPCLASSIFY
265 #undef BOOST_HASH_USE_FPCLASSIFY
/third_party/boost/libs/container_hash/test/
Dcheck_float_funcs.cpp51 #if BOOST_HASH_USE_FPCLASSIFY in main()