Home
last modified time | relevance | path

Searched defs:neg_zero (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/qvm/detail/
Dswizzle_traits.hpp78 neg_zero<Index,true> struct
80 static int const value=0;
85 neg_zero<Index,false> struct
87 static int const value=Index;
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_bin_float.cpp231 test_type neg_zero = min_val * -min_val; in test_special_cases() local