HomeSort by relevance Sort by last modified time
    Searched full:test_div (Results 1 - 9 of 9) 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/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/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 1318 milliseconds