Home
last modified time | relevance | path

Searched refs:floatType (Results 1 – 15 of 15) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java37 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType); in visitFloatType() argument
47 …ethod method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); in visitStackFloatType() argument
57 …ethod method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); in visitVariablesFloatType() argument
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java582 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType() argument
584 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType); in visitFloatType()
636 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitStackFloatType() argument
638 visitFloatType(clazz, method, codeAttribute, offset, floatType); in visitStackFloatType()
691 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitVariablesFloatType() argument
693 visitFloatType(clazz, method, codeAttribute, offset, floatType); in visitVariablesFloatType()
/external/javassist/src/main/javassist/
DCtClass.java112 public static CtClass floatType; field in CtClass
162 floatType = new CtPrimitiveType("float", 'F', "java.lang.Float",
165 primitiveTypes[6] = floatType;
DCtField.java863 else if (type == CtClass.floatType) in getConstantValue2()
872 if (type == CtClass.floatType) in getConstantValue2()
1253 if (type == CtClass.floatType) in getConstantValue()
/external/mesa3d/src/pixelflinger2/
Dllvm_texture.cpp373 Type * const floatType = builder.getFloatTy(); in texCube() local
397 Value * sPtr = builder.CreateAlloca(floatType); in texCube()
398 Value * tPtr = builder.CreateAlloca(floatType); in texCube()
399 Value * maPtr = builder.CreateAlloca(floatType); in texCube()
Dllvm_scanline.cpp699 Type * floatType = builder.getFloatTy(); in GenerateScanLine() local
700 PointerType * floatPointerType = PointerType::get(floatType, 0); in GenerateScanLine()
/external/mesa3d/src/glsl/
Dir_to_llvm.cpp366 llvm::Type * floatType = llvm::Type::getFloatTy(ctx); in llvm_intrinsic_unop() local
383 args.push_back(floatType); in llvm_intrinsic_unop()
384 llvm::FunctionType* type = llvm::FunctionType::get(floatType, in llvm_intrinsic_unop()
396 llvm::Type * floatType = llvm::Type::getFloatTy(ctx); in llvm_intrinsic_binop() local
410 args.push_back(floatType); in llvm_intrinsic_binop()
411 args.push_back(floatType); in llvm_intrinsic_binop()
412 llvm::FunctionType* type = llvm::FunctionType::get(floatType, in llvm_intrinsic_binop()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java62 public static final Type FLOAT = new Type(CtClass.floatType);
110 prims.put(CtClass.floatType, FLOAT); in prims.put() argument
/external/javassist/src/main/javassist/bytecode/
DBytecode.java522 else if (type == CtClass.floatType) in addConstZero()
741 else if(type == CtClass.floatType) in addLoad()
774 else if (type == CtClass.floatType) in addStore()
DDescriptor.java617 type = CtClass.floatType; in toPrimitiveClass()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java144 else if (type == CtClass.floatType) in createMemberValue()
/external/javassist/src/main/javassist/expr/
DNewArray.java103 return CtClass.floatType; in getPrimitiveType()
/external/clang/utils/ABITest/
DABITestGen.py521 floatType = BuiltinType('float',4)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
553 'f32' : floatType,
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java758 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType() argument
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp3575 int RenderBlock::lowestFloatLogicalBottom(FloatingObject::Type floatType) const in lowestFloatLogicalBottom()
3584 if (r->isPlaced() && r->type() & floatType) in lowestFloatLogicalBottom()