Searched refs:a_p (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr64905.c9 function (uint16_t **a_p) argument
12 a_global = **a_p;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dscev-3.c4 int *a_p; variable
13 a_p = &a[i];
14 *a_p = 100;
H A Dscev-5.c4 int *a_p; variable
13 a_p = &a[i];
14 *a_p = 100;
H A Dscev-4.c9 int *a_p; variable
18 a_p = &a[i].y;
19 *a_p = 100;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.31.2.c7 float a, a_p; local
11 private(a_p, b_p)
13 a_p = 0.0;
18 a_p += x[i];
23 a += a_p;
/haiku-buildtools/gcc/gcc/
H A Dsreal.c137 const sreal *a_p = this, *b_p = &other, *bb; local
139 if (a_p->m_exp < b_p->m_exp)
140 std::swap (a_p, b_p);
142 dexp = a_p->m_exp - b_p->m_exp;
143 r.m_exp = a_p->m_exp;
146 r.m_sig = a_p->m_sig;
159 r.m_sig = a_p->m_sig + bb->m_sig;
173 const sreal *a_p = this, *b_p = &other; local
176 if (a_p->m_exp < b_p->m_exp)
179 std::swap (a_p, b_
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dpch.c173 cpp_string_hash (const void *a_p) argument
175 const struct cpp_string *a = (const struct cpp_string *) a_p;
182 cpp_string_eq (const void *a_p, const void *b_p) argument
184 const struct cpp_string *a = (const struct cpp_string *) a_p;
193 cpp_string_free (void *a_p) argument
195 struct cpp_string *a = (struct cpp_string *) a_p;

Completed in 101 milliseconds