Searched refs:MAX_RESOLUTION (Results 1 – 3 of 3) sorted by relevance
23 constexpr float MAX_RESOLUTION = 4000.0; variable24 constexpr float SERCH_STEP = 1.0 / MAX_RESOLUTION;81 int high = MAX_RESOLUTION; in BinarySearch()
42 constexpr static int MAX_RESOLUTION = 4000; variable43 constexpr static float SEARCH_STEP = 1.0f / MAX_RESOLUTION;
87 int high = MAX_RESOLUTION; in BinarySearch()