Searched refs:h1 (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/math/
H A Dlgammal.c141 h1 = 2.147921653490043010629481226937850618860E4L, variable
298 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y)))));
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c219 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) argument
223 uint32_t i = buckets[h1 % nbuckets];
229 for (h1 |= 1; ; i++) {
231 if ((h1 == (h2|1)) && (!dso->versym || dso->versym[i] >= 0)
240 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) argument
246 f >>= (h1 >> hashtab[3]) % (8 * sizeof f);
249 return gnu_lookup(h1, hashtab, dso, s);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex33 %.ds h1 %.ds h2 \%
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex33 %.ds h1 %.ds h2 \%

Completed in 111 milliseconds