Searched refs:VALUE_0 (Results 1 – 8 of 8) sorted by relevance
41 case Type.BT_BYTE: return CstByte.VALUE_0; in zeroFor()42 case Type.BT_CHAR: return CstChar.VALUE_0; in zeroFor()43 case Type.BT_DOUBLE: return CstDouble.VALUE_0; in zeroFor()44 case Type.BT_FLOAT: return CstFloat.VALUE_0; in zeroFor()45 case Type.BT_INT: return CstInteger.VALUE_0; in zeroFor()46 case Type.BT_LONG: return CstLong.VALUE_0; in zeroFor()47 case Type.BT_SHORT: return CstShort.VALUE_0; in zeroFor()
28 public static final CstLong VALUE_0 = make(0); field in CstLong
28 public static final CstShort VALUE_0 = make((short) 0); field in CstShort
28 public static final CstByte VALUE_0 = make((byte) 0); field in CstByte
28 public static final CstChar VALUE_0 = make((char) 0); field in CstChar
28 public static final CstDouble VALUE_0 = field in CstDouble
28 public static final CstFloat VALUE_0 = make(Float.floatToIntBits(0.0f)); field in CstFloat
34 public static final CstInteger VALUE_0 = make(0); field in CstInteger