/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | cos.s | 29 .file "cos.s" 32 LIBM_ANSI_PRAGMA_WEAK(cos,function) 35 ENTRY(cos) function 58 SET_SIZE(cos)
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dcbx_mp.c | 98 u8_t cos = ETH_MP_MAX_COS_SUPPORTED; local 102 cos = 0; 106 cos = 1; 110 cos = 2; 116 return cos; 130 const u8_t cos = lm_mp_cos_from_chain(pdev, chain); local 132 if (0 == cos) 136 else if (cos < ETH_MP_MAX_COS_SUPPORTED) 149 * @param cos 155 IN const u8_t cos) 154 lm_mp_get_eth_chain_cosx_start_offset(IN struct _lm_device_t *pdev, IN const u8_t cos) argument 191 const u8_t cos = lm_mp_cos_from_chain(pdev, chain); local 216 lm_mp_get_cos_chain_from_reg_chain( IN struct _lm_device_t *pdev, INOUT u8_t chain, INOUT const u8_t cos) argument [all...] |
H A D | lm_sb.c | 1523 const u8_t cos = lm_mp_cos_from_chain(pdev,chain); local 1527 switch(cos) 1539 DbgBreakMsg("Invalid cos");
|
H A D | lm_sp.c | 190 const u8_t cos = lm_mp_cos_from_chain(pdev, cid); local 209 // Don't care data for Non cos clients 213 general->cos = 0; 217 general->cos = cos;//The connection cos, if applicable only if STATIC_COS is set
|
H A D | lm_dcbx.c | 182 u8_t cos = 0; local 189 for( cos =0 ; cos < pdev->params.dcbx_port_params.ets.num_of_cos ; cos++) 191 DbgMessage(pdev, INFORM, "pdev->params.dcbx_port_params.ets.cos_params[%d].pri_bitmask %x\n",cos, 192 pdev->params.dcbx_port_params.ets.cos_params[cos].pri_bitmask); 194 DbgMessage(pdev, INFORM, "pdev->params.dcbx_port_params.ets.cos_params[%d].bw_tbl %x\n",cos, 195 pdev->params.dcbx_port_params.ets.cos_params[cos].bw_tbl); 197 DbgMessage(pdev, INFORM, "pdev->params.dcbx_port_params.ets.cos_params[%d].strict %x\n",cos, 198 pdev->params.dcbx_port_params.ets.cos_params[cos] 226 u8_t cos = 0; local 1998 u8_t cos = 0; local [all...] |
/illumos-gate/usr/src/head/iso/ |
H A D | math_iso.h | 69 extern double cos __P((double)); 94 #pragma does_not_read_global_data(cos, sin, tan, cosh, sinh, tanh) 99 #pragma does_not_write_global_data(cos, sin, tan, cosh, sinh, tanh) 104 #pragma no_side_effect(cos, sin, tan, cosh, sinh, tanh) 170 inline float cos(float __X) { return __cosf(__X); } function 197 inline long double cos(long double __X) { return __cosl(__X); } function
|
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/ |
H A D | dlcosmkddi.c | 135 /* parse cos - from the config file */ 140 "cos missing\n")); 145 /* parse b_band - mapped from cos */ 155 /* parse dl_priority.dl_max - mapped from cos */ 205 uint8_t cos; local 258 /* parse cos, if present */ 259 if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS, &cos)) == 0) { 261 /* parse b_band, mapped from cos */ 270 /* parse dl_priority, mapped from cos */ 280 dlcosmk_data->usr_pri = cos; [all...] |
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | cos.c | 29 #pragma weak __cos = cos 33 * cos(x) 59 * |cos(x) - (1+qq1*x^2+qq2*x^4)| <= 2^-55.99 for |x| <= 0.008 (0x3f80624d) 111 cos(double x) { function 140 /* near pi/2, cos(pi/2-x)=sin(x) */ 161 /* near 3/2pi, cos(x-3/2pi)=sin(x) */ 181 /* near 5pi/2, cos(5pi/2-x)=sin(x) */ 208 if (ix >= 0x7ff00000) /* cos(Inf or NaN) is NaN */
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 52 #undef cos macro 53 #define cos(x) __tgmath_cos(x) macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | bnxe_fw_funcs.c | 29 #define ECORE_VOQ_Q_REG_ADDR(cos, pf_q_num)\ 30 (QM_REG_VOQQMASK_0_LSB + 4 * ((cos) * 2 + ((pf_q_num) >> 5))) 98 traffic_cos[LLFC_TRAFFIC_TYPE_FCOE].cos); 100 traffic_cos[LLFC_TRAFFIC_TYPE_ISCSI].cos); 102 traffic_cos[LLFC_TRAFFIC_TYPE_ISCSI].cos); 106 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); 108 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); 110 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); 285 u32_t vnic, cos; local 290 for (cos [all...] |
H A D | 5710_hsi.h | 3109 u8_t cos /* The connection cos, if applicable */; member in struct:client_init_general_data 5860 u8_t cos /* Cos */; member in struct:xstorm_fcoe_context_section 5866 u8_t cos /* Cos */; member in struct:xstorm_fcoe_context_section 7788 u8_t cos_to_traffic_types[MAX_COS_NUMBER] /* translate cos to service traffics types */; 7913 OVERRIDE_COS /* Firmware deduce cos according to DCB */, 8020 #define E2_INTEG_DATA_COS_TX (0x1<<2) /* BitField flags flag indicating this connection will transmit according to cos field */ 8028 u8_t cos /* cos of the connection (relevant only in cos transmittin member in struct:e2_integ_data 8243 u8_t cos /* Cos */; member in struct:priority_cos [all...] |
/illumos-gate/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 41 #pragma weak cos = __cos macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 657 struct elink_ets_cos_params cos[ELINK_DCBX_MAX_NUM_COS]; member in struct:elink_ets_params
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 3407 fp_is_class_supported(uint32_t cos, uchar_t tran_class) argument 3413 if (cos & FC_NS_CLASS1) { 3421 if (cos & FC_NS_CLASS2) { 3429 if (cos & FC_NS_CLASS3) {
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 4885 /* >= because tx only must always be smaller than cos since the 4888 ECORE_ERR("illegal value for next tx_only: %d. max cos was %d", 4954 gen_data->cos = params->cos; 4962 ECORE_MSG(pdev, "flags: active %d, cos %d, stats en %d\n", 4963 gen_data->activate_flg, gen_data->cos, gen_data->statistics_en_flg); 5158 u8 cos; local 5183 for (cos = 0; cos < o->max_cos; cos [all...] |
H A D | ecore_sp_verbs.h | 954 /* maximum number of cos supported by hardware */ 1012 u8 cos; member in struct:ecore_general_setup_params 1052 u8 cos; /* valid iff ECORE_Q_FLG_COS */ member in struct:ecore_txq_setup_params 1242 /* Function cos mode */
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 1038 if (ets_params->cos[cos_idx].state == elink_cos_state_bw) { 1040 if (!ets_params->cos[cos_idx].params.bw_params.bw) { 1046 ets_params->cos[cos_idx].params.bw_params.bw 1050 ets_params->cos[cos_idx].params.bw_params.bw; 1120 static u64 elink_e3b0_sp_get_pri_cli_reg(const u8 cos, const u8 cos_offset, argument 1126 pri_cli_nig = ((u64)(cos + cos_offset)) << (entry_size * 1137 static u64 elink_e3b0_sp_get_pri_cli_reg_nig(const u8 cos, const u8 pri_set) argument 1143 return elink_e3b0_sp_get_pri_cli_reg(cos, nig_cos_offset, pri_set, 1153 static u64 elink_e3b0_sp_get_pri_cli_reg_pbf(const u8 cos, const u8 pri_set) argument 1158 return elink_e3b0_sp_get_pri_cli_reg(cos, pbf_cos_offse [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 6912 __u8 cos; member in struct:fw_fcoe_sparams_cmd
|