Lines Matching refs:kscale
527 @@ -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))
632 @@ -206,6 +212,7 @@ dc_triop DC_DECLARG((op, kscale))