OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__isnanf
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
fpclassify.cpp
88
int
__isnanf
(float f) {
function
91
__strong_alias(isnanf,
__isnanf
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
426
extern int __cdecl
__isnanf
(float);
451
__CRT_INLINE int __cdecl
__isnanf
(float _x)
function
480
#define isnan(x) (sizeof (x) == sizeof (float) ?
__isnanf
(x) \
Completed in 35 milliseconds