Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/math-emu/
Dfp_trig.c21 struct fp_ext *
22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
31 struct fp_ext *
32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
41 struct fp_ext *
42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
51 struct fp_ext *
52 fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
61 struct fp_ext *
62 fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
[all …]
Dfp_arith.h19 struct fp_ext *
20 fp_fabs(struct fp_ext *dest, struct fp_ext *src);
21 struct fp_ext *
22 fp_fneg(struct fp_ext *dest, struct fp_ext *src);
25 struct fp_ext *
26 fp_fadd(struct fp_ext *dest, struct fp_ext *src);
27 struct fp_ext *
28 fp_fsub(struct fp_ext *dest, struct fp_ext *src);
29 struct fp_ext *
30 fp_fcmp(struct fp_ext *dest, struct fp_ext *src);
[all …]
Dfp_log.c20 static const struct fp_ext fp_one =
25 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);
28 struct fp_ext *
29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
31 struct fp_ext tmp, src2; in fp_fsqrt()
101 struct fp_ext *
102 fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
111 struct fp_ext *
112 fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
[all …]
Dfp_arith.c18 const struct fp_ext fp_QNaN =
24 const struct fp_ext fp_Inf =
31 struct fp_ext *
32 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
43 struct fp_ext *
44 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
60 struct fp_ext *
61 fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
120 struct fp_ext *
121 fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
[all …]
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 …]
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; \
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
Dfp_scan.S250 .long fp_ext, fp_pack
264 fp_ext: label
/linux-6.1.9/arch/m68k/include/asm/
Dmath-emu.h86 struct fp_ext { struct
97 struct fp_ext fpreg[8]; argument
103 struct fp_ext temp[2];