Searched defs:NAN_VALUE (Results 1 – 3 of 3) sorted by relevance
84 static constexpr double NAN_VALUE = std::numeric_limits<double>::quiet_NaN(); in TEST_F() local
106 static const inline JSTaggedValue NAN_VALUE = JSTaggedValue(base::NAN_VALUE); variable
47 inline constexpr double NAN_VALUE = coretypes::TaggedValue::VALUE_NAN; variable