Lines Matching refs:fp_ext
21 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt)
63 static inline int fp_overnormalize(struct fp_ext *reg)
81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src)
97 static inline int fp_addcarry(struct fp_ext *reg)
114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1,
115 struct fp_ext *src2)
165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1,
166 struct fp_ext *src2)
180 static inline void fp_dividemant(union fp_mant128 *dest, struct fp_ext *src,
181 struct fp_ext *div)
243 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src,