/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 149 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 D | feeder_eq_mkfilter.awk | 66 function pow(x, y) function
|
H A D | feeder_rate_mkfilter.awk | 78 function pow(x, y) function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 152 __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.h | 161 __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 D | tgmath.h | 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp_sqrt.c | 29 fp pow; /* The result if the exponentiation is in Fp */ in legendre() local
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfmerge.c | 383 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 D | pow.c | 274 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 D | 9287.c | 263 uint8_t pow, flag; in eeprom_9287_ctl_edge_print() local
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 245 uint8_t pow, flag; in eeprom_v4k_ctl_edge_print() local
|
/freebsd/contrib/bc/src/ |
H A D | num.c | 598 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 D | library.c | 1487 BcNum exp, pow, ten; in bcl_frandHelper() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() function
|
/freebsd/lib/msun/src/ |
H A D | e_pow.c | 97 pow(double x, double y) in pow() function
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 368 uint8_t pow, flag; in eeprom_v14_ctl_edge_print() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | powf.c | 148 float32x4_t VPCS_ATTR NOINLINE V_NAME_F2 (pow) (float32x4_t x, float32x4_t y) in V_NAME_F2() argument
|
H A D | pow.c | 189 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 D | powf.c | 253 svfloat32_t SV_NAME_F2 (pow) (svfloat32_t x, svfloat32_t y, const svbool_t pg) in SV_NAME_F2() argument
|
H A D | pow.c | 374 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 D | if_malohal.c | 688 uint16_t pow; in malo_hal_settxpower() local
|
/freebsd/include/ |
H A D | tgmath.h | 155 #define pow(x, y) __tg_full2(x, y, pow) macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 855 int pow; in vdev_raidz_matrix_init() local
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.c | 1124 uint16_t pow = hc->targetPowers[i]; in mwl_hal_settxpower() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 594 int pow = 0; in ice_setup_vsi_qmap() local 8792 u16 offset = 0, qmap = 0, pow = 0; in ice_vsi_setup_q_map() local
|