Home
last modified time | relevance | path

Searched refs:fp_ext (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/arch/m68k/math-emu/
A Dfp_trig.c22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
52 fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
62 fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
72 fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan()
82 fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh()
92 fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh()
102 fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh()
112 fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh()
[all …]
A Dfp_arith.h20 fp_fabs(struct fp_ext *dest, struct fp_ext *src);
22 fp_fneg(struct fp_ext *dest, struct fp_ext *src);
26 fp_fadd(struct fp_ext *dest, struct fp_ext *src);
28 fp_fsub(struct fp_ext *dest, struct fp_ext *src);
30 fp_fcmp(struct fp_ext *dest, struct fp_ext *src);
32 fp_ftst(struct fp_ext *dest, struct fp_ext *src);
34 fp_fmul(struct fp_ext *dest, struct fp_ext *src);
36 fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
40 fp_fmod(struct fp_ext *dest, struct fp_ext *src);
42 fp_frem(struct fp_ext *dest, struct fp_ext *src);
[all …]
A Dfp_log.c25 extern struct fp_ext *fp_fadd(struct fp_ext *dest, const struct fp_ext *src);
26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src);
29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
102 fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
112 fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
122 fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox()
132 fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox()
142 fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn()
152 fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1()
162 fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10()
[all …]
A Dfp_arith.c31 struct fp_ext *
32 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
44 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
61 fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
121 fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
131 fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp()
141 fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst()
151 fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul()
229 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv()
611 fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod()
[all …]
A Dmulti_arith.h21 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt) in fp_denormalize()
63 static inline int fp_overnormalize(struct fp_ext *reg) in fp_overnormalize()
81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant()
97 static inline int fp_addcarry(struct fp_ext *reg) in fp_addcarry()
114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant()
115 struct fp_ext *src2) in fp_submant()
165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
166 struct fp_ext *src2) in fp_multiplymant()
180 static inline void fp_dividemant(union fp_mant128 *dest, struct fp_ext *src, in fp_dividemant()
181 struct fp_ext *div) in fp_dividemant()
[all …]
A Dfp_emu.h65 register struct fp_ext *reg asm ("a0") = fpreg; \
93 extern const struct fp_ext fp_QNaN;
94 extern const struct fp_ext fp_Inf;
109 register struct fp_ext *__src asm ("a0") = src; \
119 register struct fp_ext *__dest asm ("a0") = dest; \
A Dfp_util.S95 | %a0 = destination (ptr to struct fp_ext)
126 | %a0 = dest (struct fp_ext *)
140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp
141 move.l %d0,(%a0)+ | high lword of fp_ext.mant
178 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp
A Dfp_scan.S250 .long fp_ext, fp_pack
264 fp_ext: label
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmath-emu.h86 struct fp_ext { struct
97 struct fp_ext fpreg[8]; argument
103 struct fp_ext temp[2];

Completed in 13 milliseconds