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

  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 97 void test_div() { function
156 CALL_SUBTEST_4(test_div());
  /external/freetype/src/base/
ftcalc.c 864 FT_UInt32 root, rem_hi, rem_lo, test_div;
880 test_div = ( root << 1 ) + 1;
882 if ( rem_hi >= test_div )
884 rem_hi -= test_div;
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 864 FT_UInt32 root, rem_hi, rem_lo, test_div;
880 test_div = ( root << 1 ) + 1;
882 if ( rem_hi >= test_div )
884 rem_hi -= test_div;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
  /external/clang/test/CodeGen/
zvector.c 735 void test_div (void) function
737 // CHECK-LABEL: test_div
    [all...]

Completed in 4020 milliseconds