Searched refs:cos (Results 51 - 75 of 81) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp130 // sin/cos
514 bool native_cos = useNativeFunc("cos");
537 << " with native version of sin/cos");
1281 // fold sin, cos -> sincos.
1340 // Merge the sin and cos.
1356 // to be bitcasted to point to the address space of cos pointer type.
1365 if (!isSin) { // CI->cos, UI->sin
1372 } else { // CI->sin, UI->cos
1504 Res0 = cos(opr0);
1512 Res0 = cos(MATH_P
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dvalarray_before.h78 { return cos(__t); }
H A Dvalarray_after.h447 _DEFINE_EXPR_UNARY_FUNCTION(cos)
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h651 struct elink_ets_cos_params cos[ELINK_DCBX_MAX_NUM_COS]; member in struct:elink_ets_params
H A Decore_sp.h1352 /* maximum number of cos supported by hardware */
1410 uint8_t cos; member in struct:ecore_general_setup_params
1452 uint8_t cos; /* valid iff ECORE_Q_FLG_COS */ member in struct:ecore_txq_setup_params
1644 /* Function cos mode */
H A Dbxe.c2671 /* expand this for multi-cos if ever supported */
8756 /* fp->txdata[cos] */
8790 /* fp->txdata[cos] */
9654 int cos; local
9686 for (cos = 0; cos < sc->max_cos; cos++) {
9687 cids[cos] = idx;
11227 uint8_t cos; local
11252 BLOGD(sc, DBG_LOAD, "fp %d setting queue params max cos t
11330 bxe_pf_q_prep_general(struct bxe_softc *sc, struct bxe_fastpath *fp, struct ecore_general_setup_params *gen_init, uint8_t cos) argument
11440 bxe_pf_tx_q_prep(struct bxe_softc *sc, struct bxe_fastpath *fp, struct ecore_txq_setup_params *txq_init, uint8_t cos) argument
15880 int pri, cos; local
[all...]
H A Dbxe_elink.c1639 if (ets_params->cos[cos_idx].state == elink_cos_state_bw) {
1641 if (!ets_params->cos[cos_idx].params.bw_params.bw) {
1647 ets_params->cos[cos_idx].params.bw_params.bw
1651 ets_params->cos[cos_idx].params.bw_params.bw;
1721 static uint64_t elink_e3b0_sp_get_pri_cli_reg(const uint8_t cos, const uint8_t cos_offset, argument
1727 pri_cli_nig = ((uint64_t)(cos + cos_offset)) << (entry_size *
1738 static uint64_t elink_e3b0_sp_get_pri_cli_reg_nig(const uint8_t cos, const uint8_t pri_set) argument
1744 return elink_e3b0_sp_get_pri_cli_reg(cos, nig_cos_offset, pri_set,
1754 static uint64_t elink_e3b0_sp_get_pri_cli_reg_pbf(const uint8_t cos, const uint8_t pri_set) argument
1759 return elink_e3b0_sp_get_pri_cli_reg(cos, pbf_cos_offse
[all...]
H A Decore_hsi.h6640 uint8_t cos /* The connection cos, if applicable */; member in struct:client_init_general_data
9339 uint8_t cos /* Cos */; member in struct:xstorm_fcoe_context_section
9345 uint8_t cos /* Cos */; member in struct:xstorm_fcoe_context_section
11225 uint8_t cos_to_traffic_types[MAX_COS_NUMBER] /* translate cos to service traffics types */;
11347 OVERRIDE_COS /* Firmware deduce cos according to DCB */,
11453 #define E2_INTEG_DATA_COS_TX (0x1<<2) /* BitField flags flag indicating this connection will transmit according to cos field */
11461 uint8_t cos /* cos of the connection (relevant only in cos transmittin member in struct:e2_integ_data
11672 uint8_t cos /* Cos */; member in struct:priority_cos
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp407 case Intrinsic::cos: {
408 ReplaceFPIntrinsicWithCall(CI, "cosf", "cos", "cosl");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1253 // sin(X) / cos(X) -> tan(X)
1254 // cos(X) / sin(X) -> 1/tan(X) (cotangent)
1257 match(Op1, m_Intrinsic<Intrinsic::cos>(m_Specific(X)));
1259 !IsTan && match(Op0, m_Intrinsic<Intrinsic::cos>(m_Value(X))) &&
H A DInstCombineCalls.cpp1694 // Ideally we'd encode them as e.g. "fast call @llvm.cos", where "fast"
2343 case Intrinsic::cos:
2348 // cos(-x) -> cos(x)
2349 // cos(fabs(x)) -> cos(x)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp276 // sin, cos, exp and log are always calls.
304 case Intrinsic::cos:
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h193 extern double cos(double);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y1556 $$ = cos($3);
1558 lex_error("cos result out of range");
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp853 double slant = sin(slant_angle)/cos(slant_angle);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp63 case Intrinsic::cos:
H A DValueTracking.cpp2914 return Intrinsic::cos;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1225 case Intrinsic::cos:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp861 case Intrinsic::cos:
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c1507 u = cos(getfval(x)); break;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1516 __DEVICE__ double cos(double __a) { return __nv_cos(__a); } function
H A Dopencl-c.h6896 float __ovld __cnfn cos(float);
6897 float2 __ovld __cnfn cos(float2);
6898 float3 __ovld __cnfn cos(float3);
6899 float4 __ovld __cnfn cos(float4);
6900 float8 __ovld __cnfn cos(float8);
6901 float16 __ovld __cnfn cos(float16);
6903 double __ovld __cnfn cos(double);
6904 double2 __ovld __cnfn cos(double2);
6905 double3 __ovld __cnfn cos(double3);
6906 double4 __ovld __cnfn cos(double
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3576 case Intrinsic::cos:
3598 case Intrinsic::cos:
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure12936 echo "$as_me:$LINENO: checking for cos in -lm" >&5
12937 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
12956 char cos ();
12960 cos (); function
13006 echo "$as_me:$LINENO: checking for cos in -lm" >&5
13007 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
13026 char cos ();
13030 cos (); function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1213 case Intrinsic::cos:

Completed in 678 milliseconds

1234