Home
last modified time | relevance | path

Searched refs:b_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsreal.c145 if (a_p->m_exp < b_p->m_exp)
146 std::swap (a_p, b_p);
148 dexp = a_p->m_exp - b_p->m_exp;
157 bb = b_p;
160 tmp = *b_p;
179 const sreal *a_p = this, *b_p = &other; variable
182 if (a_p->m_exp < b_p->m_exp)
185 std::swap (a_p, b_p);
188 dexp = a_p->m_exp - b_p->m_exp;
196 bb = b_p;
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dpch.c183 cpp_string_eq (const void *a_p, const void *b_p) in cpp_string_eq() argument
186 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dpch.c184 cpp_string_eq (const void *a_p, const void *b_p) in cpp_string_eq() argument
187 const struct cpp_string *b = (const struct cpp_string *) b_p; in cpp_string_eq()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c1410 member_name_cmp (const void *a_p, const void *b_p) in member_name_cmp() argument
1413 tree b = *(const tree *)b_p; in member_name_cmp()
1483 resort_member_name_cmp (const void *a_p, const void *b_p) in resort_member_name_cmp() argument
1486 tree b = *(const tree *)b_p; in resort_member_name_cmp()