MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / bigint

Method bigint

external/include/fast_float/fast_float.h:2013–2013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2011 stackvec<bigint_limbs> vec;
2012
2013 bigint(): vec() {}
2014 bigint(const bigint &) = delete;
2015 bigint &operator=(const bigint &) = delete;
2016 bigint(bigint &&) = delete;

Callers

nothing calls this directly

Calls 2

push_uncheckedMethod · 0.80
normalizeMethod · 0.45

Tested by

no test coverage detected