Searched refs:mod8 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dtanu.c183 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
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dlshift.asm182 C 0mod8 4mod8 0mod8
221 C 0mod8 4mod8
229 C 0mod8 4mod8 0mod8
H A Drshift.asm188 C 4mod8 0mod8 4mod8
221 C 4mod8 0mod8
227 C 4mod8 0mod8 4mod8
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Daorsmul_1.asm91 $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
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Drshift.asm199 C 4mod8 0mod8 4mod8
235 C 4mod8 0mod8
241 C 4mod8 0mod8 4mod8
H A Dlshift.asm197 C 0mod8 4mod8 0mod8
234 C 0mod8 4mod8
240 C 0mod8 4mod8 0mod8
H A Dcopyd.asm34 C alignment dst/src, A=0mod8 N=4mod8
H A Dcopyi.asm34 C alignment dst/src, A=0mod8 N=4mod8
H A Dcom.asm44 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
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dcom.asm36 C alignment dst/src, A=0mod8 N=4mod8
H A Dlogops_n.asm37 C alignment dst/src1/src2, A=0mod8, N=4mod8
100 C alignment dst/src1/src2, A=0mod8, N=4mod8
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
H A Dcopyd.asm43 C If dst is 4mod8 the loop would be 1.17 c/l, but that's avoided by

Completed in 142 milliseconds