Searched refs:IS_NAN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.h63 #define IS_NAN(v) ((v) != (v)) macro
H A Ddomxslt.c2567 if (IS_NAN (realA) || IS_NAN (realB)) {
2569 if (IS_NAN (realA) && !IS_NAN (realB)) {
2572 if (IS_NAN (realB) && !IS_NAN (realA)) *greater = 1;
2575 if (IS_NAN (realA) && !IS_NAN(realB)) {
2578 if (IS_NAN (realB) && !IS_NAN(real
[all...]
H A Ddomxpath.c2413 case RealResult: return ((rs->realvalue != 0.0 ) && !IS_NAN (rs->realvalue));
2475 if (IS_NAN(rs->realvalue)) *NaN = 2;
2518 if (IS_NAN(d)) {
2549 if (IS_NAN(d)) {
2694 if (IS_NAN (rs->realvalue)) return tdomstrdup ("NaN");
4428 if (IS_NAN(dLeft)) NaN = 2;
4436 if (IS_NAN(dRight)) NaN1= 2;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclExecute.c127 #define IS_NAN(v) ((v) != (v)) macro
2967 && IS_NAN(valuePtr->internalRep.doubleValue));
2975 && IS_NAN(valuePtr->internalRep.doubleValue));
3611 if (IS_NAN(dResult) || IS_INF(dResult)) {
4087 if (IS_NAN(d) || IS_INF(d)) {
5220 if ((errno != 0) || IS_NAN(dResult) || IS_INF(dResult)) {
5287 if ((errno != 0) || IS_NAN(dResult) || IS_INF(dResult)) {
5408 if (IS_NAN(dResult) || IS_INF(dResult)) {
5531 if (IS_NAN(d) || IS_INF(d)) {
5610 if (IS_NAN(
[all...]

Completed in 297 milliseconds