Lines Matching defs:point
270 /* Determine the decimal-point character according to the current locale. */
276 const char *point;
282 point = nl_langinfo (RADIXCHAR);
286 point = &pointbuf[1];
288 point = localeconv () -> decimal_point;
290 /* The decimal point is always a single byte: either '.' or ','. */
291 return (point[0] != '\0' ? point[0] : '.');
571 /* Use a single integer to floating-point conversion. */
1636 + 10; /* sign, decimal point etc. */
1644 + 10; /* sign, decimal point etc. */
1650 12; /* sign, decimal point, exponent etc. */
1669 /* Account for sign, decimal point etc. */
3029 /* Account for sign, decimal point etc. */
3358 zero padding insertion point being at pad_ptr. */
3575 /* Account for sign, decimal point etc. */
3822 Use fixed-point notation. */
3922 /* Fixed-point notation:
3924 decimal point, then the remaining
4296 Use fixed-point notation. */
4392 /* Fixed-point notation:
4394 decimal point, then the remaining
4544 zero padding insertion point being at pad_ptr. */
5148 But a failure at this point can also come
5152 floating-point argument. */
5475 with the zero padding insertion point being at