fp_ext             97 arch/m68k/include/asm/math-emu.h 	struct fp_ext fpreg[8];
fp_ext            103 arch/m68k/include/asm/math-emu.h 	struct fp_ext temp[2];
fp_ext             18 arch/m68k/math-emu/fp_arith.c const struct fp_ext fp_QNaN =
fp_ext             24 arch/m68k/math-emu/fp_arith.c const struct fp_ext fp_Inf =
fp_ext             31 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext             32 arch/m68k/math-emu/fp_arith.c fp_fabs(struct fp_ext *dest, struct fp_ext *src)
fp_ext             43 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext             44 arch/m68k/math-emu/fp_arith.c fp_fneg(struct fp_ext *dest, struct fp_ext *src)
fp_ext             60 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext             61 arch/m68k/math-emu/fp_arith.c fp_fadd(struct fp_ext *dest, struct fp_ext *src)
fp_ext            120 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            121 arch/m68k/math-emu/fp_arith.c fp_fsub(struct fp_ext *dest, struct fp_ext *src)
fp_ext            130 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            131 arch/m68k/math-emu/fp_arith.c fp_fcmp(struct fp_ext *dest, struct fp_ext *src)
fp_ext            140 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            141 arch/m68k/math-emu/fp_arith.c fp_ftst(struct fp_ext *dest, struct fp_ext *src)
fp_ext            150 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            151 arch/m68k/math-emu/fp_arith.c fp_fmul(struct fp_ext *dest, struct fp_ext *src)
fp_ext            228 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            229 arch/m68k/math-emu/fp_arith.c fp_fdiv(struct fp_ext *dest, struct fp_ext *src)
fp_ext            309 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            310 arch/m68k/math-emu/fp_arith.c fp_fsglmul(struct fp_ext *dest, struct fp_ext *src)
fp_ext            366 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            367 arch/m68k/math-emu/fp_arith.c fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src)
fp_ext            450 arch/m68k/math-emu/fp_arith.c static void fp_roundint(struct fp_ext *dest, int mode)
fp_ext            576 arch/m68k/math-emu/fp_arith.c static struct fp_ext *
fp_ext            577 arch/m68k/math-emu/fp_arith.c modrem_kernel(struct fp_ext *dest, struct fp_ext *src, int mode)
fp_ext            579 arch/m68k/math-emu/fp_arith.c 	struct fp_ext tmp;
fp_ext            610 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            611 arch/m68k/math-emu/fp_arith.c fp_fmod(struct fp_ext *dest, struct fp_ext *src)
fp_ext            622 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            623 arch/m68k/math-emu/fp_arith.c fp_frem(struct fp_ext *dest, struct fp_ext *src)
fp_ext            629 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            630 arch/m68k/math-emu/fp_arith.c fp_fint(struct fp_ext *dest, struct fp_ext *src)
fp_ext            641 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            642 arch/m68k/math-emu/fp_arith.c fp_fintrz(struct fp_ext *dest, struct fp_ext *src)
fp_ext            653 arch/m68k/math-emu/fp_arith.c struct fp_ext *
fp_ext            654 arch/m68k/math-emu/fp_arith.c fp_fscale(struct fp_ext *dest, struct fp_ext *src)
fp_ext             19 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             20 arch/m68k/math-emu/fp_arith.h fp_fabs(struct fp_ext *dest, struct fp_ext *src);
fp_ext             21 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             22 arch/m68k/math-emu/fp_arith.h fp_fneg(struct fp_ext *dest, struct fp_ext *src);
fp_ext             25 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             26 arch/m68k/math-emu/fp_arith.h fp_fadd(struct fp_ext *dest, struct fp_ext *src);
fp_ext             27 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             28 arch/m68k/math-emu/fp_arith.h fp_fsub(struct fp_ext *dest, struct fp_ext *src);
fp_ext             29 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             30 arch/m68k/math-emu/fp_arith.h fp_fcmp(struct fp_ext *dest, struct fp_ext *src);
fp_ext             31 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             32 arch/m68k/math-emu/fp_arith.h fp_ftst(struct fp_ext *dest, struct fp_ext *src);
fp_ext             33 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             34 arch/m68k/math-emu/fp_arith.h fp_fmul(struct fp_ext *dest, struct fp_ext *src);
fp_ext             35 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             36 arch/m68k/math-emu/fp_arith.h fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
fp_ext             39 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             40 arch/m68k/math-emu/fp_arith.h fp_fmod(struct fp_ext *dest, struct fp_ext *src);
fp_ext             41 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             42 arch/m68k/math-emu/fp_arith.h fp_frem(struct fp_ext *dest, struct fp_ext *src);
fp_ext             43 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             44 arch/m68k/math-emu/fp_arith.h fp_fint(struct fp_ext *dest, struct fp_ext *src);
fp_ext             45 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             46 arch/m68k/math-emu/fp_arith.h fp_fintrz(struct fp_ext *dest, struct fp_ext *src);
fp_ext             47 arch/m68k/math-emu/fp_arith.h struct fp_ext *
fp_ext             48 arch/m68k/math-emu/fp_arith.h fp_fscale(struct fp_ext *dest, struct fp_ext *src);
fp_ext             65 arch/m68k/math-emu/fp_emu.h 	register struct fp_ext *reg asm ("a0") = fpreg;		\
fp_ext             93 arch/m68k/math-emu/fp_emu.h extern const struct fp_ext fp_QNaN;
fp_ext             94 arch/m68k/math-emu/fp_emu.h extern const struct fp_ext fp_Inf;
fp_ext            109 arch/m68k/math-emu/fp_emu.h 	register struct fp_ext *__src asm ("a0") = src;		\
fp_ext            119 arch/m68k/math-emu/fp_emu.h 	register struct fp_ext *__dest asm ("a0") = dest;	\
fp_ext             20 arch/m68k/math-emu/fp_log.c static const struct fp_ext fp_one =
fp_ext             25 arch/m68k/math-emu/fp_log.c extern struct fp_ext *fp_fadd(struct fp_ext *dest, const struct fp_ext *src);
fp_ext             26 arch/m68k/math-emu/fp_log.c extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src);
fp_ext             28 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext             29 arch/m68k/math-emu/fp_log.c fp_fsqrt(struct fp_ext *dest, struct fp_ext *src)
fp_ext             31 arch/m68k/math-emu/fp_log.c 	struct fp_ext tmp, src2;
fp_ext            101 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            102 arch/m68k/math-emu/fp_log.c fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src)
fp_ext            111 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            112 arch/m68k/math-emu/fp_log.c fp_fetox(struct fp_ext *dest, struct fp_ext *src)
fp_ext            121 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            122 arch/m68k/math-emu/fp_log.c fp_ftwotox(struct fp_ext *dest, struct fp_ext *src)
fp_ext            131 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            132 arch/m68k/math-emu/fp_log.c fp_ftentox(struct fp_ext *dest, struct fp_ext *src)
fp_ext            141 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            142 arch/m68k/math-emu/fp_log.c fp_flogn(struct fp_ext *dest, struct fp_ext *src)
fp_ext            151 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            152 arch/m68k/math-emu/fp_log.c fp_flognp1(struct fp_ext *dest, struct fp_ext *src)
fp_ext            161 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            162 arch/m68k/math-emu/fp_log.c fp_flog10(struct fp_ext *dest, struct fp_ext *src)
fp_ext            171 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            172 arch/m68k/math-emu/fp_log.c fp_flog2(struct fp_ext *dest, struct fp_ext *src)
fp_ext            181 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            182 arch/m68k/math-emu/fp_log.c fp_fgetexp(struct fp_ext *dest, struct fp_ext *src)
fp_ext            202 arch/m68k/math-emu/fp_log.c struct fp_ext *
fp_ext            203 arch/m68k/math-emu/fp_log.c fp_fgetman(struct fp_ext *dest, struct fp_ext *src)
fp_ext             21 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             22 arch/m68k/math-emu/fp_trig.c fp_fsin(struct fp_ext *dest, struct fp_ext *src)
fp_ext             31 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             32 arch/m68k/math-emu/fp_trig.c fp_fcos(struct fp_ext *dest, struct fp_ext *src)
fp_ext             41 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             42 arch/m68k/math-emu/fp_trig.c fp_ftan(struct fp_ext *dest, struct fp_ext *src)
fp_ext             51 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             52 arch/m68k/math-emu/fp_trig.c fp_fasin(struct fp_ext *dest, struct fp_ext *src)
fp_ext             61 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             62 arch/m68k/math-emu/fp_trig.c fp_facos(struct fp_ext *dest, struct fp_ext *src)
fp_ext             71 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             72 arch/m68k/math-emu/fp_trig.c fp_fatan(struct fp_ext *dest, struct fp_ext *src)
fp_ext             81 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             82 arch/m68k/math-emu/fp_trig.c fp_fsinh(struct fp_ext *dest, struct fp_ext *src)
fp_ext             91 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext             92 arch/m68k/math-emu/fp_trig.c fp_fcosh(struct fp_ext *dest, struct fp_ext *src)
fp_ext            101 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            102 arch/m68k/math-emu/fp_trig.c fp_ftanh(struct fp_ext *dest, struct fp_ext *src)
fp_ext            111 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            112 arch/m68k/math-emu/fp_trig.c fp_fatanh(struct fp_ext *dest, struct fp_ext *src)
fp_ext            121 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            122 arch/m68k/math-emu/fp_trig.c fp_fsincos0(struct fp_ext *dest, struct fp_ext *src)
fp_ext            129 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            130 arch/m68k/math-emu/fp_trig.c fp_fsincos1(struct fp_ext *dest, struct fp_ext *src)
fp_ext            137 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            138 arch/m68k/math-emu/fp_trig.c fp_fsincos2(struct fp_ext *dest, struct fp_ext *src)
fp_ext            145 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            146 arch/m68k/math-emu/fp_trig.c fp_fsincos3(struct fp_ext *dest, struct fp_ext *src)
fp_ext            153 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            154 arch/m68k/math-emu/fp_trig.c fp_fsincos4(struct fp_ext *dest, struct fp_ext *src)
fp_ext            161 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            162 arch/m68k/math-emu/fp_trig.c fp_fsincos5(struct fp_ext *dest, struct fp_ext *src)
fp_ext            169 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            170 arch/m68k/math-emu/fp_trig.c fp_fsincos6(struct fp_ext *dest, struct fp_ext *src)
fp_ext            177 arch/m68k/math-emu/fp_trig.c struct fp_ext *
fp_ext            178 arch/m68k/math-emu/fp_trig.c fp_fsincos7(struct fp_ext *dest, struct fp_ext *src)
fp_ext             21 arch/m68k/math-emu/multi_arith.h static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt)
fp_ext             63 arch/m68k/math-emu/multi_arith.h static inline int fp_overnormalize(struct fp_ext *reg)
fp_ext             81 arch/m68k/math-emu/multi_arith.h static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src)
fp_ext             97 arch/m68k/math-emu/multi_arith.h static inline int fp_addcarry(struct fp_ext *reg)
fp_ext            114 arch/m68k/math-emu/multi_arith.h static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1,
fp_ext            115 arch/m68k/math-emu/multi_arith.h 			      struct fp_ext *src2)
fp_ext            165 arch/m68k/math-emu/multi_arith.h static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1,
fp_ext            166 arch/m68k/math-emu/multi_arith.h 				   struct fp_ext *src2)
fp_ext            180 arch/m68k/math-emu/multi_arith.h static inline void fp_dividemant(union fp_mant128 *dest, struct fp_ext *src,
fp_ext            181 arch/m68k/math-emu/multi_arith.h 				 struct fp_ext *div)
fp_ext            243 arch/m68k/math-emu/multi_arith.h static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src,