Home
last modified time | relevance | path

Searched refs:ConstantDouble (Results 1 – 25 of 37) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantDouble.java33 public final class ConstantDouble extends Constant implements ConstantObject { class
41 public ConstantDouble(final double bytes) { in ConstantDouble() method in ConstantDouble
50 public ConstantDouble(final ConstantDouble c) { in ConstantDouble() method in ConstantDouble
61 ConstantDouble(final DataInput file) throws IOException { in ConstantDouble() method in ConstantDouble
DSimpleElementValue.java121 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
168 final ConstantDouble d = (ConstantDouble) cpool.getConstant(getIndex(), in stringifyValue()
DVisitor.java35 void visitConstantDouble(ConstantDouble obj); in visitConstantDouble()
DConstantValue.java134 buf = String.valueOf(((ConstantDouble) c).getBytes()); in toString()
DConstant.java155 return new ConstantDouble(input); in readConstant()
DEmptyVisitor.java81 public void visitConstantDouble(final ConstantDouble obj) in visitConstantDouble()
DConstantPool.java120 str = String.valueOf(((ConstantDouble) c).getBytes()); in constantToString()
DDescendingVisitor.java284 public void visitConstantDouble(final ConstantDouble constant) in visitConstantDouble()
/external/proguard/src/proguard/gui/splash/
DConstantDouble.java28 public class ConstantDouble implements VariableDouble class
37 public ConstantDouble(double value) in ConstantDouble() method in ConstantDouble
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java27 import org.apache.bcel.classfile.ConstantDouble;
191 } else if (c instanceof ConstantDouble) { in ConstantPoolGen()
491 if (constants[i] instanceof ConstantDouble) { in lookupDouble()
492 final ConstantDouble c = (ConstantDouble) constants[i]; in lookupDouble()
515 constants[index] = new ConstantDouble(n); in addDouble()
802 return addDouble(((ConstantDouble) c).getBytes()); in addConstant()
DSimpleElementValueGen.java23 import org.apache.bcel.classfile.ConstantDouble;
218 final ConstantDouble d = (ConstantDouble) getConstantPool().getConstant(idx); in stringifyValue()
DLDC2_W.java61 return new Double(((org.apache.bcel.classfile.ConstantDouble) c).getBytes()); in getValue()
/external/apache-commons-bcel/docs/eps/
Dconstantpool.fig205 4 0 0 933 -1 16 10 1.5708 4 120 1125 1479 8209 ConstantDouble\001
/external/swiftshader/third_party/subzero/src/
DIceFixups.cpp43 assert(llvm::isa<ConstantFloat>(C) || llvm::isa<ConstantDouble>(C)); in symbol()
DIceTargetLoweringX86.h83 using IceType = ConstantDouble;
DIceGlobalContext.cpp206 TypePool<IceType_f64, double, ConstantDouble> Doubles;
715 Constant *GlobalContext::getConstantDouble(double ConstantDouble) { in getConstantDouble() argument
716 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble); in getConstantDouble()
DIceTargetLoweringMIPS32.h38 if (auto *ConstDouble = llvm::dyn_cast<ConstantDouble>(C)) { in shouldBePooled()
150 void emit(const ConstantDouble *C) const final { in emit()
DIceTargetLowering.h322 virtual void emit(const ConstantDouble *C) const = 0;
DIceOperand.cpp611 template <> void ConstantDouble::emit(TargetLowering *Target) const { in emit()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java28 import org.apache.bcel.classfile.ConstantDouble;
202 public void visitConstantDouble(final ConstantDouble obj) in visitConstantDouble()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DStringRepresentation.java28 import org.apache.bcel.classfile.ConstantDouble;
181 public void visitConstantDouble(final ConstantDouble obj) { in visitConstantDouble()
DPass2Verifier.java36 import org.apache.bcel.classfile.ConstantDouble;
356 CONST_Double = ConstantDouble.class; in CPESSC_Visitor()
500 public void visitConstantDouble(final ConstantDouble obj) { in visitConstantDouble()
DPass3aVerifier.java28 import org.apache.bcel.classfile.ConstantDouble;
565 (c instanceof ConstantDouble) ) ) { in visitLDC2_W()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java24 import org.apache.bcel.classfile.ConstantDouble;
1080 if (c instanceof ConstantDouble) { in visitLDC2_W()
/external/apache-commons-bcel/docs/
Dclassfile.mdl264 (object Class "ConstantDouble"
1854 (object ClassView "Class" "Logical View::ConstantDouble" @93
1866 label "ConstantDouble")

12