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

  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 807 FT_UInt32 root, rem_hi, rem_lo, test_div; local
823 test_div = ( root << 1 ) + 1;
825 if ( rem_hi >= test_div )
827 rem_hi -= test_div;
  /external/chromium_org/v8/test/mjsunit/
math-floor-of-div-nosudiv.js 50 function test_div() { function
183 test_div();
184 %OptimizeFunctionOnNextCall(test_div);
185 test_div();
math-floor-of-div.js 50 function test_div() { function
183 test_div();
184 %OptimizeFunctionOnNextCall(test_div);
185 test_div();
  /external/freetype/src/base/
ftcalc.c 824 FT_UInt32 root, rem_hi, rem_lo, test_div; local
840 test_div = ( root << 1 ) + 1;
842 if ( rem_hi >= test_div )
844 rem_hi -= test_div;
  /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/chromium_org/third_party/openssl/openssl/crypto/bn/
bntest.c 100 int test_div(BIO *bp,BN_CTX *ctx);
223 if (!test_div(out,ctx)) goto err;
412 int test_div(BIO *bp, BN_CTX *ctx) function
    [all...]
  /external/openssl/crypto/bn/
bntest.c 100 int test_div(BIO *bp,BN_CTX *ctx);
223 if (!test_div(out,ctx)) goto err;
412 int test_div(BIO *bp, BN_CTX *ctx) function
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 353 milliseconds