Searched refs:lrem_by_pow2_34 (Results 1 – 1 of 1) sorted by relevance
239 public static long lrem_by_pow2_34(long x) {return x % 17179869184l;} in lrem_by_pow2_34() method in Main454 longCheckRem("lrem_by_pow2_34", lrem_by_pow2_34(x), x, 17179869184l); in longCheckAll()