Searched refs:int_sqrt64 (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/math/
H A Dint_sqrt.c45 * int_sqrt64 - strongly typed int_sqrt function when minimum 64 bit input
49 u32 int_sqrt64(u64 x) function
70 EXPORT_SYMBOL(int_sqrt64); variable
/linux-master/fs/bcachefs/
H A Dmean_and_variance.c98 return int_sqrt64(mean_and_variance_get_variance(s));
168 return int_sqrt64(mean_and_variance_weighted_get_variance(s, weight));
/linux-master/include/linux/
H A Dmath.h200 u32 int_sqrt64(u64 x);
202 static inline u32 int_sqrt64(u64 x) function
/linux-master/kernel/dma/
H A Dmap_benchmark.c168 map->bparam.map_stddev = int_sqrt64(map_variance);
169 map->bparam.unmap_stddev = int_sqrt64(unmap_variance);
/linux-master/drivers/iio/temperature/
H A Dmlx90635.c543 return (int_sqrt64(int_sqrt64(calcedFa * 100000000LL + TAdut4))
H A Dmlx90632.c755 return (int_sqrt64(int_sqrt64(ir_Alpha * 1000000000000LL + TAdut4))
/linux-master/fs/ceph/
H A Ddebugfs.c137 _st = int_sqrt64(_sq); \

Completed in 287 milliseconds