HomeSort by: relevance | last modified time | path
    Searched defs:FP_NORMAL (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 44 # define FP_NORMAL 0
125 #define FP_NORMAL (-1)
130 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 44 # define FP_NORMAL 0
125 #define FP_NORMAL (-1)
130 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \
  /src/tests/lib/libc/gen/
t_fpclassify.c 347 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL,
348 "fpclassify(%a)=%d FP_NORMAL=%d",
349 d0, fpclassify(d0), FP_NORMAL);
672 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL,
673 "fpclassify(%a)=%d FP_NORMAL=%d",
674 d0, fpclassify(d0), FP_NORMAL);
1003 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL,
1004 "fpclassify(%La)=%d FP_NORMAL=%d",
1005 d0, fpclassify(d0), FP_NORMAL);
  /src/include/
math.h 129 #define FP_NORMAL 0x02
314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
  /src/external/gpl3/gdb/dist/sim/rx/
fpu.c 82 FP_NORMAL,
149 p->type = FP_NORMAL;
160 if (p->type == FP_NORMAL)
308 p->type = FP_NORMAL;
659 case FP_NORMAL:
  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.c 82 FP_NORMAL,
149 p->type = FP_NORMAL;
160 if (p->type == FP_NORMAL)
308 p->type = FP_NORMAL;
659 case FP_NORMAL:

Completed in 24 milliseconds