Home
last modified time | relevance | path

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

/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp183 const float kNaN = NAN; in test() local
187 CHK(kNaN == __swap_float(__swap_float(kNaN))); in test()
221 const double kNaN = NAN; in test() local
225 CHK(kNaN == __swap_double(__swap_double(kNaN))); in test()