Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_6pts.c194 if (LIKELY (w0n > n)) in mpn_toom_interpolate_6pts()
212 if (LIKELY (w0n > n)) { in mpn_toom_interpolate_6pts()
213 if ( LIKELY(cy4 > cy6) ) in mpn_toom_interpolate_6pts()
H A Dmulmod_bnm1.c154 if (LIKELY (an > n)) in mpn_mulmod_bnm1()
160 if (LIKELY (bn > n)) in mpn_mulmod_bnm1()
192 if (LIKELY (an > n)) { in mpn_mulmod_bnm1()
203 if (LIKELY (bn > n)) { in mpn_mulmod_bnm1()
H A Dsqrmod_bnm1.c139 if (LIKELY (an > n)) in mpn_sqrmod_bnm1()
162 if (LIKELY (an > n)) { in mpn_sqrmod_bnm1()
H A Dget_d.c276 if (LIKELY (exp <= CONST_NEG_1022_SUB_53)) in mpn_get_d()
365 if (LIKELY (exp <= CONST_NEG_1022_SUB_53)) in mpn_get_d()
H A Ddiv_q.c126 if (LIKELY ((dh & GMP_NUMB_HIGHBIT) == 0)) in mpn_div_q()
221 if (LIKELY ((dh & GMP_NUMB_HIGHBIT) == 0)) in mpn_div_q()
H A Dmod_1_1.c90 if (LIKELY (cnt != 0)) in mpn_mod_1_1p()
H A Dtoom2_sqr.c130 if (LIKELY (cy <= 2)) in mpn_toom2_sqr()
H A Dtoom_interpolate_5pts.c157 if ( LIKELY(twor > k + 1) ) { /* This is the expected flow */ in mpn_toom_interpolate_5pts()
H A Dtoom_interpolate_12pts.c328 if (LIKELY (spt > n)) { in mpn_toom_interpolate_12pts()
336 if (LIKELY (spt > n)) { in mpn_toom_interpolate_12pts()
H A Dtoom22_mul.c194 if (LIKELY (cy <= 2)) in mpn_toom22_mul()
H A Dtoom_interpolate_8pts.c191 if (LIKELY(spt != n)) in mpn_toom_interpolate_8pts()
H A Ddivexact.c190 if (LIKELY (qn0 != dn)) in mpn_divexact()
H A Dtoom_interpolate_16pts.c493 if(LIKELY(spt > n)) { in mpn_toom_interpolate_16pts()
501 if(LIKELY(spt > n)) { in mpn_toom_interpolate_16pts()
H A Dtoom32_mul.c301 if (LIKELY (s + t > n)) in mpn_toom32_mul()
H A Dtoom8h_mul.c125 …if (LIKELY (an == bn) || an * (LIMIT_denominat>>1) < LIMIT_numerator * (bn>>1) ) /* is 8*... < 8*.… in mpn_toom8h_mul()
/dragonfly/contrib/zstd/lib/common/
H A Dcompiler.h169 #define LIKELY(x) (__builtin_expect((x), 1)) macro
172 #define LIKELY(x) (x) macro
H A Dentropy_common.c113 if (LIKELY(ip <= iend-7)) { in FSE_readNCount_body()
142 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
191 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
/dragonfly/contrib/gmp/
H A Drandmui.c64 if (LIKELY (ret < n)) /* usually one iteration suffices */ in gmp_urandomm_ui()
H A Dgmp-impl.h342 (LIKELY ((n) < 65536) ? TMP_SALLOC(n) : TMP_BALLOC(n))
478 #define LIKELY(cond) __GMP_LIKELY(cond) macro
4169 ((LIKELY (__gmpn_cpuvec.initialized) ? 0 : (__gmpn_cpuvec_init (), 0)), \
/dragonfly/contrib/gmp/mpf/
H A Dmul_ui.c150 if (LIKELY (sum != GMP_NUMB_MAX)) in mpf_mul_ui()
/dragonfly/contrib/gmp/mpz/
H A Dand.c65 if (LIKELY (res_size != 0)) in mpz_and()
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c878 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
977 if (LIKELY((ofBits == 0))) { in ZSTD_decodeSequence()
978 if (LIKELY(!ll0)) in ZSTD_decodeSequence()
H A Dhuf_decompress.c888 endSignal = (U32)LIKELY( in HUF_decompress4X2_usingDTable_internal_body()