Home | History | Annotate | Download | only in libxml2

Lines Matching full:infinity

1037 		fprintf(output, "Object is a number : Infinity\n");
1040 fprintf(output, "Object is a number : -Infinity\n");
2670 if (buffersize > (int)sizeof("Infinity"))
2671 snprintf(buffer, buffersize, "Infinity");
2674 if (buffersize > (int)sizeof("-Infinity"))
2675 snprintf(buffer, buffersize, "-Infinity");
5574 ret = xmlStrdup((const xmlChar *) "Infinity");
5577 ret = xmlStrdup((const xmlChar *) "-Infinity");
6893 /* Hand check NaN and Infinity equalities */
6954 /* Hand check NaN and Infinity equalities */
7261 * Add tests for infinity and nan
7264 /* Hand check NaN and Infinity comparisons */
8755 * + positive infinity is converted to the string Infinity
8756 * + negative infinity is converted to the string -Infinity
9021 * arguments are infinity (relying on Inf + -Inf = NaN)
9509 * The floor function returns the largest (closest to positive infinity)
9536 * The ceiling function returns the smallest (closest to negative infinity)