Home
last modified time | relevance | path

Searched refs:int_sqrt64 (Results 1 – 5 of 5) sorted by relevance

/linux/lib/math/
H A Dint_sqrt.c49 u32 int_sqrt64(u64 x) in int_sqrt64() function
70 EXPORT_SYMBOL(int_sqrt64);
/linux/fs/bcachefs/
H A Dmean_and_variance.c98 return int_sqrt64(mean_and_variance_get_variance(s)); in mean_and_variance_get_stddev()
168 return int_sqrt64(mean_and_variance_weighted_get_variance(s, weight)); in mean_and_variance_weighted_get_stddev()
/linux/include/linux/
H A Dmath.h202 u32 int_sqrt64(u64 x);
204 static inline u32 int_sqrt64(u64 x) in int_sqrt64() function
/linux/kernel/dma/
H A Dmap_benchmark.c189 map->bparam.map_stddev = int_sqrt64(map_variance); in do_map_benchmark()
190 map->bparam.unmap_stddev = int_sqrt64(unmap_variance); in do_map_benchmark()
/linux/drivers/iio/temperature/
H A Dmlx90632.c755 return (int_sqrt64(int_sqrt64(ir_Alpha * 1000000000000LL + TAdut4)) in mlx90632_calc_temp_object_iteration()