Home
last modified time | relevance | path

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

12

/freebsd-src/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, __y); } 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-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_pow.c
H A Dv_powf.c
/freebsd-src/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-src/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 D__clang_cuda_math.h230 __DEVICE__ double pow(double __a, double __b) { return __nv_pow(__a, __b); } in pow() function
H A Dtgmath.h490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-src/contrib/arm-optimized-routines/math/
H A Dpow.c273 pow (double x, double y) pow() function
375 strong_alias(pow,__pow_finite) strong_alias() argument
[all...]
/freebsd-src/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-src/tools/tools/ath/ath_ee_9287_print/
H A D9287.c263 uint8_t pow, flag; in eeprom_9287_ctl_edge_print() local
/freebsd-src/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c245 uint8_t pow, flag; in eeprom_v4k_ctl_edge_print() local
/freebsd-src/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-src/contrib/bc/src/
H A Dnum.c547 size_t pow; bc_num_truncate() local
736 BcBigDig carry = 0, pow; bc_num_shift() local
1624 size_t pow; bc_num_divExtend() local
2452 BcBigDig exp, pow; bc_num_parseDecimal() local
2724 size_t exp, pow; bc_num_printDigits() local
2942 bc_num_printFixup(BcNum * restrict n,BcBigDig rem,BcBigDig pow,size_t idx) bc_num_printFixup() argument
3009 bc_num_printPrepare(BcNum * restrict n,BcBigDig rem,BcBigDig pow) bc_num_printPrepare() argument
4091 size_t pow, len, rdx, req, resscale, realscale; bc_num_sqrt() local
[all...]
H A Dlibrary.c1487 BcNum exp, pow, ten; in bcl_frandHelper() local
/freebsd-src/lib/msun/src/
H A De_pow.c97 pow(double x, double y) in pow() function
/freebsd-src/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-src/contrib/arm-optimized-routines/pl/math/
H A Dv_pow_1u5.c
H A Dsv_powf_2u6.c
H A Dsv_pow_1u5.c
/freebsd-src/sys/dev/malo/
H A Dif_malohal.c688 uint16_t pow; in malo_hal_settxpower() local
/freebsd-src/include/
H A Dtgmath.h155 #define pow(x, y) __tg_full2(x, y, pow) macro
/freebsd-src/sys/cddl/boot/zfs/
H A Dzfssubr.c855 int pow; in vdev_raidz_matrix_init() local
/freebsd-src/sys/dev/ice/
H A Dice_lib.c588 int pow = 0; ice_setup_vsi_qmap() local
8591 u16 offset = 0, qmap = 0, pow = 0; ice_vsi_setup_q_map() local

12