Home
last modified time | relevance | path

Searched refs:p_max (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_split.hpp61 std::size_t* p_max; member in boost::BOOST_REGEX_DETAIL_NS::split_pred
65 : p_last(a), p_out(b), p_max(c), initial_max(*c) {} in split_pred()
82 if(0 == --*p_max) return false; in operator ()()
84 return *p_max != 0; in operator ()()
90 if((sub.first != sub.second) || (*p_max != initial_max)) in operator ()()
94 return --*p_max; in operator ()()
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_segment_box.hpp95 SegmentPoint p_max; in segment_below_of_box() local
98 apply(seg, input_box, p_max, in segment_below_of_box()
142 geometry::set_from_radian<0>(p_max, vertex_lon); in segment_below_of_box()
143 geometry::set_from_radian<1>(p_max, vertex_lat); in segment_below_of_box()
148 geometry::get_as_radian<0>(p_max))) in segment_below_of_box()
164 >(p1, p0, p_max, bottom_right, sb_strategy); in segment_below_of_box()
Denvelope_segment.hpp184 CalculationType p_max = envelope_segment_call_vertex_latitude in compute_box_corners() local
191 CalculationType const lat_min_rad = -p_max; in compute_box_corners()
203 CalculationType const lat_max_rad = p_max; in compute_box_corners()
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_scaling_integer_grid.cpp160 constexpr const size_t p_max = 18; in main() local
195 boost::hana::for_each(std::make_index_sequence<p_max>(), [&](auto idx){ in main()
203 …<< " static_assert(p <= " << p_max + 1 << ", \"Integer grids only implemented up to " << p_max in main()
Ddaubechies_coefficients.cpp218 size_t p_max = 20; in main() local
235 …<< " static_assert(p < " << p_max << ", \"Filter coefficients only implemented up to " << p_max in main()
237 for(size_t p = 1; p < p_max; ++p) in main()
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/
Dtest_envelope_expand_on_spheroid.hpp338 bg::detail::indexed_point_view<Box, bg::max_corner> p_max(box); in apply() local
341 bg::assign_values(p_max, lon_max, lat_max); in apply()
353 bg::detail::indexed_point_view<Box, bg::max_corner> p_max(box); in apply() local
356 bg::assign_values(p_max, lon_max, lat_max, height_max); in apply()
Dexpand_on_spheroid.cpp251 bg::detail::indexed_point_view<Box const, 1> p_max(box); in apply() local
264 bg::transform(p_max, other_max); in apply()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp2122 …l ImGui::DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max) in DataTypeClamp() argument
2126 …S8: return DataTypeClampT<ImS8 >((ImS8* )p_data, (const ImS8* )p_min, (const ImS8* )p_max); in DataTypeClamp()
2127 …U8: return DataTypeClampT<ImU8 >((ImU8* )p_data, (const ImU8* )p_min, (const ImU8* )p_max); in DataTypeClamp()
2128 …S16: return DataTypeClampT<ImS16 >((ImS16* )p_data, (const ImS16* )p_min, (const ImS16* )p_max); in DataTypeClamp()
2129 …U16: return DataTypeClampT<ImU16 >((ImU16* )p_data, (const ImU16* )p_min, (const ImU16* )p_max); in DataTypeClamp()
2130 …S32: return DataTypeClampT<ImS32 >((ImS32* )p_data, (const ImS32* )p_min, (const ImS32* )p_max); in DataTypeClamp()
2131 …U32: return DataTypeClampT<ImU32 >((ImU32* )p_data, (const ImU32* )p_min, (const ImU32* )p_max); in DataTypeClamp()
2132 …S64: return DataTypeClampT<ImS64 >((ImS64* )p_data, (const ImS64* )p_min, (const ImS64* )p_max); in DataTypeClamp()
2133 …U64: return DataTypeClampT<ImU64 >((ImU64* )p_data, (const ImU64* )p_min, (const ImU64* )p_max); in DataTypeClamp()
2134 …Float: return DataTypeClampT<float >((float* )p_data, (const float* )p_min, (const float* )p_max); in DataTypeClamp()
[all …]
Dimgui_draw.cpp1388 void ImDrawList::AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDra… in AddRect() argument
1393 PathRect(p_min + ImVec2(0.50f, 0.50f), p_max - ImVec2(0.50f, 0.50f), rounding, flags); in AddRect()
1395 …PathRect(p_min + ImVec2(0.50f, 0.50f), p_max - ImVec2(0.49f, 0.49f), rounding, flags); // Better l… in AddRect()
1399 void ImDrawList::AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding,… in AddRectFilled() argument
1406 PrimRect(p_min, p_max, col); in AddRectFilled()
1410 PathRect(p_min, p_max, rounding, flags); in AddRectFilled()
1416 void ImDrawList::AddRectFilledMultiColor(const ImVec2& p_min, const ImVec2& p_max, ImU32 col_upr_le… in AddRectFilledMultiColor() argument
1426 PrimWriteVtx(ImVec2(p_max.x, p_min.y), uv, col_upr_right); in AddRectFilledMultiColor()
1427 PrimWriteVtx(p_max, uv, col_bot_right); in AddRectFilledMultiColor()
1428 PrimWriteVtx(ImVec2(p_min.x, p_max.y), uv, col_bot_left); in AddRectFilledMultiColor()
[all …]
Dimgui.h546 …void* p_data, float v_speed = 1.0f, const void* p_min = NULL, const void* p_max = NULL, const char…
547 …t components, float v_speed = 1.0f, const void* p_min = NULL, const void* p_max = NULL, const char…
564 …el, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* forma…
565 …e data_type, void* p_data, int components, const void* p_min, const void* p_max, const char* forma…
568 …ze, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* forma…
2432 …IMGUI_API void AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f…
2433 …IMGUI_API void AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding …
2434 …IMGUI_API void AddRectFilledMultiColor(const ImVec2& p_min, const ImVec2& p_max, ImU32 col_upr_le…
2454 …IMGUI_API void AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, co…
2456 …geRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_…
[all …]
Dimgui_internal.h2646 …IMGUI_API void RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border = true…
2647 IMGUI_API void RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding = 0.0f);
2648 …olorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, f…
2686 …aType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const char* forma…
2687 …ID id, ImGuiDataType data_type, void* p_v, const void* p_min, const void* p_max, const char* forma…
2709 … DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max);
Dimgui.cpp2875 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame() argument
2879 window->DrawList->AddRectFilled(p_min, p_max, fill_col, rounding); in RenderFrame()
2883 …window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderS… in RenderFrame()
2884 … window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); in RenderFrame()
2888 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder() argument
2895 …window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderS… in RenderFrameBorder()
2896 … window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); in RenderFrameBorder()
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm90 xorps m3, m3 ; p_max
131 cmpps m0, m3, m5, 1 ; m0 = (m3 < m5) ; (p_max < p) ; (p > p_max)
132 maxps m3, m5 ; m3=max(p_max,p)
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_box.hpp423 SegmentPoint const& p_max, in apply()
433 if (less_equal(geometry::get<0>(top_left), geometry::get<0>(p_max))) in apply()
437 geometry::get_as_radian<1>(p_max), in apply()
705 SegmentPoint const& p_max, in call_above_of_box() argument
709 return above_of_box<LessEqual>::apply(p0, p1, p_max, top_left, sb_strategy); in call_above_of_box()
/third_party/openssl/crypto/x509v3/
Dv3_asid.c669 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
685 &p_max)) in asid_contains()
687 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
Dv3_addr.c1095 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
1113 p_min, p_max, length)) in addr_contains()
1115 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp4045 void ImGui::RenderColorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_… in RenderColorRectWithAlphaCheckerboard() argument
4052 window->DrawList->AddRectFilled(p_min, p_max, col_bg1, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
4055 for (float y = p_min.y + grid_off.y; y < p_max.y; y += grid_step, yi++) in RenderColorRectWithAlphaCheckerboard()
4057 float y1 = ImClamp(y, p_min.y, p_max.y), y2 = ImMin(y + grid_step, p_max.y); in RenderColorRectWithAlphaCheckerboard()
4060 … for (float x = p_min.x + grid_off.x + (yi & 1) * grid_step; x < p_max.x; x += grid_step * 2.0f) in RenderColorRectWithAlphaCheckerboard()
4062 float x1 = ImClamp(x, p_min.x, p_max.x), x2 = ImMin(x + grid_step, p_max.x); in RenderColorRectWithAlphaCheckerboard()
4066 …in.x) rounding_corners_flags_cell |= ImDrawCornerFlags_TopLeft; if (x2 >= p_max.x) rounding_corner… in RenderColorRectWithAlphaCheckerboard()
4067 …if (y2 >= p_max.y) { if (x1 <= p_min.x) rounding_corners_flags_cell |= ImDrawCornerFlags_BotLeft; … in RenderColorRectWithAlphaCheckerboard()
4075 window->DrawList->AddRectFilled(p_min, p_max, col, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
Dimgui_internal.h1398 …IMGUI_API void RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border = true…
1399 IMGUI_API void RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding = 0.0f);
1400 …IMGUI_API void RenderColorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 fil…
Dimgui.cpp2317 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame() argument
2321 window->DrawList->AddRectFilled(p_min, p_max, fill_col, rounding); in RenderFrame()
2325 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrame()
2326 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrame()
2330 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder() argument
2337 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrameBorder()
2338 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrameBorder()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1445 …IMGUI_API void RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border = true…
1446 IMGUI_API void RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding = 0.0f);
1447 …IMGUI_API void RenderColorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 fil…
Dimgui_widgets.cpp4057 void ImGui::RenderColorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_… in RenderColorRectWithAlphaCheckerboard() argument
4064 window->DrawList->AddRectFilled(p_min, p_max, col_bg1, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
4067 for (float y = p_min.y + grid_off.y; y < p_max.y; y += grid_step, yi++) in RenderColorRectWithAlphaCheckerboard()
4069 float y1 = ImClamp(y, p_min.y, p_max.y), y2 = ImMin(y + grid_step, p_max.y); in RenderColorRectWithAlphaCheckerboard()
4072 … for (float x = p_min.x + grid_off.x + (yi & 1) * grid_step; x < p_max.x; x += grid_step * 2.0f) in RenderColorRectWithAlphaCheckerboard()
4074 float x1 = ImClamp(x, p_min.x, p_max.x), x2 = ImMin(x + grid_step, p_max.x); in RenderColorRectWithAlphaCheckerboard()
4078 …in.x) rounding_corners_flags_cell |= ImDrawCornerFlags_TopLeft; if (x2 >= p_max.x) rounding_corner… in RenderColorRectWithAlphaCheckerboard()
4079 …if (y2 >= p_max.y) { if (x1 <= p_min.x) rounding_corners_flags_cell |= ImDrawCornerFlags_BotLeft; … in RenderColorRectWithAlphaCheckerboard()
4087 window->DrawList->AddRectFilled(p_min, p_max, col, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
Dimgui.cpp2373 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame() argument
2377 window->DrawList->AddRectFilled(p_min, p_max, fill_col, rounding); in RenderFrame()
2381 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrame()
2382 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrame()
2386 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder() argument
2393 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrameBorder()
2394 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrameBorder()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt395 with ImGuiSliderFlags_AlwaysClamp + only one of either p_min or p_max set. (#3824) [@harry75369]