Searched refs:H2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c33 #define H2(x) *(1 + (int *) &x) macro
38 #define H2(x) *(2 + (int *) &x) macro
162 if (ix > 0x3fff0000 || (H1(x) | H2(x) | H3(x)) != 0)
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c294 * 2. The entropy of each cell is determined (for now) by the Renyi H2
355 totalentropy += candidates[i]->H2;
364 candidates[i]->H2;
H A Dn2rng_entp_algs.c223 * Renyi H2 (-log2 of sum(P_i^2)), and
280 /* H2 is -log2(sum p_i^2) */
281 entp->H2 = -(lg2(sqsum) +
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h193 uint64_t H2; member in struct:__anon10365
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c593 "failed H2 Poly Init. "));
1189 uint32_t *H1, uint16_t *H2)
1239 *H2 = nxge_compute_h2(p_class_cfgp->init_h2,
1250 uint16_t H2; local
1254 status = nxge_flow_get_hash(nxgep, flow_res, &H1, &H2);
1188 nxge_flow_get_hash(p_nxge_t nxgep, flow_resource_t *flow_res, uint32_t *H1, uint16_t *H2) argument

Completed in 95 milliseconds