Home
last modified time | relevance | path

Searched defs:IsNaN (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h203 bool IsNaN() const { in IsNaN() function
/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h470 bool Object::IsNaN() const { in IsNaN() function in v8::internal::Object
/third_party/vixl/src/
H A Dutils-vixl.h563 inline bool IsNaN(float value) { return std::isnan(value); } in IsNaN() function
565 inline bool IsNaN(double value) { return std::isnan(value); } in IsNaN() function
567 inline bool IsNaN(Float16 value) { return Float16Classify(value) == FP_NAN; } in IsNaN() function
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c19964 # define IsNaN(X) (((X)&EXP754)==EXP754 && ((X)&MAN754)!=0) macro
19967 # define IsNaN(X) 0 macro
[all...]

Completed in 125 milliseconds