Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
H A Dmisc.c374 static Bigint *p5s; variable
393 if ((p5 = p5s) == 0) {
397 if (!(p5 = p5s)) {
398 p5 = p5s = i2b(625);
403 p5 = p5s = i2b(625);
/third_party/python/Python/
H A Ddtoa.c681 /* p5s is a linked list of powers of 5 of the form 5**(2**i), i >= 2 */
683 static Bigint *p5s; variable
704 p5 = p5s; in pow5mult()
712 p5s = p5; in pow5mult()

Completed in 5 milliseconds