Searched refs:CALC_GRE (Results 1 – 2 of 2) sorted by relevance
122 /* G */ {{sCalc_G}, CALC_GRE}, // groesser938 eCurrOper = ('<' == ch) ? CALC_LES : CALC_GRE; in GetToken()1026 case '<': eCurrOper = '>' == ch ? CALC_GRE : CALC_LES; in GetToken()1030 eCurrOper = CALC_GRE == eCurrOper ? CALC_GEQ : CALC_LEQ; in GetToken()1206 case CALC_GRE: nSbxOper = SbxGT; break; in Term()
57 CALC_GRE=265, CALC_SUM=266, CALC_MEAN=267, enumerator
Completed in 12 milliseconds