Searched refs:vh (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattribute-test-2.C37 vector_holder vh; variable
41 data.vs = (__attribute__((vector_size(16))) short) vh;
44 data.v = (__attribute__((vector_size(16))) unsigned int) vh;
H A Daltivec-types-1.C11 __vector short vh; variable
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dredc_2.c45 #define umul2low(ph, pl, uh, ul, vh, vl) \
55 : "f" (uh), "f" (ul), "f" (vh), "f" (vl)); \
60 #define umul2low(ph, pl, uh, ul, vh, vl) \
64 (ph) = _ph + (ul) * (vh) + (uh) * (vl); \
H A Dgcdext_lehmer.c154 mp_limb_t uh, vh; local
194 vh = mpn_addmul_1 (up, u0, un, v);
196 if ( (uh | vh) > 0)
198 uh += vh;
200 if (uh < vh)
H A Dtoom4_sqr.c40 vh = (8a0+4a1+2a2+ a3)^2 # A(1/2)^2 ah <= 14
92 /* NOTE: The multiplications to v2, vm2, vh and vm1 overwrites the
100 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro
141 TOOM4_SQR_REC (vh, apx, n + 1, tp); /* vh, 2n+1 limbs */
152 mpn_toom_interpolate_7pts (pp, n, 0, vm2, vm1, v2, vh, 2*s, tp);
H A Dtoom44_mul.c44 vh = (8a0+4a1+2a2+ a3)*(8b0+4b1+2b2+ b3) # A(1/2)*B(1/2) ah <= 14 bh <= 14
82 The other recursive products, vm1, v2, vm2, vh are stored in the
87 and at vh + 2n + 2.
129 /* NOTE: The multiplications to v2, vm2, vh and vm1 overwrites the
137 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro
206 TOOM44_MUL_N_REC (vh, apx, bpx, n + 1, tp); /* vh, 2n+1 limbs */
224 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t, tp);
H A Dtoom62_mul.c48 vh = (32a0+16a1+8a2+4a3+ 2a4+ a5)*(2b0+ b1) # A(1/2)*B(1/2) ah <= 62 bh <= 2
238 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro
247 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */
297 vm2, vm1, v2, vh, s + t, scratch_out);
H A Dtoom53_mul.c47 vh = (16a0+8a1+4a2+2a3+ a4)*(4b0+2b1+ b2) # A(1/2)*B(1/2) ah <= 30 bh <= 6
235 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro
244 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */
316 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t,
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-types-1.c11 __vector short vh; variable
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dvect-8.f9087 COMMON/space2/p(4,512),px(25,101),cx(25,101),vy(101,25),vh(101,7), & local in subroutine:kernel
415 t= merge(br,ar,vh(k,(j+1)) <= vh(k,j))
416 r= MAX(vh(i,j),vh(i,j+1))
425 vs(k,j)= t/s*SQRT(vh(k,j)**2+r*r)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr46383.C78 template <class Mesh_visitor> void after_insertion(Vertex_handle vh, Mesh_visitor visitor) { argument
79 derived().after_insertion_impl(vh);
/haiku-buildtools/gcc/gcc/config/sh/
H A Dushmedia.h549 v4sf vh = *(v4sf*) fvh; local
551 return __builtin_sh_media_FIPR_S (vg, vh);
628 v4sf vh = *(v4sf*) fvh; local
630 *(v4sf*) fvf = __builtin_sh_media_FTRV_S (mtrx, vh);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc1635 unsigned int vh = c >= '0' && c <= '9' ? c - '0' : c - 'A' + 10; local
1638 char v = (vh << 4) | vl;

Completed in 204 milliseconds