Home
last modified time | relevance | path

Searched refs:ldiv_by_pow2_46 (Results 1 – 1 of 1) sorted by relevance

/art/test/701-easy-div-rem/src/
DMain.java177 public static long ldiv_by_pow2_46(long x) {return x / 70368744177664l;} in ldiv_by_pow2_46() method in Main
392 longCheckDiv("ldiv_by_pow2_46", ldiv_by_pow2_46(x), x, 70368744177664l); in longCheckAll()