Searched refs:NEAR_START_OR_END_SECS (Results 1 – 1 of 1) sorted by relevance
111 NEAR_START_OR_END_SECS = 0.01 variable539 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:541 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:625 if abs(index - start_index) < rate * NEAR_START_OR_END_SECS:627 if abs(index - end_index) < rate * NEAR_START_OR_END_SECS:701 if float(abs(start_index - index)) / rate < NEAR_START_OR_END_SECS:703 if float(abs(end_index - index)) / rate < NEAR_START_OR_END_SECS: