HomeSort by relevance Sort by last modified time
    Searched defs:isnanf (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/bison/lib/
isnanf-nolibm.h 18 /* 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...]
math.in.h 2088 # undef isnanf macro
2089 # define isnanf macro
    [all...]
  /libcore/luni/src/main/native/
Portability.h 36 #define isnanf __inline_isnanf macro
  /external/bison/darwin-lib/
math.h 2400 # undef isnanf macro
2401 # define isnanf macro
2403 # undef isnanf macro
2404 # define isnanf macro
2408 # undef isnanf macro
2409 # define isnanf macro
    [all...]