MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / AddOne

Method AddOne

extern/ttmath/ttmathint.h:326–333  ·  view source on GitHub ↗

! this method adds one to the value and returns carry */

Source from the content-addressed store, hash-verified

324 this method adds one to the value and returns carry
325 */
326 uint AddOne()
327 {
328 bool p1_is_sign = IsSign();
329
330 UInt<value_size>::AddOne();
331
332 return CorrectCarryAfterAdding(p1_is_sign, false);
333 }
334
335
336 /*!

Callers 2

ASin_1Function · 0.45
SetBernoulliNumbersMoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected