HomeSort by relevance Sort by last modified time
    Searched refs:fp_class (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxml/src/
trionan.c 57 # include <fp_class.h>
449 * of C99, so we use the fp_class() function instead.
451 return ((fp_class(number) == FP_POS_INF)
453 : ((fp_class(number) == FP_NEG_INF) ? -1 : 0));
586 * DECC has an fp_class() function.
588 # define TRIO_FPCLASSIFY(n) fp_class(n)
configure     [all...]
  /external/libxml2/
trionan.c 57 # include <fp_class.h>
449 * of C99, so we use the fp_class() function instead.
451 return ((fp_class(number) == FP_POS_INF)
453 : ((fp_class(number) == FP_NEG_INF) ? -1 : 0));
586 * DECC has an fp_class() function.
588 # define TRIO_FPCLASSIFY(n) fp_class(n)

Completed in 233 milliseconds