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

12

/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_pow.c11 float64x2_t VPCS_ATTR V_NAME_D2 (pow) (float64x2_t x, float64x2_t y) function
H A Dv_powf.c93 float32x4_t VPCS_ATTR V_NAME_F2 (pow) (float32x4_t x, float32x4_t y) function
/freebsd-current/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-current/tools/tools/ath/ath_ee_9287_print/
H A D9287.c263 uint8_t pow, flag; local
/freebsd-current/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c245 uint8_t pow, flag; local
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, function in namespace:std
/freebsd-current/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c368 uint8_t pow, flag; local
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h161 __DEVICE__ float pow(float __base, float __exp) { function
164 __DEVICE__ float pow(float __base, int __iexp) { function
167 __DEVICE__ double pow(double __base, int __iexp) { function
H A D__clang_hip_cmath.h152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { function
155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { function
176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { function
H A Dtgmath.h489 #undef pow macro
490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h230 __DEVICE__ double pow(double __a, double __b) { return __nv_pow(__a, __b); } function
H A D__clang_hip_math.h984 double pow(double __x, double __y) { return __ocml_pow_f64(__x, __y); } function
/freebsd-current/lib/msun/src/
H A De_pow.c97 pow(double x, double y) function
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dpow.c273 pow (double x, double y) function
/freebsd-current/include/
H A Dtgmath.h155 #define pow(x, y) __tg_full2(x, y, pow) macro
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_pow_1u5.c161 float64x2_t VPCS_ATTR V_NAME_D2 (pow) (float64x2_t x, float64x2_t y) function
[all...]
H A Dsv_pow_1u5.c333 svfloat64_t SV_NAME_D2 (pow) (svfloat64_t x, svfloat64_t y, const svbool_t pg) function
[all...]
H A Dsv_powf_2u6.c253 svfloat32_t SV_NAME_F2 (pow) (svfloat32_t x, svfloat32_t y, const svbool_t pg) function
[all...]
/freebsd-current/sys/dev/malo/
H A Dif_malohal.c688 uint16_t pow; local
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c383 wip_add_work(wip_t *slot, tdata_t *pow) argument
403 tdata_t *pow; local
[all...]
/freebsd-current/contrib/bc/src/
H A Dlibrary.c1487 BcNum exp, pow, ten; local
H A Dnum.c547 size_t pow; local
736 BcBigDig carry = 0, pow; local
1624 size_t pow; local
2452 BcBigDig exp, pow; local
2724 size_t exp, pow; local
2942 bc_num_printFixup(BcNum* restrict n, BcBigDig rem, BcBigDig pow, size_t idx) argument
3009 bc_num_printPrepare(BcNum* restrict n, BcBigDig rem, BcBigDig pow) argument
4091 size_t pow, len, rdx, req, resscale, realscale; local
[all...]
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c855 int pow; local
/freebsd-current/sys/dev/mwl/
H A Dmwlhal.c1124 uint16_t pow = hc->targetPowers[i]; local

Completed in 288 milliseconds

12