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

  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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;
  /external/v8/test/mjsunit/
math-floor-of-div-nosudiv.js 51 function test_div() { function
184 test_div();
185 %OptimizeFunctionOnNextCall(test_div);
186 test_div();
math-floor-of-div.js 50 function test_div() { function
183 test_div();
184 %OptimizeFunctionOnNextCall(test_div);
185 test_div();
  /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/boringssl/src/crypto/bn/
bn_test.cc 108 static bool test_div(FILE *fp, BN_CTX *ctx);
252 if (!test_div(bc_file.get(), ctx.get())) {
425 static bool test_div(FILE *fp, BN_CTX *ctx) { function
    [all...]
  /external/clang/test/CodeGen/
zvector.c 735 void test_div (void) function
737 // CHECK-LABEL: test_div
    [all...]

Completed in 1697 milliseconds