Lines Matching refs:Short
4010 assertIntEquals(Short.MAX_VALUE, $noinline$floatToIntToShort((float)(Short.MIN_VALUE - 1))); in main()
4011 assertIntEquals(Short.MIN_VALUE, $noinline$floatToIntToShort((float)(Short.MAX_VALUE + 1))); in main()
4021 assertIntEquals(Short.MIN_VALUE, $noinline$shortToCharToShort(Short.MIN_VALUE)); in main()
4022 assertIntEquals(Short.MAX_VALUE, $noinline$shortToCharToShort(Short.MAX_VALUE)); in main()
4024 assertIntEquals(Short.MIN_VALUE, $noinline$shortToLongToInt(Short.MIN_VALUE)); in main()
4025 assertIntEquals(Short.MAX_VALUE, $noinline$shortToLongToInt(Short.MAX_VALUE)); in main()
4028 assertIntEquals(0, $noinline$shortToCharToByte(Short.MIN_VALUE)); in main()
4029 assertIntEquals(-1, $noinline$shortToCharToByte(Short.MAX_VALUE)); in main()
4049 assertIntEquals(Short.MAX_VALUE, $noinline$intAnd0x17fffToShort(Integer.MAX_VALUE)); in main()
4055 assertDoubleEquals((double)Short.MAX_VALUE, in main()
4056 $noinline$shortAnd0xffffToShortToDouble(Short.MAX_VALUE)); in main()
4057 assertDoubleEquals((double)Short.MIN_VALUE, in main()
4058 $noinline$shortAnd0xffffToShortToDouble(Short.MIN_VALUE)); in main()