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

/external/bison/lib/
H A Disnanf-nolibm.h18 /* Get declaration of isnan macro or (older) isnanf function. */
22 # undef isnanf macro
23 # define isnanf(x) __builtin_isnanf ((float)(x)) macro
25 # undef isnanf macro
26 # define isnanf(x) isnan ((float)(x)) macro
28 /* Get declaration of isnanf(), if not declared in <math.h>. */
31 isnand. Therefore declare isnanf separately. */
32 extern int isnanf (float x);
37 # undef isnanf macro
38 # define isnanf rpl_isnan macro
[all...]
H A Dmath.in.h2085 or (older) isnanf function. */
2088 # undef isnanf macro
2089 # define isnanf(x) __builtin_isnanf ((float)(x)) macro
2091 # undef isnanf
2092 # define isnanf(x) isnan ((float)(x))
2096 # undef isnanf
2097 # define isnanf rpl_isnanf
2098 _GL_EXTERN_C int isnanf (float x);
2149 /* We can't just use the isnanf macro (e.g.) as exposed by
2150 isnanf
[all...]
/external/bison/darwin-lib/
H A Dmath.h2397 or (older) isnanf function. */
2400 # undef isnanf macro
2401 # define isnanf(x) __builtin_isnanf ((float)(x)) macro
2403 # undef isnanf macro
2404 # define isnanf(x) isnan ((float)(x)) macro
2408 # undef isnanf macro
2409 # define isnanf rpl_isnanf macro
2410 _GL_EXTERN_C int isnanf (float x);
2461 /* We can't just use the isnanf macro (e.g.) as exposed by
2462 isnanf
[all...]
/external/bison/linux-lib/
H A Dmath.h2397 or (older) isnanf function. */
2400 # undef isnanf macro
2401 # define isnanf(x) __builtin_isnanf ((float)(x)) macro
2403 # undef isnanf macro
2404 # define isnanf(x) isnan ((float)(x)) macro
2408 # undef isnanf macro
2409 # define isnanf rpl_isnanf macro
2410 _GL_EXTERN_C int isnanf (float x);
2461 /* We can't just use the isnanf macro (e.g.) as exposed by
2462 isnanf
[all...]

Completed in 1666 milliseconds