Home
last modified time | relevance | path

Searched refs:FloatType (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java33 static final FloatType FLOAT_TYPE = new FloatType();
59 public static FloatType createFloatType() in createFloatType()
DFloatType.java32 public class FloatType extends VerificationType class
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java37 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floa… in visitFloatType()
47 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floa… in visitStackFloatType()
57 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floa… in visitVariablesFloatType()
/external/llvm/lib/Target/R600/
DR600TextureIntrinsicsReplacer.cpp31 Type *FloatType; member in __anonf0bcabec0111::R600TextureIntrinsicsReplacer
215 FloatType = Type::getFloatTy(Ctx); in doInitialization()
217 V4f32Type = VectorType::get(FloatType, 4); in doInitialization()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1557 template <typename FloatType>
1564 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) : in FloatingEqMatcher()
1571 Impl(FloatType rhs, bool nan_eq_nan) : in Impl()
1576 const FloatingPoint<FloatType> lhs(value), rhs(rhs_); in MatchAndExplain()
1591 ::std::numeric_limits<FloatType>::digits10 + 2); in DescribeTo()
1592 if (FloatingPoint<FloatType>(rhs_).is_nan()) { in DescribeTo()
1607 ::std::numeric_limits<FloatType>::digits10 + 2); in DescribeNegationTo()
1608 if (FloatingPoint<FloatType>(rhs_).is_nan()) { in DescribeNegationTo()
1622 const FloatType rhs_;
1634 operator Matcher<FloatType>() const {
[all …]
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java688 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType()
742 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitStackFloatType()
797 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitVariablesFloatType()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java856 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1046 case VerificationType.FLOAT_TYPE: return new FloatType(); in createVerificationType()
/external/llvm/bindings/go/llvm/
Dir.go504 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
510 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
/external/llvm/docs/
DProgrammersManual.rst2596 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and