Searched refs:spl_fixpt_shl (Results 1 – 3 of 3) sorted by relevance
40 value = spl_fixpt_shl(value, 1); in spl_build_custom_float()72 mantiss = spl_fixpt_shl(mantiss, format->mantissa_bits); in spl_build_custom_float()
192 static inline struct spl_fixed31_32 spl_fixpt_shl(struct spl_fixed31_32 arg, unsigned int shift) in spl_fixpt_shl() function
343 return spl_fixpt_shl( in spl_fixpt_exp()
Completed in 10 milliseconds