Searched refs:i1_1 (Results 1 – 2 of 2) sorted by relevance
182 int i1_1 = (int)FXSYS_floor(f1); in _MatchFloatRange() local184 FX_FLOAT error1 = f1 - i1_1 + (FX_FLOAT)FXSYS_fabs(f2 - i1_1 - length); in _MatchFloatRange()186 i1 = (error1 > error2) ? i1_2 : i1_1; in _MatchFloatRange()
113 CREATE INDEX i1_1 ON t1(b);