Lines Matching defs:point
103 * Floating point stuff *
1059 fprintf(output, "Object is a point : index %d in node", cur->index);
2753 3 is sign, decimal point, and terminating zero
2768 * First choose format - scientific or regular floating point.
2883 * Returns -2 in case of error 1 if first point < second point, 0 if
3032 * Returns -2 in case of error 1 if first point < second point, 0 if
6874 *At this point we are assured neither arg1 nor arg2
8818 * decimal form as a Number with no decimal point and no leading
8821 * Number including a decimal point with at least one digit
8822 * before the decimal point and at least one digit after the
8823 * decimal point, preceded by a minus sign (-) if the number
8825 * point apart possibly from the one required digit immediately
8826 * before the decimal point; beyond the one required digit
8827 * after the decimal point there must be as many, but only as
9150 const xmlChar *point;
9161 point = xmlStrstr(str->stringval, find->stringval);
9162 if (point) {
9163 offset = (int)(point - str->stringval);
9193 const xmlChar *point;
9204 point = xmlStrstr(str->stringval, find->stringval);
9205 if (point) {
9206 offset = (int)(point - str->stringval) + xmlStrlen(find->stringval);
9311 const xmlChar *point;
9330 point = xmlUTF8Strpos(to->stringval, offset);
9331 if (point)
9332 xmlBufferAdd(target, point, xmlUTF8Strsize(point, 1));
9554 * upon the characteristic truncation of converting a floating point value
9556 * of our internal floating point value (double) and integer (int), we
11928 * If not -1, then ch1 will point to:
14573 * specifiers ("::"), just the simplied form at this point.