Searched refs:NEAR_START_OR_END_SECS (Results 1 – 1 of 1) sorted by relevance
110 NEAR_START_OR_END_SECS = 0.01 variable556 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:558 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:644 if abs(index - start_index) < rate * NEAR_START_OR_END_SECS:646 if abs(index - end_index) < rate * NEAR_START_OR_END_SECS:723 if float(abs(start_index - index)) / rate < NEAR_START_OR_END_SECS:725 if float(abs(end_index - index)) / rate < NEAR_START_OR_END_SECS: