Home
last modified time | relevance | path

Searched defs:divInt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/test/411-optimizing-arith/src/
H A DDivTest.java108 private static void divInt() { in divInt() method in DivTest
/aosp_15_r20/art/test/411-checker-hdiv-hrem-pow2/src/
H A DDivTest.java30 private static void divInt() { in divInt() method in DivTest
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Darithmetic.go588 func divInt(v int64) int64 { func
/aosp_15_r20/art/test/411-checker-hdiv-hrem-const/src/
H A DDivTest.java41 private static void divInt() { in divInt() method in DivTest
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_aten.cpp423 TEST(ATen, divInt) { in TEST() argument