Searched refs:test_div (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
H A Dmath-floor-of-div-nosudiv.js51 function test_div() { function
184 test_div();
185 %OptimizeFunctionOnNextCall(test_div);
186 test_div();
H A Dmath-floor-of-div.js50 function test_div() { function
183 test_div();
184 %OptimizeFunctionOnNextCall(test_div);
185 test_div();
/external/freetype/src/base/
H A Dftcalc.c864 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/
H A Dftcalc.c864 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/boringssl/src/crypto/bn/
H A Dbn_test.cc108 static bool test_div(FILE *fp, BN_CTX *ctx);
253 if (!test_div(bc_file.get(), ctx.get())) {
432 static bool test_div(FILE *fp, BN_CTX *ctx) { function
/external/clang/test/CodeGen/
H A Dzvector.c735 void test_div (void) function
737 // CHECK-LABEL: test_div

Completed in 84 milliseconds