Home
last modified time | relevance | path

Searched defs:a_max (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_asid.c282 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_is_canonical() local
329 ASN1_INTEGER *a_min, *a_max; in ASIdentifierChoice_is_canonical() local
393 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_canonize() local
484 ASN1_INTEGER *a_min, *a_max; in ASIdentifierChoice_canonize() local
Dv3_addr.c684 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in X509v3_addr_is_canonical() local
807 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in IPAddressOrRanges_canonize() local
852 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in IPAddressOrRanges_canonize() local
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_negative_b_regions.hpp401 static const double a_max = domain[total_elements - 1][0]; in hypergeometric_1F1_negative_b_recurrence_region() local
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1145 void ImDrawList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_… in _PathArcToN()
1174 void ImDrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_se… in PathArcTo()
1494 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local
1518 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
1532 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddNgon() local
1544 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddNgonFilled() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_se… in PathArcTo()
1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local
1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp951 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_se… in PathArcTo()
1144 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local
1154 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
/third_party/toybox/toys/pending/
Dbc.c1184 int a_max, neg = 0; in bc_num_cmp() local