OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 0
mod8
4
mod8
0
mod8
221
C 0
mod8
4
mod8
229
C 0
mod8
4
mod8
0
mod8
rshift.asm
188
C 4
mod8
0
mod8
4
mod8
221
C 4
mod8
0
mod8
227
C 4
mod8
0
mod8
4
mod8
/src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
aorsmul_1.asm
91
$1
mod8
: ldq r5, 0(rp) C
104
bne r21, $2
mod8
C
106
bne r21, $3
mod8
C
108
bne r21, $4
mod8
C
110
bne r21, $5
mod8
C
112
bne r21, $6
mod8
C
114
beq r21, $0
mod8
C
116
$7
mod8
: ldq r5, 0(rp) C
126
$6
mod8
: ldq r1, 8(up) C
147
$0
mod8
: ldq r1, 8(up)
[
all
...]
/src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
com.asm
36
C alignment dst/src, A=0
mod8
N=4
mod8
logops_n.asm
37
C alignment dst/src1/src2, A=0
mod8
, N=4
mod8
100
C alignment dst/src1/src2, A=0
mod8
, N=4
mod8
/src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
lshift.asm
197
C 0
mod8
4
mod8
0
mod8
234
C 0
mod8
4
mod8
240
C 0
mod8
4
mod8
0
mod8
rshift.asm
199
C 4
mod8
0
mod8
4
mod8
235
C 4
mod8
0
mod8
241
C 4
mod8
0
mod8
4
mod8
copyd.asm
34
C alignment dst/src, A=0
mod8
N=4
mod8
com.asm
44
C If both src and dst are 4
mod8
, the loop runs at 1.5 c/l. So long as one
45
C of the two is 0
mod8
, it runs at 1.0 c/l. On that basis dst is checked
copyi.asm
34
C alignment dst/src, A=0
mod8
N=4
mod8
/src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
copyd.asm
43
C If dst is 4
mod8
the loop would be 1.17 c/l, but that's avoided by
Completed in 23 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026