Home
last modified time | relevance | path

Searched refs:test_div (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/mjsunit/
Dmath-floor-of-div.js50 function test_div() { function
183 test_div();
184 %OptimizeFunctionOnNextCall(test_div);
185 test_div();
Dmath-floor-of-div-nosudiv.js51 function test_div() { function
184 test_div();
185 %OptimizeFunctionOnNextCall(test_div);
186 test_div();
/external/freetype/src/base/
Dftcalc.c795 FT_UInt32 root, rem_hi, rem_lo, test_div;
811 test_div = ( root << 1 ) + 1;
813 if ( rem_hi >= test_div )
815 rem_hi -= test_div;
/external/pdfium/third_party/freetype/src/base/
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/llvm/test/CodeGen/X86/
Ddiv8.ll6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
Dfp_load_fold.ll30 define double @test_div(double %X, double* %P) {
Dearly-ifcvt.ll162 ; CHECK: test_div
164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
Dvector.ll55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll45 define fp128 @test_div() {
46 ; CHECK-LABEL: test_div:
/external/llvm/test/CodeGen/PowerPC/
Dvector.ll54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/llvm/test/CodeGen/Generic/
Dvector.ll53 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/boringssl/src/crypto/bn/
Dbn_test.cc108 static bool test_div(FILE *fp, BN_CTX *ctx);
252 if (!test_div(bc_file.get(), ctx.get())) { in main()
425 static bool test_div(FILE *fp, BN_CTX *ctx) { in test_div() function
/external/clang/test/CodeGen/
Dzvector.c735 void test_div (void) in test_div() function