Searched refs:mul64to128 (Results 1 – 2 of 2) sorted by relevance
/arch/arm/vfp/ |
D | vfp.h | 73 static inline void mul64to128(u64 *resh, u64 *resl, u64 n, u64 m) in mul64to128() function 109 mul64to128(&rh, &rl, n, m); in vfp_hi64multiply64() 127 mul64to128(&termh, &terml, m, z); in vfp_estimate_div128to64()
|
D | vfpdouble.c | 336 mul64to128(&termh, &terml, vdd.significand, vdd.significand); in vfp_double_fsqrt() 1075 mul64to128(&termh, &terml, vdm.significand, vdd.significand); in vfp_double_fdiv()
|