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

Method SetZero

extern/ttmath/ttmathuint.h:147–155  ·  view source on GitHub ↗

! this method sets zero */

Source from the content-addressed store, hash-verified

145 this method sets zero
146 */
147 void SetZero()
148 {
149 // in the future here can be 'memset'
150
151 for(uint i=0 ; i<value_size ; ++i)
152 table[i] = 0;
153
154 TTMATH_LOG("UInt::SetZero")
155 }
156
157
158 /*!

Callers 15

SinFunction · 0.80
ATanGreaterThanPlusOneFunction · 0.80
RootCheckXZeroFunction · 0.80
SetBernoulliNumbersSumFunction · 0.80
SetBernoulliNumbersMoreFunction · 0.80
GammaFactorialHighSumFunction · 0.80
MulIntMethod · 0.80
Mul2Big3Method · 0.80
MulFastestBigMethod · 0.80
Div_StandardTestMethod · 0.80
Div1_CalculateRefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected