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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c 57 LVM_FLOAT CurrentL = pInstanceL->Current;
71 if(CurrentL < TargetL)
73 ADD2_SAT_FLOAT(CurrentL, DeltaL, Temp);
74 CurrentL = Temp;
75 if (CurrentL > TargetL)
76 CurrentL = TargetL;
80 CurrentL -= DeltaL;
81 if (CurrentL < TargetL)
82 CurrentL = TargetL;
101 *(dst++) = (LVM_FLOAT)(((LVM_FLOAT)*(src++) * (LVM_FLOAT)CurrentL));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 169 assert((&L == CurrentL || CurrentL->contains(&L)) &&
172 if (&L == CurrentL)
185 Worklist.insert(CurrentL);
189 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must "
230 Worklist.insert(CurrentL);
242 Loop *CurrentL;
328 Updater.CurrentL = L;

Completed in 122 milliseconds