Searched refs:lrem_by_pow2_37 (Results 1 – 1 of 1) sorted by relevance
242 public static long lrem_by_pow2_37(long x) {return x % 137438953472l;} in lrem_by_pow2_37() method in Main457 longCheckRem("lrem_by_pow2_37", lrem_by_pow2_37(x), x, 137438953472l); in longCheckAll()