HomeSort by relevance Sort by last modified time
    Searched refs:test_divmod (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
MathTest.cpp 595 static void test_divmod(skiatest::Reporter* r) { function
634 test_divmod<uint8_t>(r);
638 test_divmod<uint16_t>(r);
642 test_divmod<uint32_t>(r);
646 test_divmod<uint64_t>(r);
650 test_divmod<int8_t>(r);
654 test_divmod<int16_t>(r);
658 test_divmod<int32_t>(r);
662 test_divmod<int64_t>(r);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 171 def test_divmod(self): member in class:ComplexTest
test_builtin.py 329 def test_divmod(self): member in class:BuiltinTest
    [all...]
test_decimal.py 1876 def test_divmod(self): member in class:ContextAPItests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 171 def test_divmod(self): member in class:ComplexTest
test_builtin.py 329 def test_divmod(self): member in class:BuiltinTest
    [all...]
test_decimal.py 1876 def test_divmod(self): member in class:ContextAPItests
    [all...]

Completed in 177 milliseconds