Home
last modified time | relevance | path

Searched defs:FloatType (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DFloatType.java32 public class FloatType extends VerificationType class
/external/llvm/lib/Target/AMDGPU/
DR600TextureIntrinsicsReplacer.cpp31 Type *FloatType; member in __anonae5e50670111::R600TextureIntrinsicsReplacer
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp447 template <typename T> struct FloatType struct
452 >::type type;
/external/llvm/bindings/go/llvm/
Dir.go506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
512 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func