Searched refs:r_max (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | freq-step.c | 112 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/ |
D | aux_util.h | 81 #define set_return_code(r_max, r, msg) \ argument 84 r_max = r; \
|
/external/mesa3d/src/panfrost/util/ |
D | lcra.c | 174 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/ |
D | safe_minmax.h | 254 static constexpr auto r_max = 267 SafeLe(Limits<A>::lowest, r_min) && SafeLe(r_max, Limits<A>::max);
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 654 …IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = …
|
D | imgui.cpp | 4007 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()
|