Searched refs:ten4 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_d128.c184 _Decimal128 ten4 = ten2 * ten2; local
185 _Decimal128 ten8 = ten4 * ten4;
248 x *= ten4;
266 _Decimal128 ten4 = ten2 * ten2; local
267 _Decimal128 ten8 = ten4 * ten4;
330 x /= ten4;
H A Dset_d128.c262 _Decimal128 ten, ten2, ten4, ten8, ten16, ten32, ten64, local
267 ten4 = 10000;
369 if (d >= ten4)
371 d /= ten4;
437 if (d < 1 / ten4)
439 d *= ten4;

Completed in 68 milliseconds