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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/
H A Dpr60037.cc12 __gnu_cxx::hypergeometric_distribution<> hd(N, K, n);
13 auto gen = std::bind(hd, re);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr42185.f907 SUBROUTINE trsapp (n,npt,xopt,xpt,gq,hq,pq,delta,step,d,g,hd,hs,crvmin)
8 REAL(dp), DIMENSION(*), INTENT(INOUT) :: step, d, g, hd, hs local in subroutine:trsapp
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr46126.c9 extern TypHandle (* EvTab[81]) ( TypHandle hd );
/haiku-buildtools/legacy/binutils/binutils/
H A Dsrconv.c350 struct IT_hd hd; local
352 hd.spare1 = 0;
354 hd.mt = MTYPE_ABS_LM;
356 hd.mt = MTYPE_OMS_OR_LMS;
358 hd.cd = DATE;
360 hd.nu = p->nsources; /* Always one unit */
361 hd.code = 0; /* Always ASCII */
362 hd.ver = "0200"; /* Version 2.00 */
367 hd.au = 8;
368 hd
[all...]
/haiku-buildtools/binutils/binutils/
H A Dsrconv.c316 struct IT_hd hd; local
318 hd.spare1 = 0;
320 hd.mt = MTYPE_ABS_LM;
322 hd.mt = MTYPE_OMS_OR_LMS;
324 hd.cd = DATE;
326 hd.nu = p->nsources; /* Always one unit */
327 hd.code = 0; /* Always ASCII */
328 hd.ver = "0200"; /* Version 2.00 */
333 hd.au = 8;
334 hd
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512f-typecast-1.c19 union128 h, hd; local
76 hd.x = _mm512_castps512_ps128 (b.x);
77 if (memcmp(hd.a, b.a, 16))
H A Dreload-1.c30 job hd; member in struct:fj
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Daix52.exp86 {{objdump -h aix-core-sec-1.hd}}
91 {{objdump -h aix-core-sec-2.hd}}
96 {{objdump -h aix-core-sec-3.hd}}
206 {{nm {} aix-weak-1-rel.nd} {objdump -h aix-weak-1-rel.hd}}
211 {{nm {} aix-weak-1-dso.nd} {objdump -h aix-weak-1-dso.hd}
217 {{nm {} aix-weak-1-gcdso.nd} {objdump -h aix-weak-1-gcdso.hd}
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dpr63595.c19 extern TypHandle (* EvTab[81]) ( TypHandle hd );
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon-testgen.ml98 (if snd (List.hd c_types) <> "void" then
99 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C3542 GctSymbol hd; member in struct:GctSymbolGctSymbolCHNode
3554 : hd(h), cont(c), tl(t) {}
3609 return ((GctSymbolGctSymbolCHNode*)p)->hd;
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c1883 struct mips_elf_link_hash_entry *hd = h;
1886 while (hd->root.root.type == bfd_link_hash_indirect)
1888 hd = (struct mips_elf_link_hash_entry *)h->root.root.u.i.link;
1889 no_fn_stub = no_fn_stub || hd->no_fn_stub;
1896 sec = hd->root.root.u.def.section;
1903 h->esym.asym.value = (hd->root.plt.offset
1872 struct mips_elf_link_hash_entry *hd = h; local
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c2993 struct mips_elf_link_hash_entry *hd = h;
2995 while (hd->root.root.type == bfd_link_hash_indirect)
2996 hd = (struct mips_elf_link_hash_entry *)h->root.root.u.i.link;
2998 if (hd->needs_lazy_stub)
3000 BFD_ASSERT (hd->root.plt.plist != NULL);
3001 BFD_ASSERT (hd->root.plt.plist->stub_offset != MINUS_ONE);
3004 sec = hd->root.root.u.def.section;
3011 h->esym.asym.value = (hd->root.plt.plist->stub_offset
2980 struct mips_elf_link_hash_entry *hd = h; local

Completed in 344 milliseconds