Home
last modified time | relevance | path

Searched defs:isNaN (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c29 #define isNaN(number) ((number) != (number)) macro
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h310 bool isNaN() const { return Val.isNaN(); } in isNaN() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h375 bool isNaN() const { return category == fcNaN; } in isNaN() function
1227 bool isNaN() const { return getCategory() == fcNaN; } in isNaN() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp263 bool Constant::isNaN() const { in isNaN() function in Constant
H A DAsmWriter.cpp1372 bool isNaN = APF.isNaN(); in WriteConstantInternal() local