Searched refs:iExp (Results 1 – 1 of 1) sorted by relevance
73 int iExp = 0; in decimal_new() local122 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 …]