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

Function xsum_large_init

xs/sources/xsum.c:1476–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474/* INITIALIZE A LARGE ACCUMULATOR TO ZERO. */
1475
1476void xsum_large_init (xsum_large_accumulator *restrict lacc)
1477{
1478 xsum_large_init_chunks (lacc);
1479 xsum_small_init (&lacc->sacc);
1480}
1481
1482
1483/* ADD A VECTOR OF FLOATING-POINT NUMBERS TO A LARGE ACCUMULATOR. */

Callers

nothing calls this directly

Calls 2

xsum_large_init_chunksFunction · 0.85
xsum_small_initFunction · 0.85

Tested by

no test coverage detected