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

Method SubOne

extern/ttmath/ttmathint.h:339–346  ·  view source on GitHub ↗

! this method subtracts one from the value and returns carry */

Source from the content-addressed store, hash-verified

337 this method subtracts one from the value and returns carry
338 */
339 uint SubOne()
340 {
341 bool p1_is_sign = IsSign();
342
343 UInt<value_size>::SubOne();
344
345 return CorrectCarryAfterSubtracting(p1_is_sign, false);
346 }
347
348
349private:

Callers 10

Sin0pi05Function · 0.45
ASin_1Function · 0.45
ASinFunction · 0.45
ATan01Function · 0.45
SinhFunction · 0.45
CoshFunction · 0.45
ASinhFunction · 0.45
ACoshFunction · 0.45
ATanhFunction · 0.45
ACothFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected