Searched refs:EXP2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/dev/usb/ |
| H A D | if_otus.c | 1572 #define EXP2(val) ((1 << (val)) - 1) in otus_updateedca_cb() macro 1585 EXP2(edca[EDCA_AC_BE].ac_ecwmax) << 16 | in otus_updateedca_cb() 1586 EXP2(edca[EDCA_AC_BE].ac_ecwmin)); in otus_updateedca_cb() 1588 EXP2(edca[EDCA_AC_BK].ac_ecwmax) << 16 | in otus_updateedca_cb() 1589 EXP2(edca[EDCA_AC_BK].ac_ecwmin)); in otus_updateedca_cb() 1591 EXP2(edca[EDCA_AC_VI].ac_ecwmax) << 16 | in otus_updateedca_cb() 1592 EXP2(edca[EDCA_AC_VI].ac_ecwmin)); in otus_updateedca_cb() 1594 EXP2(edca[EDCA_AC_VO].ac_ecwmax) << 16 | in otus_updateedca_cb() 1595 EXP2(edca[EDCA_AC_VO].ac_ecwmin)); in otus_updateedca_cb() 1597 EXP2(edca[EDCA_AC_VO].ac_ecwmax) << 16 | in otus_updateedca_cb() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | convert.c | 157 CASE_MATHFN (EXP2) in convert_to_real()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 707 EXP2, enumerator
|
| H A D | X86IntrinsicsInfo.h | 457 X86_INTRINSIC_DATA(avx512_exp2_pd, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE), 458 X86_INTRINSIC_DATA(avx512_exp2_ps, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
|
| H A D | X86InstrFragmentsSIMD.td | 607 def X86exp2 : SDNode<"X86ISD::EXP2", SDTFPUnaryOp>;
|
| H A D | X86ISelLowering.cpp | 34703 NODE_NAME_CASE(EXP2) in getTargetNodeName()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gcc.info | 20451 EXP2) 20462 evaluates to true, EXP2 is not evaluated even if it has 20469 Similarly, if EXP2 is returned, its return type is the same as 20470 EXP2. 20486 unused expression (EXP1 or EXP2 depending on the value of
|