Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/
H A Dbigdecimal.c3541 static int VpIsDefOP(Real *c, Real *a, Real *b, enum op_sw sw);
3816 VpIsDefOP(Real *c, Real *a, Real *b, enum op_sw sw) in VpIsDefOP() function
4383 …if (!VpIsDefOP(c, a, b, (operation > 0) ? OP_SW_ADD : OP_SW_SUB)) return 0; /* No significant digi… in VpAddSub()
4839 if (!VpIsDefOP(c, a, b, OP_SW_MULT)) return 0; /* No significant digit */ in VpMult()
4969 if (!VpIsDefOP(c, a, b, OP_SW_DIV)) goto Exit; in VpDivd()