Searched refs:pow (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-current/contrib/arm-optimized-routines/math/
H A Dpow.c273 pow (double x, double y) function
286 /* Note: if |y| > 1075 * ln2 * 2^53 ~= 0x1.749p62 then pow(x,y) = inf/0
287 and if |y| < 2^-54 / 1075 ~= 0x1.e7b6p-65 then pow(x,y) = +-1. */
375 strong_alias (pow, __pow_finite)
376 hidden_alias (pow, __ieee754_pow)
378 long double powl (long double x, long double y) { return pow (x, y); }
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dgamma_distribution.h134 __x = std::pow(__u, 1 / __a);
139 __x = std::pow(1 - __a + __a * __e, 1 / __a);
H A Dweibull_distribution.h78 return __p.b() * std::pow(exponential_distribution<result_type>()(__g), 1 / __p.a());
/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
289 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
417 using ::pow;
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
243 __DEF_FUN2(float, pow)
531 __HIP_OVERLOAD2(double, pow)
705 using ::pow;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua135 t.__pow = f("pow")
160 assert(cap[0] == "pow" and cap[1] == a and cap[2] == 4 and cap[3]==nil)
162 assert(cap[0] == "pow" and cap[1] == a and cap[2] == '4' and cap[3]==nil)
164 assert(cap[0] == "pow" and cap[1] == 4 and cap[2] == a and cap[3]==nil)
166 assert(cap[0] == "pow" and cap[1] == '4' and cap[2] == a and cap[3]==nil)
/freebsd-current/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c368 uint8_t pow, flag; local
373 pow = ctl->ctlEdges[i][j].tPowerFlag & 0x3f;
375 printf(" %d:pow=%d,flag=%.2x", j, pow, flag);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp103 /// If there are proper fast-math flags, this function creates llvm.pow
112 // If the argument is 0.75 or 0.25 it is cheaper to turn it into pow
124 Intrinsic::getDeclaration(&M, Intrinsic::pow, CI->getType()));
140 // Handling pow(x, 0.25), pow(x, 0.75), powf(x, 0.25), powf(x, 0.75)
/freebsd-current/contrib/wpa/src/ap/
H A Dacs.c324 factor = pow(10, survey->nf / 5.0L) +
326 pow(2, pow(10, (long double) survey->nf / 10.0L) -
327 pow(10, (long double) min_nf / 10.0L));
/freebsd-current/contrib/ntp/sntp/
H A Dutilities.c63 int texp = (int) pow(2, b);
/freebsd-current/tools/tools/sortbench/
H A Dsort_bench.c254 elts = pow(2, atoi(argv[4]));
/freebsd-current/lib/msun/src/
H A De_pow.c11 /* pow(x,y) return x**y
44 * pow(x,y) returns x**y nearly rounded. In particular
45 * pow(integer,integer)
97 pow(double x, double y) function
313 __weak_reference(pow, powl);
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c855 int pow; local
866 pow = map[i] * n;
867 if (pow > 255)
868 pow -= 255;
869 ASSERT(pow <= 255);
872 pow -= map[i];
873 if (pow < 0)
874 pow += 255;
875 rows[i][j] = vdev_raidz_pow2[pow];
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp512 APFloat ScaleFactor(std::pow(2, Sema.getLsbWeight()));
567 APFloat ScaleFactor(std::pow(2, -DstFXSema.getLsbWeight()));
581 ScaleFactor = APFloat(std::pow(2, DstFXSema.getLsbWeight()));
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c90 TGMACRO_REAL_REAL(pow)
463 PRINT("pow",
464 PASS_REAL_REAL_ARG_REAL_RET(pow) &&
465 PASS_COMPLEX_COMPLEX_ARG_COMPLEX_RET(pow));
/freebsd-current/include/
H A Dtgmath.h155 #define pow(x, y) __tg_full2(x, y, pow) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc139 using ::pow;
/freebsd-current/contrib/lua/src/
H A Dllimits.h341 ((void)L, (b == 2) ? (a)*(a) : l_mathop(pow)(a,b))
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_powf.c93 float32x4_t VPCS_ATTR V_NAME_F2 (pow) (float32x4_t x, float32x4_t y) function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h110 floating_point pow (arithmetic x, arithmetic y);
486 using std::__math::pow;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp76 // pow/powr/pown
754 // pow(x, y) -> powr(x, y) for x >= -0.0
763 // pow(x, y) -> pown(x, y) for known integral y
911 // pow/powr/pown(x, 0) == 1
921 // pow/powr/pown(x, 1.0) = x
927 // pow/powr/pown(x, 2.0) = x*x
935 // pow/powr/pown(x, -1.0) = 1.0/x
947 // pow[r](x, [-]0.5) = sqrt(x)
979 // pow/powr/pown(x, c) = [1/](x*x*..x); where
1021 // pown/pow
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_altq.c583 gton = pow(g, (double)maxburst);
584 gtom = pow(g, (double)(minburst-1));
596 pow(2.0, (double)RM_FILTER_GAIN);
598 pow(2.0, (double)RM_FILTER_GAIN);
600 pow(2.0, (double)RM_FILTER_GAIN);
/freebsd-current/contrib/bc/src/
H A Dlibrary.c1487 BcNum exp, pow, ten; local
1502 bc_num_clear(&pow);
1505 bc_num_init(&pow, bc_num_powReq(&ten, &exp, 0));
1510 bc_num_pow(&ten, &exp, &pow, 0);
1511 bc_num_irand(&pow, b, &vm->rng);
1518 bc_num_free(&pow);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java232 lowerBound = sign * ((long) Math.pow(2L, power));
234 (nextSign * ((long) Math.pow(2L, nextPower))) - 1);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h185 ConstantFP::get(OpTy, std::pow(2, -(int)SrcSema.getScale())));
200 ConstantFP::get(OpTy, std::pow(2, DstSema.getScale())));

Completed in 303 milliseconds

1234