Lines Matching refs:e_threshold
15001 int32_t e_threshold = 0;15006 e_threshold = 6;15013 e_threshold = ((int32_t)precision);15015 if ((e_threshold > nd) && (nd >= h.decimal_point)) {15016 e_threshold = nd;15022 if ((e < -4) || (e_threshold <= e)) {