• Home
  • Raw
  • Download

Lines Matching defs:value

1303   public static int intToDoubleToInt(int value) {  in intToDoubleToInt()
1321 public static String intToDoubleToIntPrint(int value) { in intToDoubleToIntPrint()
1342 public static int byteToDoubleToInt(byte value) { in byteToDoubleToInt()
1362 public static int floatToDoubleToInt(float value) { in floatToDoubleToInt()
1377 public static String floatToDoubleToIntPrint(float value) { in floatToDoubleToIntPrint()
1399 public static short byteToDoubleToShort(byte value) { in byteToDoubleToShort()
1422 public static short charToDoubleToShort(char value) { in charToDoubleToShort()
1441 public static short floatToIntToShort(float value) { in floatToIntToShort()
1458 public static int intToFloatToInt(int value) { in intToFloatToInt()
1475 public static double longToIntToDouble(long value) { in longToIntToDouble()
1492 public static long longToIntToLong(long value) { in longToIntToLong()
1507 public static short shortToCharToShort(short value) { in shortToCharToShort()
1522 public static int shortToLongToInt(short value) { in shortToLongToInt()
1538 public static byte shortToCharToByte(short value) { in shortToCharToByte()
1554 public static String shortToCharToBytePrint(short value) { in shortToCharToBytePrint()
1578 public static byte longAnd0xffToByte(long value) { in longAnd0xffToByte()
1597 public static char intAnd0x1ffffToChar(int value) { in intAnd0x1ffffToChar()
1616 public static short intAnd0x17fffToShort(int value) { in intAnd0x17fffToShort()
1634 public static double shortAnd0xffffToShortToDouble(short value) { in shortAnd0xffffToShortToDouble()