Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function
152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function
156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function
161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
/freebsd/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk66 function pow(x, y) function
H A Dfeeder_rate_mkfilter.awk78 function pow(x, y) function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() function
155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() function
176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow() function
H A D__clang_cuda_cmath.h161 __DEVICE__ float pow(float __base, float __exp) { in pow() function
164 __DEVICE__ float pow(float __base, int __iexp) { in pow() function
167 __DEVICE__ double pow(double __base, int __iexp) { in pow() function
H A Dtgmath.h490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd/crypto/libecc/src/fp/
H A Dfp_sqrt.c29 fp pow; /* The result if the exponentiation is in Fp */ in legendre() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c383 wip_add_work(wip_t *slot, tdata_t *pow) in wip_add_work()
403 tdata_t *pow; in worker_runphase1() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dpow.c274 pow (double x, double y) in pow() function
376 strong_alias (pow, __pow_finite) in strong_alias() argument
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c263 uint8_t pow, flag; in eeprom_9287_ctl_edge_print() local
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c245 uint8_t pow, flag; in eeprom_v4k_ctl_edge_print() local
/freebsd/contrib/bc/src/
H A Dnum.c598 size_t pow; in bc_num_truncate() local
785 BcBigDig carry = 0, pow; in bc_num_shift() local
1674 size_t pow; in bc_num_divExtend() local
2505 BcBigDig exp, pow; in bc_num_parseDecimal() local
2777 size_t exp, pow; in bc_num_printDigits() local
2985 bc_num_printFixup(BcNum* restrict n, BcBigDig rem, BcBigDig pow, size_t idx) in bc_num_printFixup()
3052 bc_num_printPrepare(BcNum* restrict n, BcBigDig rem, BcBigDig pow) in bc_num_printPrepare()
4134 size_t pow, len, rdx, req, resscale, realscale; in bc_num_sqrt() local
H A Dlibrary.c1487 BcNum exp, pow, ten; in bcl_frandHelper() local
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() function
/freebsd/lib/msun/src/
H A De_pow.c97 pow(double x, double y) in pow() function
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c368 uint8_t pow, flag; in eeprom_v14_ctl_edge_print() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c148 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (pow) (float32x4_t x, float32x4_t y) in V_NAME_F2() argument
H A Dpow.c189 float64x2_t VPCS_ATTR V_NAME_D2 (pow) (float64x2_t x, float64x2_t y) in V_NAME_D2() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpowf.c253 svfloat32_t SV_NAME_F2 (pow) (svfloat32_t x, svfloat32_t y, const svbool_t pg) in SV_NAME_F2() argument
H A Dpow.c374 svfloat64_t SV_NAME_D2 (pow) (svfloat64_t x, svfloat64_t y, const svbool_t pg) in SV_NAME_D2() argument
/freebsd/sys/dev/malo/
H A Dif_malohal.c688 uint16_t pow; in malo_hal_settxpower() local
/freebsd/include/
H A Dtgmath.h155 #define pow(x, y) __tg_full2(x, y, pow) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c855 int pow; in vdev_raidz_matrix_init() local
/freebsd/sys/dev/mwl/
H A Dmwlhal.c1124 uint16_t pow = hc->targetPowers[i]; in mwl_hal_settxpower() local
/freebsd/sys/dev/ice/
H A Dice_lib.c594 int pow = 0; in ice_setup_vsi_qmap() local
8792 u16 offset = 0, qmap = 0, pow = 0; in ice_vsi_setup_q_map() local

12