Searched refs:lrem_by_pow2_16 (Results 1 – 1 of 1) sorted by relevance
221 public static long lrem_by_pow2_16(long x) {return x % 65536l;} in lrem_by_pow2_16() method in Main436 longCheckRem("lrem_by_pow2_16", lrem_by_pow2_16(x), x, 65536l); in longCheckAll()