Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DIsNAN.cpp31 int IsNAN(float f) { return isnan(f); } in IsNAN() function
32 int IsNAN(double d) { return isnan(d); } in IsNAN() function
DAndroid.mk32 IsNAN.cpp \
DCMakeLists.txt34 IsNAN.cpp
/external/llvm/test/Archive/
Dtoc_xpg4.ll8 CHECK-NEXT: IsNAN.o
Dtoc_GNU.ll8 ;CHECK-NEXT: IsNAN.o
Dtoc_SVR4.ll8 ;CHECK-NEXT: IsNAN.o
Dtoc_MacOSX.ll9 ;CHECK-NEXT: IsNAN.o
DREADME.txt20 IsNAN.o - a Linux native binary
/external/llvm/include/llvm/Support/
DMathExtras.h408 int IsNAN(float f);
409 int IsNAN(double d);