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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 323 int64_t currentValue = I->High->getSExtValue();
329 assert(nextValue > currentValue && "Cases should be strictly ascending");
330 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
numeric.d 2650 F currentValue = 0;
2676 currentValue = 0;
2699 currentValue = k0len;
2743 currentValue = 0;
2758 // now update kl and currentValue
2760 currentValue += kli[j] = lambda2 * Si_1j_1;
2772 currentValue /= pow(lambda, 2 * (gram + 1));
2797 currentValue += kli[j] = lambda2 * lastS;
2806 currentValue /= pow(lambda, 2 * (gram + 1));
2816 @property F front() { return currentValue; }
    [all...]

Completed in 21 milliseconds