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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c3842 int i, j, k, rc, res, NaN, NaN1, switchResult, count = 0; local
4435 NaN1 = 0;
4436 if (IS_NAN(dRight)) NaN1= 2;
4437 else if (IS_INF(dRight) !=0) NaN1 = IS_INF(dRight);
4439 dRight = xpathFuncNumber(&rightResult, &NaN1);
4441 if (NaN || NaN1) {
4442 if ((NaN == 2) || (NaN1 == 2)) {
4447 NaN1 = -1 * NaN1;
4450 if (NaN == NaN1) {
[all...]

Completed in 71 milliseconds