Symbol: fp_ext
arch/m68k/include/asm/math-emu.h
103
struct fp_ext temp[2];
arch/m68k/include/asm/math-emu.h
97
struct fp_ext fpreg[8];
arch/m68k/math-emu/fp_arith.c
117
struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
126
struct fp_ext *fp_fcmp(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
135
struct fp_ext *fp_ftst(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
144
struct fp_ext *fp_fmul(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
18
const struct fp_ext fp_QNaN =
arch/m68k/math-emu/fp_arith.c
221
struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
24
const struct fp_ext fp_Inf =
arch/m68k/math-emu/fp_arith.c
301
struct fp_ext *fp_fsglmul(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
31
struct fp_ext *fp_fabs(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
357
struct fp_ext *fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
42
struct fp_ext *fp_fneg(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
440
static void fp_roundint(struct fp_ext *dest, int mode)
arch/m68k/math-emu/fp_arith.c
566
static struct fp_ext *modrem_kernel(struct fp_ext *dest, struct fp_ext *src,
arch/m68k/math-emu/fp_arith.c
569
struct fp_ext tmp;
arch/m68k/math-emu/fp_arith.c
58
struct fp_ext *fp_fadd(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
600
struct fp_ext *fp_fmod(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
611
struct fp_ext *fp_frem(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
617
struct fp_ext *fp_fint(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
628
struct fp_ext *fp_fintrz(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.c
639
struct fp_ext *fp_fscale(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_arith.h
19
struct fp_ext *fp_fabs(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
20
struct fp_ext *fp_fneg(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
23
struct fp_ext *fp_fadd(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
24
struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
25
struct fp_ext *fp_fcmp(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
26
struct fp_ext *fp_ftst(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
27
struct fp_ext *fp_fmul(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
28
struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
29
struct fp_ext *fp_fsglmul(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
30
struct fp_ext *fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
33
struct fp_ext *fp_fmod(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
34
struct fp_ext *fp_frem(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
35
struct fp_ext *fp_fint(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
36
struct fp_ext *fp_fintrz(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_arith.h
37
struct fp_ext *fp_fscale(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_emu.h
109
register struct fp_ext *__src asm ("a0") = src; \
arch/m68k/math-emu/fp_emu.h
119
register struct fp_ext *__dest asm ("a0") = dest; \
arch/m68k/math-emu/fp_emu.h
65
register struct fp_ext *reg asm ("a0") = fpreg; \
arch/m68k/math-emu/fp_emu.h
93
extern const struct fp_ext fp_QNaN;
arch/m68k/math-emu/fp_emu.h
94
extern const struct fp_ext fp_Inf;
arch/m68k/math-emu/fp_log.c
108
struct fp_ext *fp_fetox(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
117
struct fp_ext *fp_ftwotox(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
126
struct fp_ext *fp_ftentox(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
135
struct fp_ext *fp_flogn(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
144
struct fp_ext *fp_flognp1(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
153
struct fp_ext *fp_flog10(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
162
struct fp_ext *fp_flog2(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
171
struct fp_ext *fp_fgetexp(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
191
struct fp_ext *fp_fgetman(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
22
static const struct fp_ext fp_one = {
arch/m68k/math-emu/fp_log.c
26
struct fp_ext *fp_fsqrt(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.c
28
struct fp_ext tmp, src2;
arch/m68k/math-emu/fp_log.c
71
fp_fadd(dest, (struct fp_ext *)&fp_one);
arch/m68k/math-emu/fp_log.c
99
struct fp_ext *fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_log.h
32
struct fp_ext *fp_fsqrt(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
33
struct fp_ext *fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
34
struct fp_ext *fp_fetox(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
35
struct fp_ext *fp_ftwotox(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
36
struct fp_ext *fp_ftentox(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
37
struct fp_ext *fp_flogn(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
38
struct fp_ext *fp_flognp1(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
39
struct fp_ext *fp_flog10(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
40
struct fp_ext *fp_flog2(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
41
struct fp_ext *fp_fgetexp(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_log.h
42
struct fp_ext *fp_fgetman(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.c
102
struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
111
struct fp_ext *fp_fsincos0(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
118
struct fp_ext *fp_fsincos1(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
125
struct fp_ext *fp_fsincos2(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
132
struct fp_ext *fp_fsincos3(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
139
struct fp_ext *fp_fsincos4(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
146
struct fp_ext *fp_fsincos5(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
153
struct fp_ext *fp_fsincos6(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
160
struct fp_ext *fp_fsincos7(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
21
struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
30
struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
39
struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
48
struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
57
struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
66
struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
75
struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
84
struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.c
93
struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/fp_trig.h
32
struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
33
struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
34
struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
35
struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
36
struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
37
struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
38
struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
39
struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
40
struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
41
struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
42
struct fp_ext *fp_fsincos0(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
43
struct fp_ext *fp_fsincos1(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
44
struct fp_ext *fp_fsincos2(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
45
struct fp_ext *fp_fsincos3(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
46
struct fp_ext *fp_fsincos4(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
47
struct fp_ext *fp_fsincos5(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
48
struct fp_ext *fp_fsincos6(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/fp_trig.h
49
struct fp_ext *fp_fsincos7(struct fp_ext *dest, struct fp_ext *src);
arch/m68k/math-emu/multi_arith.h
116
static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1,
arch/m68k/math-emu/multi_arith.h
117
struct fp_ext *src2)
arch/m68k/math-emu/multi_arith.h
167
static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1,
arch/m68k/math-emu/multi_arith.h
168
struct fp_ext *src2)
arch/m68k/math-emu/multi_arith.h
182
static inline void fp_dividemant(union fp_mant128 *dest, struct fp_ext *src,
arch/m68k/math-emu/multi_arith.h
183
struct fp_ext *div)
arch/m68k/math-emu/multi_arith.h
23
static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt)
arch/m68k/math-emu/multi_arith.h
245
static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src,
arch/m68k/math-emu/multi_arith.h
65
static inline int fp_overnormalize(struct fp_ext *reg)
arch/m68k/math-emu/multi_arith.h
83
static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src)
arch/m68k/math-emu/multi_arith.h
99
static inline int fp_addcarry(struct fp_ext *reg)