Lines Matching refs:Short
2647 assertIntEquals(Short.MAX_VALUE, $noinline$floatToIntToShort((float)(Short.MIN_VALUE - 1))); in main()
2648 assertIntEquals(Short.MIN_VALUE, $noinline$floatToIntToShort((float)(Short.MAX_VALUE + 1))); in main()
2658 assertIntEquals(Short.MIN_VALUE, $noinline$shortToCharToShort(Short.MIN_VALUE)); in main()
2659 assertIntEquals(Short.MAX_VALUE, $noinline$shortToCharToShort(Short.MAX_VALUE)); in main()
2661 assertIntEquals(Short.MIN_VALUE, $noinline$shortToLongToInt(Short.MIN_VALUE)); in main()
2662 assertIntEquals(Short.MAX_VALUE, $noinline$shortToLongToInt(Short.MAX_VALUE)); in main()
2665 assertIntEquals(0, $noinline$shortToCharToByte(Short.MIN_VALUE)); in main()
2666 assertIntEquals(-1, $noinline$shortToCharToByte(Short.MAX_VALUE)); in main()
2686 assertIntEquals(Short.MAX_VALUE, $noinline$intAnd0x17fffToShort(Integer.MAX_VALUE)); in main()
2692 assertDoubleEquals((double)Short.MAX_VALUE, in main()
2693 $noinline$shortAnd0xffffToShortToDouble(Short.MAX_VALUE)); in main()
2694 assertDoubleEquals((double)Short.MIN_VALUE, in main()
2695 $noinline$shortAnd0xffffToShortToDouble(Short.MIN_VALUE)); in main()