/freebsd-src/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, __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 D | v_pow.c |
|
H A D | v_powf.c |
|
/freebsd-src/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-src/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 | __clang_cuda_math.h | 230 __DEVICE__ double pow(double __a, double __b) { return __nv_pow(__a, __b); } in pow() function
|
H A D | tgmath.h | 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | pow.c | 273 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 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-src/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-src/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-src/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-src/contrib/bc/src/ |
H A D | num.c | 547 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 D | library.c | 1487 BcNum exp, pow, ten; in bcl_frandHelper() local
|
/freebsd-src/lib/msun/src/ |
H A D | e_pow.c | 97 pow(double x, double y) in pow() function
|
/freebsd-src/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-src/contrib/arm-optimized-routines/pl/math/ |
H A D | v_pow_1u5.c |
|
H A D | sv_powf_2u6.c |
|
H A D | sv_pow_1u5.c |
|
/freebsd-src/sys/dev/malo/ |
H A D | if_malohal.c | 688 uint16_t pow; in malo_hal_settxpower() local
|
/freebsd-src/include/ |
H A D | tgmath.h | 155 #define pow(x, y) __tg_full2(x, y, pow) macro
|
/freebsd-src/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 855 int pow; in vdev_raidz_matrix_init() local
|
/freebsd-src/sys/dev/ice/ |
H A D | ice_lib.c | 588 int pow = 0; ice_setup_vsi_qmap() local 8591 u16 offset = 0, qmap = 0, pow = 0; ice_vsi_setup_q_map() local
|