Searched refs:int_pow (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/common/hid-sensors/ |
| H A D | hid-sensor-attributes.c | 94 *micro_frac = (rem / divisor) * int_pow(10, 6 - exp); in simple_div() 100 int divisor = int_pow(10, exp); in split_micro_fraction() 103 *val2 = no % divisor * int_pow(10, 6 - exp); in split_micro_fraction() 125 *val1 = sign * value * int_pow(10, exp); in convert_from_vtf_format() 146 divisor = int_pow(10, 6 + exp); in convert_to_vtf_format() 147 value = abs(val1) * int_pow(10, -exp); in convert_to_vtf_format() 150 divisor = int_pow(10, exp); in convert_to_vtf_format() 316 *val0 = scale0 * int_pow(10, exp); in adjust_exponent_nano() 323 divisor = int_pow(10, 8 - i); in adjust_exponent_nano() 325 res += int_pow(10, exp - 1 - i) * x; in adjust_exponent_nano() [all …]
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | int_pow.c | 19 u64 int_pow(u64 base, unsigned int exp) in int_pow() function 32 EXPORT_SYMBOL_GPL(int_pow);
|
| H A D | Makefile | 2 obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 511 u64 int_pow(u64 base, unsigned int exp);
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | kernel-api.rst | 156 .. kernel-doc:: lib/math/int_pow.c
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 861 int_pow
|
| H A D | abi_gki_aarch64_exynos | 980 int_pow
|
| H A D | abi_gki_aarch64_galaxy | 2251 int_pow
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md.c | 3880 *res = result * int_pow(10, scale - decimals); in strict_strtoul_scaled()
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |