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

/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2384 #define EXP2(val) ((1 << (val)) - 1) macro
2395 EXP2(edca[WME_AC_BE].wmep_logcwmax) << 16 |
2396 EXP2(edca[WME_AC_BE].wmep_logcwmin));
2398 EXP2(edca[WME_AC_BK].wmep_logcwmax) << 16 |
2399 EXP2(edca[WME_AC_BK].wmep_logcwmin));
2401 EXP2(edca[WME_AC_VI].wmep_logcwmax) << 16 |
2402 EXP2(edca[WME_AC_VI].wmep_logcwmin));
2404 EXP2(edca[WME_AC_VO].wmep_logcwmax) << 16 |
2405 EXP2(edca[WME_AC_VO].wmep_logcwmin));
2407 EXP2(edc
2433 #undef EXP2 macro
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dconvert.c206 CASE_MATHFN (EXP2)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h451 X86_INTRINSIC_DATA(avx512_exp2_pd, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
452 X86_INTRINSIC_DATA(avx512_exp2_ps, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
H A DX86ISelLowering.h577 RCP28, RCP28_SAE, RCP28S, RCP28S_SAE, EXP2, EXP2_SAE,
H A DX86ISelLowering.cpp[all...]

Completed in 242 milliseconds