Searched refs:p10s (Results 1 – 1 of 1) sorted by relevance
103 static const int p10s[] = { 10, 100, 1000, 10000, in decfloat() local190 if (rp < 9) return sign * (long double)x[0] / p10s[8-rp]; in decfloat()193 return sign * (long double)x[0] * p10s[rp-10]; in decfloat()199 int p10 = p10s[8-rpm9]; in decfloat()