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

  /external/llvm/test/CodeGen/X86/
div8.ll 6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
fp_load_fold.ll 30 define double @test_div(double %X, double* %P) {
early-ifcvt.ll 162 ; CHECK: test_div
164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
vector.ll 55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22s/
Format22s.smali 53 .method public test_div-int-lit16()V
  /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/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22b/
Format22b.smali 53 .method public test_div-int-lit8()V
  /external/llvm/test/CodeGen/AArch64/
arm64-fp128.ll 45 define fp128 @test_div() {
46 ; CHECK-LABEL: test_div:
  /external/chromium_org/third_party/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;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 822 FT_UInt32 root, rem_hi, rem_lo, test_div; local
838 test_div = ( root << 1 ) + 1;
840 if ( rem_hi >= test_div )
842 rem_hi -= test_div;
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/
Format12x.smali 391 .method public test_div-int-2addr()V
556 .method public test_div-long-2addr()V
721 .method public test_div-float-2addr()V
796 .method public test_div-double-2addr()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/
Format23x.smali 458 .method public test_div-int()V
623 .method public test_div-long()V
788 .method public test_div-float()V
863 .method public test_div-double()V
  /external/freetype/src/base/
ftcalc.c 1069 FT_UInt32 root, rem_hi, rem_lo, test_div;
1085 test_div = ( root << 1 ) + 1;
1087 if ( rem_hi >= test_div )
1089 rem_hi -= test_div;
  /external/llvm/test/CodeGen/Generic/
vector.ll 54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
  /external/llvm/test/CodeGen/PowerPC/
vector.ll 54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 92 int test_div(BIO *bp, BN_CTX *ctx);
225 if (!test_div(out, ctx))
385 int test_div(BIO *bp, BN_CTX *ctx) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binop.py 291 def test_div(self): member in class:RatTestCase
test_operator.py 150 def test_div(self): member in class:OperatorTestCase
test_complex.py 86 def test_div(self): member in class:ComplexTest
  /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...]

Completed in 1316 milliseconds