HomeSort by relevance Sort by last modified time
    Searched refs:pow5 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
APFloat.cpp 464 integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5;
475 pow5 = pow5s;
485 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc);
487 if (pow5[pc - 1] == 0)
495 APInt::tcFullMultiply(p2, p1, pow5, result, pc);
505 pow5 += pc;
    [all...]
  /external/bison/lib/
vasnprintf.c 1082 mpn_t pow5; local
    [all...]

Completed in 58 milliseconds