HomeSort by: relevance | last modified time | path
    Searched defs:p51 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
misc.c 402 Bigint *b1, *p5, *p51; local in function:pow5mult
444 if ((p51 = p5->next) == 0) {
447 if (!(p51 = p5->next)) {
448 p51 = p5->next = mult(p5,p5);
449 if (p51 == NULL) {
453 p51->next = 0;
457 p51 = p5->next = mult(p5,p5);
458 if (p51 == NULL)
460 p51->next = 0;
463 p5 = p51;
    [all...]
misc.c 402 Bigint *b1, *p5, *p51; local in function:pow5mult
444 if ((p51 = p5->next) == 0) {
447 if (!(p51 = p5->next)) {
448 p51 = p5->next = mult(p5,p5);
449 if (p51 == NULL) {
453 p51->next = 0;
457 p51 = p5->next = mult(p5,p5);
458 if (p51 == NULL)
460 p51->next = 0;
463 p5 = p51;
    [all...]

Completed in 22 milliseconds