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

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Interpolation.java 58 static public final Pow pow5 = new Pow(5); field in class:Interpolation
  /external/llvm/lib/Support/
APFloat.cpp 466 integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5;
477 pow5 = pow5s;
487 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc);
489 if (pow5[pc - 1] == 0)
497 APInt::tcFullMultiply(p2, p1, pow5, result, pc);
507 pow5 += pc;
    [all...]
  /external/bison/lib/
vasnprintf.c 1082 mpn_t pow5; local
    [all...]

Completed in 375 milliseconds