Searched refs:minI64 (Results 1 – 1 of 1) sorted by relevance
100 static native long minI64(long x, long y); in minI64() method in CoreMathVerifier1284 args.out = minI64(args.inMaxValue, maxI64(args.inValue, args.inMinValue)); in computeClamp()2343 args.out = minI64(args.inA, args.inB);