HomeSort by relevance Sort by last modified time
    Searched defs:sdiv (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
BasicInstrs.c 9 int sdiv(int X, int Y) { function
  /external/openssl/crypto/bn/
bn_div.c 185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
228 sdiv=BN_CTX_get(ctx);
232 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
237 if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
238 sdiv->neg=0;
242 div_n=sdiv->top;
254 /* Get the top 2 words of sdiv */
255 /* div_n=sdiv->top; */
256 d0=sdiv->d[div_n-1];
257 d1=(div_n == 1)?0:sdiv->d[div_n-2]
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
    [all...]
  /external/qemu/target-arm/
helper.c 538 int32_t HELPER(sdiv)(int32_t num, int32_t den) function
    [all...]

Completed in 56 milliseconds