Searched refs:NEAR_START_OR_END_SECS (Results 1 – 1 of 1) sorted by relevance
110 NEAR_START_OR_END_SECS = 0.01 variable555 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:557 if abs(now_time - end_time) < NEAR_START_OR_END_SECS:642 if abs(index - start_index) < rate * NEAR_START_OR_END_SECS:644 if abs(index - end_index) < rate * NEAR_START_OR_END_SECS:720 if float(abs(start_index - index)) / rate < NEAR_START_OR_END_SECS:722 if float(abs(end_index - index)) / rate < NEAR_START_OR_END_SECS: