Searched refs:Expo (Results 1 – 5 of 5) sorted by relevance
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/ |
D | Expo.java | 10 public abstract class Expo extends TweenEquation { class 11 public static final Expo IN = new Expo() { 23 public static final Expo OUT = new Expo() { 35 public static final Expo INOUT = new Expo() {
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenEquations.java | 8 import aurelienribon.tweenengine.equations.Expo; 40 public static final Expo easeInExpo = Expo.IN; 41 public static final Expo easeOutExpo = Expo.OUT; 42 public static final Expo easeInOutExpo = Expo.INOUT;
|
D | TweenUtils.java | 8 import aurelienribon.tweenengine.equations.Expo; 39 Expo.IN, Expo.OUT, Expo.INOUT, in parseEasing()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1457 Value *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithExp() local 1510 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in replacePowWithExp() 1535 (isa<SIToFPInst>(Expo) || isa<UIToFPInst>(Expo)) && in replacePowWithExp() 1537 if (Value *ExpoI = getIntToFPVal(Expo, B)) in replacePowWithExp() 1556 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); in replacePowWithExp() 1570 return emitUnaryFloatFnCall(Expo, TLI, LibFunc_exp10, LibFunc_exp10f, in replacePowWithExp() 1588 Value *FMul = B.CreateFMul(Log, Expo, "mul"); in replacePowWithExp() 1624 Value *Sqrt, *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithSqrt() local 1630 if (!match(Expo, m_APFloat(ExpoF)) || in replacePowWithSqrt() 1673 static Value *createPowWithIntegerExponent(Value *Base, Value *Expo, Module *M, in createPowWithIntegerExponent() argument [all …]
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2714 …parseFloat(c),b])}),d}});var m={};a.each(["Quad","Cubic","Quart","Quint","Expo"],function(a,b){m[b…
|