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

  /external/llvm/test/CodeGen/MBlaze/
fpu.ll 53 define float @test_div(float %a, float %b) {
54 ; FUN: test_div:
55 ; FPU: test_div:
  /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) {
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/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22b/
Format22b.smali 53 .method public test_div-int-lit8()V
  /external/freetype/src/base/
ftcalc.c 808 FT_UInt32 root, rem_hi, rem_lo, test_div; local
824 test_div = ( root << 1 ) + 1;
826 if ( rem_hi >= test_div )
828 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/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/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/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 360 milliseconds