/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 37 …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/ |
D | SimplifiedVisitor.java | 582 …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/ |
D | CtClass.java | 112 public static CtClass floatType; field in CtClass 162 floatType = new CtPrimitiveType("float", 'F', "java.lang.Float", 165 primitiveTypes[6] = floatType;
|
D | CtField.java | 863 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/ |
D | llvm_texture.cpp | 373 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()
|
D | llvm_scanline.cpp | 699 Type * floatType = builder.getFloatTy(); in GenerateScanLine() local 700 PointerType * floatPointerType = PointerType::get(floatType, 0); in GenerateScanLine()
|
/external/mesa3d/src/glsl/ |
D | ir_to_llvm.cpp | 366 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/ |
D | Type.java | 62 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/ |
D | Bytecode.java | 522 else if (type == CtClass.floatType) in addConstZero() 741 else if(type == CtClass.floatType) in addLoad() 774 else if (type == CtClass.floatType) in addStore()
|
D | Descriptor.java | 617 type = CtClass.floatType; in toPrimitiveClass()
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | Annotation.java | 144 else if (type == CtClass.floatType) in createMemberValue()
|
/external/javassist/src/main/javassist/expr/ |
D | NewArray.java | 103 return CtClass.floatType; in getPrimitiveType()
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 521 floatType = BuiltinType('float',4) 523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType]) 553 'f32' : floatType,
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 758 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType() argument
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlock.cpp | 3575 int RenderBlock::lowestFloatLogicalBottom(FloatingObject::Type floatType) const in lowestFloatLogicalBottom() 3584 if (r->isPlaced() && r->type() & floatType) in lowestFloatLogicalBottom()
|