Home
last modified time | relevance | path

Searched refs:kscale (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/bc/
H A D0002-notice-read-and-write-errors-on-input-and-output.patch527 @@ -133,6 +133,7 @@ dc_div DC_DECLARG((a, b, kscale, result))
529 if (bc_divide(CastNum(a), CastNum(b), CastNumPtr(result), kscale)){
535 @@ -155,6 +156,7 @@ dc_divrem DC_DECLARG((a, b, kscale, quotient, remainder))
537 CastNumPtr(quotient), CastNumPtr(remainder), kscale)){
543 @@ -173,6 +175,7 @@ dc_rem DC_DECLARG((a, b, kscale, result))
545 if (bc_modulo(CastNum(a), CastNum(b), CastNumPtr(result), kscale)){
551 @@ -225,6 +228,7 @@ dc_sqrt DC_DECLARG((value, kscale, result))
553 if (!bc_sqrt(&tmp, kscale)){
608 @@ -91,6 +94,7 @@ dc_binop DC_DECLARG((op, kscale))
616 @@ -131,6 +135,7 @@ dc_binop2 DC_DECLARG((op, kscale))
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmax6650.c264 int kscale, ktach; in max6650_set_target() local
278 kscale = DIV_FROM_REG(data->config); in max6650_set_target()
279 ktach = ((clock * kscale) / (256 * rpm / 60)) - 1; in max6650_set_target()