Searched defs:FLOAT (Results 1 – 6 of 6) sorted by relevance
87 public static final Type FLOAT = new Type("F", BT_FLOAT); field in Type135 CLASS_TYPE_MAP.put(float.class, FLOAT); in CLASS_TYPE_MAP.put() argument
36 public static final StdTypeList FLOAT = StdTypeList.make(Type.FLOAT); field in StdTypeList
47 public static final CstType FLOAT = intern(Type.FLOAT_CLASS); field in CstType
52 public static final CstType FLOAT = new CstType(Type.FLOAT_CLASS); field in CstType
88 public static final Type FLOAT = new Type("F", BT_FLOAT); field in Type