Searched refs:fpclassify (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrionan.c565 #if defined(fpclassify) && defined(signbit)
567 * C99 defines fpclassify() and signbit() as a macros
570 switch (fpclassify(number)) {
619 * HP-UX 9.x and 10.x have an fpclassify() function, that is different
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
623 * same values as the HP-UX fpclassify() function.
632 # define TRIO_FPCLASSIFY(n) fpclassify(n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrionan.c565 #if defined(fpclassify) && defined(signbit)
567 * C99 defines fpclassify() and signbit() as a macros
570 switch (fpclassify(number)) {
619 * HP-UX 9.x and 10.x have an fpclassify() function, that is different
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
623 * same values as the HP-UX fpclassify() function.
632 # define TRIO_FPCLASSIFY(n) fpclassify(n)

Completed in 116 milliseconds