Home
last modified time | relevance | path

Searched refs:EXP2 (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_otus.c2384 #define EXP2(val) ((1 << (val)) - 1) in otus_updateedca_cb_locked() macro
2389 EXP2(edca[WME_AC_BE].ac_ecwmax) << 16 | in otus_updateedca_cb_locked()
2390 EXP2(edca[WME_AC_BE].ac_ecwmin)); in otus_updateedca_cb_locked()
2392 EXP2(edca[WME_AC_BK].ac_ecwmax) << 16 | in otus_updateedca_cb_locked()
2393 EXP2(edca[WME_AC_BK].ac_ecwmin)); in otus_updateedca_cb_locked()
2395 EXP2(edca[WME_AC_VI].ac_ecwmax) << 16 | in otus_updateedca_cb_locked()
2396 EXP2(edca[WME_AC_VI].ac_ecwmin)); in otus_updateedca_cb_locked()
2398 EXP2(edca[WME_AC_VO].ac_ecwmax) << 16 | in otus_updateedca_cb_locked()
2399 EXP2(edca[WME_AC_VO].ac_ecwmin)); in otus_updateedca_cb_locked()
2401 EXP2(edca[WME_AC_VO].ac_ecwmax) << 16 | in otus_updateedca_cb_locked()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.def122 DEF_CTFE_BUILTIN (EXP2, EXP2, "exp2", "std.math", "FNaNbNiNeeZe")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc177 CASE_MATHFN (EXP2) in convert_to_real_1()
H A Dinternal-fn.def255 DEF_INTERNAL_FLT_FN (EXP2, ECF_CONST, exp2, unary)
H A Dmatch.pd5985 (for exps (EXP EXP2 EXP10 POW10)
5997 (for exps (EXP EXP2 EXP10 POW10)
6003 exps (EXP EXP2 EXP10 POW10)
6017 exps (EXP2 EXP10 POW10 EXP EXP10 POW10 EXP EXP2)
6087 exp2s (EXP2)
6120 exps (EXP EXP2 EXP10 POW10)
6131 exps (EXP EXP2 EXP10 POW10)
H A Dbuiltins.cc1954 CASE_MATHFN (EXP2) \ in mathfn_built_in_2()
H A DChangeLog-20155455 (ACOS, ASIN, ATAN, COS, EXP, EXP10, EXP2, EXPM1, LOG, LOG10, LOG1P)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.def232 DEF_INTERNAL_FLT_FN (EXP2, ECF_CONST, exp2, unary)
H A Dconvert.c177 CASE_MATHFN (EXP2) in convert_to_real_1()
H A Dmatch.pd4796 (for exps (EXP EXP2 EXP10 POW10)
4808 (for exps (EXP EXP2 EXP10 POW10)
4814 exps (EXP EXP2 EXP10 POW10)
4828 exps (EXP2 EXP10 POW10 EXP EXP10 POW10 EXP EXP2)
4898 exp2s (EXP2)
4931 exps (EXP EXP2 EXP10 POW10)
4942 exps (EXP EXP2 EXP10 POW10)
H A Dbuiltins.c2059 CASE_MATHFN (EXP2) in mathfn_built_in_2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h443 X86_INTRINSIC_DATA(avx512_exp2_pd, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
444 X86_INTRINSIC_DATA(avx512_exp2_ps, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
H A DX86ISelLowering.h685 EXP2, enumerator
H A DX86InstrFragmentsSIMD.td588 def X86exp2 : SDNode<"X86ISD::EXP2", SDTFPUnaryOp>;
H A DX86ISelLowering.cpp31556 NODE_NAME_CASE(EXP2) in getTargetNodeName()
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sugar.m4590 # m4_default(EXP1, EXP2)
591 # m4_default_nblank(EXP1, EXP2)
593 # Returns EXP1 if not empty/blank, otherwise EXP2. Expand the result.
604 # m4_default_quoted(EXP1, EXP2)
605 # m4_default_nblank_quoted(EXP1, EXP2)
607 # Returns EXP1 if non empty/blank, otherwise EXP2. Leave the result quoted.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2018437 * intrinsics.def (EXPM1, EXP2, LOG, LOG2, LOG10, ROUND, FLOORF),
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dld.info5872 'MAX(EXP1, EXP2)'
5873 Returns the maximum of EXP1 and EXP2.
5875 'MIN(EXP1, EXP2)'
5876 Returns the minimum of EXP1 and EXP2.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dld.info6129 ‘MAX(EXP1, EXP2)’
6130 Returns the maximum of EXP1 and EXP2.
6132 ‘MIN(EXP1, EXP2)’
6133 Returns the minimum of EXP1 and EXP2.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog3672 EXP1 and EXP2 from their source ranges. Pass the locations down to
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcc.info46851 EXP2)
46857 EXP2.
46863 to 'true', EXP2 is not evaluated even if it has side effects.
46869 Similarly, if EXP2 is returned, its return type is the same as
46870 EXP2.
46886 unused expression (EXP1 or EXP2 depending on the value of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcc.info43062 EXP2)
43068 EXP2.
43074 to 'true', EXP2 is not evaluated even if it has side effects.
43080 Similarly, if EXP2 is returned, its return type is the same as
43081 EXP2.
43097 unused expression (EXP1 or EXP2 depending on the value of