Home
last modified time | relevance | path

Searched refs:r_max (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress() argument
132 *r_max = 0.0, r2_sum = 0.0; in regress()
138 if (*r_max < r) in regress()
139 *r_max = r; in regress()
/external/tpm2-tss/src/util/
Daux_util.h81 #define set_return_code(r_max, r, msg) \ argument
84 r_max = r; \
/external/mesa3d/src/panfrost/util/
Dlcra.c174 unsigned r_max = l->class_size[_class]; in lcra_solve() local
175 unsigned k_max = r_max >> shift; in lcra_solve()
/external/webrtc/rtc_base/numerics/
Dsafe_minmax.h254 static constexpr auto r_max =
267 SafeLe(Limits<A>::lowest, r_min) && SafeLe(r_max, Limits<A>::max);
/external/mesa3d/src/imgui/
Dimgui.h654 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
Dimgui.cpp4007 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument
4012 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()