Home
last modified time | relevance | path

Searched defs:cos (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dtrigonometric_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cos(float __x) _NOEXCEPT { return __builtin_cosf(__x); } in cos() function
29 _LIBCPP_HIDE_FROM_ABI double cos(double __x) _NOEXCEPT { in cos() function
33 inline _LIBCPP_HIDE_FROM_ABI long double cos(long double __x) _NOEXCEPT { return __builtin_cosl(__x… in cos() function
36 inline _LIBCPP_HIDE_FROM_ABI double cos(_A1 __x) _NOEXCEPT { in cos() function
/freebsd-src/lib/msun/src/
H A Ds_cos.c51 cos(double x) in cos() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_cosf_2u1.c
H A Dsv_cos_2u5.c
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_cosf.c
H A Dv_cos.c
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h374 template <class _Tp> std::complex<_Tp> cos(const std::complex<_Tp> &__x) { in cos() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() function
H A D__clang_cuda_cmath.h50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() function
H A D__clang_cuda_math.h82 __DEVICE__ double cos(double __a) { return __nv_cos(__a); } in cos() function
H A Dtgmath.h257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
/freebsd-src/sys/dev/bxe/
H A Decore_init.h237 #define ECORE_VOQ_Q_REG_ADDR(cos, pf_q_num)\ argument
493 uint32_t vnic, cos; in ecore_init_fw_wrr() local
H A Dbxe_elink.h651 struct elink_ets_cos_params cos[ELINK_DCBX_MAX_NUM_COS]; member
H A Dbxe.c9593 int cos; in bxe_init_eth_fp() local
11166 uint8_t cos; in bxe_pf_q_prep_init() local
11270 bxe_pf_q_prep_general(struct bxe_softc * sc,struct bxe_fastpath * fp,struct ecore_general_setup_params * gen_init,uint8_t cos) bxe_pf_q_prep_general() argument
11380 bxe_pf_tx_q_prep(struct bxe_softc * sc,struct bxe_fastpath * fp,struct ecore_txq_setup_params * txq_init,uint8_t cos) bxe_pf_tx_q_prep() argument
15790 int pri, cos; bxe_init_multi_cos() local
[all...]
H A Decore_sp.h1407 uint8_t cos; member
1449 uint8_t cos; /* valid iff ECORE_Q_FLG_COS */ member
H A Dbxe_elink.c1721 static uint64_t elink_e3b0_sp_get_pri_cli_reg(const uint8_t cos, const uint8_t cos_offset, in elink_e3b0_sp_get_pri_cli_reg()
1738 static uint64_t elink_e3b0_sp_get_pri_cli_reg_nig(const uint8_t cos, const uint8_t pri_set) in elink_e3b0_sp_get_pri_cli_reg_nig()
1754 static uint64_t elink_e3b0_sp_get_pri_cli_reg_pbf(const uint8_t cos, const uint8_t pri_set) in elink_e3b0_sp_get_pri_cli_reg_pbf()
H A Decore_sp.c5000 uint8_t cos; in ecore_q_init() local
H A Decore_hsi.h6640 uint8_t cos /* The connection cos, if applicable */; member
9339 uint8_t cos /* Cos */; member
9345 uint8_t cos /* Cos */; member
11461 …uint8_t cos /* cos of the connection (relevant only in cos transmitting connections, when cosTx is… member
11672 uint8_t cos /* Cos */; member
/freebsd-src/include/
H A Dtgmath.h147 #define cos(x) __tg_full(x, cos) macro
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_hsi_fcoe.h47 u8 cos /* Transmission cos */; member
140 u8 cos /* Transmission cos */; member
/freebsd-src/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9146 __u8 cos; member