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/python/cpython2/Lib/
Dtypes.py18 FloatType = float variable
/external/vixl/src/aarch32/
Doperands-aarch32.h530 struct FloatType { struct
551 return Decode(v, FloatType<T>()); in Decode() argument
/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