Home
last modified time | relevance | path

Searched defs:IsNan (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmathutil.h44 bool IsNan(T value) { in IsNan() function
48 inline bool IsNan(float value) { in IsNan() function
56 inline bool IsNan(double value) { in IsNan() function
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h168 const static char IsNan[] = "isnan"; variable
/external/clang/lib/CodeGen/
DCGBuiltin.cpp927 Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp"); in EmitBuiltinExpr() local