Lines Matching refs:tp
527 const STRING_TYPE *cp, *tp; in ____STRTOF_INTERNAL() local
757 tp = __correctly_grouped_prefixwc (start_of_digits, cp, thousands, in ____STRTOF_INTERNAL()
760 tp = __correctly_grouped_prefixmb (start_of_digits, cp, thousands, in ____STRTOF_INTERNAL()
766 tp == start_of_digits ? (base == 16 ? cp - 1 : nptr) : tp); in ____STRTOF_INTERNAL()
808 tp = __correctly_grouped_prefixwc (start_of_digits, cp, thousands, in ____STRTOF_INTERNAL()
811 tp = __correctly_grouped_prefixmb (start_of_digits, cp, thousands, in ____STRTOF_INTERNAL()
814 if (cp != tp) in ____STRTOF_INTERNAL()
818 if (tp == start_of_digits) in ____STRTOF_INTERNAL()
822 if (tp < startp) in ____STRTOF_INTERNAL()
825 RETURN (negative ? -0.0 : 0.0, tp); in ____STRTOF_INTERNAL()
829 cp = tp; in ____STRTOF_INTERNAL()
831 for (tp = startp; tp < cp; ++tp) in ____STRTOF_INTERNAL()
832 if (*tp >= L_('0') && *tp <= L_('9')) in ____STRTOF_INTERNAL()