Searched refs:fp_ext (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_arith.h21 struct fp_ext *
22 fp_fabs(struct fp_ext *dest, struct fp_ext *src);
23 struct fp_ext *
24 fp_fneg(struct fp_ext *dest, struct fp_ext *src);
27 struct fp_ext *
28 fp_fadd(struct fp_ext *dest, struct fp_ext *src);
29 struct fp_ext *
[all...]
H A Dfp_trig.c21 struct fp_ext *
22 fp_fsin(struct fp_ext *dest, struct fp_ext *src)
31 struct fp_ext *
32 fp_fcos(struct fp_ext *dest, struct fp_ext *src)
41 struct fp_ext *
42 fp_ftan(struct fp_ext *dest, struct fp_ext *src)
51 struct fp_ext *
[all...]
H A 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);
27 extern struct fp_ext *fp_fmul(struct fp_ext *dest, const struct fp_ext *sr
[all...]
H A Dfp_arith.c20 const struct fp_ext fp_QNaN =
26 const struct fp_ext fp_Inf =
33 struct fp_ext *
34 fp_fabs(struct fp_ext *dest, struct fp_ext *src)
45 struct fp_ext *
46 fp_fneg(struct fp_ext *dest, struct fp_ext *src)
62 struct fp_ext *
63 fp_fadd(struct fp_ext *des
[all...]
H 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; \
H A Dmulti_arith.h23 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt)
65 static inline int fp_overnormalize(struct fp_ext *reg)
83 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src)
99 static inline int fp_addcarry(struct fp_ext *reg)
116 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1,
117 struct fp_ext *src2)
167 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1,
168 struct fp_ext *src
[all...]
H A Dfp_util.S89 * fp_ext structure.
95 | %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
209 | args: %a0 = dest (struct fp_ext *)
434 | args: %a0 (struct fp_ext *)
[all...]
H A Dfp_scan.S246 .long fp_ext, fp_pack
260 fp_ext: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dmath-emu.h85 struct fp_ext { struct
96 struct fp_ext fpreg[8];
102 struct fp_ext temp[2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmath-emu.h85 struct fp_ext { struct
96 struct fp_ext fpreg[8];
102 struct fp_ext temp[2];

Completed in 65 milliseconds