Home
last modified time | relevance | path

Searched refs:iExp (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c73 int iExp = 0; in decimal_new() local
122 iExp = iExp*10 + zIn[j] - '0'; in decimal_new()
126 if( neg ) iExp = -iExp; in decimal_new()
134 if( iExp>0 ){ in decimal_new()
138 iExp = 0; in decimal_new()
144 if( iExp>0 ){ in decimal_new()
150 }else if( iExp<0 ){ in decimal_new()
152 iExp = -iExp; in decimal_new()
157 iExp = 0; in decimal_new()
159 iExp -= nExtra; in decimal_new()
[all …]