Searched defs:floatType (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java37 public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType); argument
47 public void visitStackFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); argument
57 public void visitVariablesFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); argument
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp373 Type * const floatType = builder.getFloatTy(); local
397 Value * sPtr = builder.CreateAlloca(floatType);
398 Value * tPtr = builder.CreateAlloca(floatType);
399 Value * maPtr = builder.CreateAlloca(floatType);
H A Dllvm_scanline.cpp699 Type * floatType = builder.getFloatTy(); local
700 PointerType * floatPointerType = PointerType::get(floatType, 0);
/external/javassist/src/main/javassist/
H A DCtClass.java112 public static CtClass floatType; field in class:CtClass
162 floatType = new CtPrimitiveType("float", 'F', "java.lang.Float",
165 primitiveTypes[6] = floatType;
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp366 llvm::Type * floatType = llvm::Type::getFloatTy(ctx); local
383 args.push_back(floatType);
384 llvm::FunctionType* type = llvm::FunctionType::get(floatType,
396 llvm::Type * floatType = llvm::Type::getFloatTy(ctx); local
410 args.push_back(floatType);
411 args.push_back(floatType);
412 llvm::FunctionType* type = llvm::FunctionType::get(floatType,
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java758 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java582 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
584 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType);
636 public void visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
638 visitFloatType(clazz, method, codeAttribute, offset, floatType);
691 public void visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
693 visitFloatType(clazz, method, codeAttribute, offset, floatType);

Completed in 143 milliseconds