Searched refs:p5 (Results 1 – 2 of 2) sorted by relevance
83 static const double p5 = 0x1.6376972bea4d0p-25; variable114 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));158 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
767 Bigint *b1, *p5, *p51; local780 if (!(p5 = p5s)) {782 p5 = i2b(625);783 if (p5 == BIGINT_INVALID) {786 return p5;788 p5s = p5;789 p5->next = 0;793 b1 = mult(b, p5);799 if (!(p51 = p5->next)) {800 p51 = mult(p5,p5);[all …]