Home
last modified time | relevance | path

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

/linux-6.6.21/lib/math/
Dint_sqrt.c49 u32 int_sqrt64(u64 x) in int_sqrt64() function
70 EXPORT_SYMBOL(int_sqrt64);
/linux-6.6.21/include/linux/
Dmath.h200 u32 int_sqrt64(u64 x);
202 static inline u32 int_sqrt64(u64 x) in int_sqrt64() function
/linux-6.6.21/kernel/dma/
Dmap_benchmark.c168 map->bparam.map_stddev = int_sqrt64(map_variance); in do_map_benchmark()
169 map->bparam.unmap_stddev = int_sqrt64(unmap_variance); in do_map_benchmark()
/linux-6.6.21/fs/ceph/
Ddebugfs.c137 _st = int_sqrt64(_sq); \
/linux-6.6.21/drivers/iio/temperature/
Dmlx90632.c755 return (int_sqrt64(int_sqrt64(ir_Alpha * 1000000000000LL + TAdut4)) in mlx90632_calc_temp_object_iteration()