HomeSort by: relevance | last modified time | path
    Searched refs:mod8 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
tanu.c 183 unsigned long mod8; local
187 mod8 = mpz_fdiv_ui (z, 8);
189 if (mod8 == 0 || mod8 == 4) /* case (a) */
190 mpfr_set_zero (y, ((mod8 == 0) ? +1 : -1) * MPFR_SIGN (x));
191 else if (mod8 == 2 || mod8 == 6) /* case (b) */
193 mpfr_set_inf (y, (mod8 == 2) ? +1 : -1);
198 if (mod8 == 1 || mod8 == 5
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
lshift.asm 182 C 0mod8 4mod8 0mod8
221 C 0mod8 4mod8
229 C 0mod8 4mod8 0mod8
rshift.asm 188 C 4mod8 0mod8 4mod8
221 C 4mod8 0mod8
227 C 4mod8 0mod8 4mod8
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
aorsmul_1.asm 91 $1mod8: ldq r5, 0(rp) C
104 bne r21, $2mod8 C
106 bne r21, $3mod8 C
108 bne r21, $4mod8 C
110 bne r21, $5mod8 C
112 bne r21, $6mod8 C
114 beq r21, $0mod8 C
116 $7mod8: ldq r5, 0(rp) C
126 $6mod8: ldq r1, 8(up) C
147 $0mod8: ldq r1, 8(up)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
com.asm 36 C alignment dst/src, A=0mod8 N=4mod8
logops_n.asm 37 C alignment dst/src1/src2, A=0mod8, N=4mod8
100 C alignment dst/src1/src2, A=0mod8, N=4mod8
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
lshift.asm 197 C 0mod8 4mod8 0mod8
234 C 0mod8 4mod8
240 C 0mod8 4mod8 0mod8
rshift.asm 199 C 4mod8 0mod8 4mod8
235 C 4mod8 0mod8
241 C 4mod8 0mod8 4mod8
copyd.asm 34 C alignment dst/src, A=0mod8 N=4mod8
com.asm 44 C If both src and dst are 4mod8, the loop runs at 1.5 c/l. So long as one
45 C of the two is 0mod8, it runs at 1.0 c/l. On that basis dst is checked
copyi.asm 34 C alignment dst/src, A=0mod8 N=4mod8
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
copyd.asm 43 C If dst is 4mod8 the loop would be 1.17 c/l, but that's avoided by

Completed in 26 milliseconds