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

Function xsum_large_negate

xs/sources/xsum.c:1983–1989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1981/* NEGATE THE VALUE IN A LARGE ACCUMULATOR. */
1982
1983void xsum_large_negate (xsum_large_accumulator *restrict lacc)
1984{
1985 if (xsum_debug) c_printf("\nNEGATING A LARGE ACCUMULATOR\n");
1986
1987 xsum_large_transfer_to_small (lacc);
1988 xsum_small_negate (&lacc->sacc);
1989}
1990
1991
1992

Callers

nothing calls this directly

Calls 2

xsum_small_negateFunction · 0.85

Tested by

no test coverage detected