Home
last modified time | relevance | path

Searched defs:DoubleType (Results 1 – 6 of 6) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DDoubleType.java39 public interface DoubleType extends PrimitiveType { interface
/external/proguard/src/proguard/classfile/attribute/preverification/
DDoubleType.java32 public class DoubleType extends VerificationType class
/external/llvm/bindings/go/llvm/
Dir.go507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return } func
513 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go534 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return } func
540 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return } func
/external/python/cpython3/Modules/
D_tkinter.c283 const Tcl_ObjType *DoubleType; member
/external/python/cpython2/Modules/
D_tkinter.c269 const Tcl_ObjType *DoubleType; member