MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxBigInt_iszero

Function fxBigInt_iszero

xs/sources/xsBigInt.c:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966int fxBigInt_iszero(txBigInt *a)
967{
968 return(a->size == 1 && a->data[0] == 0);
969}
970
971void
972fxBigInt_fill0(txBigInt *r)

Callers 12

fxBigInt_div2Function · 0.85
ec_doubleFunction · 0.85
ec_addFunction · 0.85
fxBigInt_ec_normFunction · 0.85
fx_BigInt_asIntNFunction · 0.85
fx_BigInt_asUintNFunction · 0.85
fxBigInt_negFunction · 0.85
fxBigInt_mulFunction · 0.85
fxBigInt_expFunction · 0.85
fxBigInt_divFunction · 0.85
fxBigInt_modFunction · 0.85
fxBigInt_remFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected