OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPU_SUBCS
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/powerpc/fpu/
fpu_add.c
194
FPU_SUBCS
(r3, x->fp_mant[3], y->fp_mant[3]);
195
FPU_SUBCS
(r2, x->fp_mant[2], y->fp_mant[2]);
196
FPU_SUBCS
(r1, x->fp_mant[1], y->fp_mant[1]);
219
FPU_SUBCS
(r2, 0, r2);
220
FPU_SUBCS
(r1, 0, r1);
fpu_arith.h
101
#define
FPU_SUBCS
(r, x, y) \
141
#define
FPU_SUBCS
(r, x, y) \
fpu_sqrt.c
351
FPU_SUBCS
(d1, x1, t1);
363
FPU_SUBCS
(d1, x1, t1);
384
FPU_SUBCS
(d2, x2, t2);
385
FPU_SUBCS
(d1, x1, t1);
397
FPU_SUBCS
(d2, x2, t2);
398
FPU_SUBCS
(d1, x1, t1);
fpu_div.c
233
FPU_SUBS(d3, r3, y3);
FPU_SUBCS
(d2, r2, y2); \
234
FPU_SUBCS
(d1, r1, y1); FPU_SUBC(d0, r0, y0)
/src/sys/arch/sparc/fpu/
fpu_add.c
177
FPU_SUBCS
(r3, x->fp_mant[3], y->fp_mant[3]);
178
FPU_SUBCS
(r2, x->fp_mant[2], y->fp_mant[2]);
179
FPU_SUBCS
(r1, x->fp_mant[1], y->fp_mant[1]);
202
FPU_SUBCS
(r2, 0, r2);
203
FPU_SUBCS
(r1, 0, r1);
fpu_arith.h
86
#define
FPU_SUBCS
(r, x, y) \
fpu_sqrt.c
331
FPU_SUBCS
(d1, x1, t1);
343
FPU_SUBCS
(d1, x1, t1);
364
FPU_SUBCS
(d2, x2, t2);
365
FPU_SUBCS
(d1, x1, t1);
377
FPU_SUBCS
(d2, x2, t2);
378
FPU_SUBCS
(d1, x1, t1);
fpu_div.c
204
FPU_SUBS(d3, r3, y3);
FPU_SUBCS
(d2, r2, y2); \
205
FPU_SUBCS
(d1, r1, y1); FPU_SUBC(d0, r0, y0)
/src/sys/arch/m68k/fpe/
fpu_add.c
172
FPU_SUBCS
(r2, x->fp_mant[2], y->fp_mant[2]);
173
FPU_SUBCS
(r1, x->fp_mant[1], y->fp_mant[1]);
196
FPU_SUBCS
(r1, 0, r1);
fpu_arith.h
100
#define
FPU_SUBCS
(r, x, y) \
157
#define
FPU_SUBCS
(r, x, y) FPU_SUBC(r, x, y)
fpu_sqrt.c
331
FPU_SUBCS
(d1, x1, t1);
343
FPU_SUBCS
(d1, x1, t1);
fpu_div.c
209
FPU_SUBCS
(d1, r1, y1); FPU_SUBC(d0, r0, y0)
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025