Home
last modified time | relevance | path

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

1234

/third_party/boost/boost/histogram/axis/
Dregular.hpp123 struct pow { struct
124 double power = 1; /**< power index */
127 explicit pow(double p) : power(p) {} in pow() argument
132 auto forward(T x) const { in forward()
138 auto inverse(T x) const { in inverse()
142 bool operator==(const pow& o) const noexcept { return power == o.power; } in operator ==()
145 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/
Dlong.js12 { pow : 'xixxle', _ : [] }, property
17 { pow : 'xixxle', _ : [] }, property
/third_party/node/deps/npm/node_modules/minimist/test/
Dlong.js12 { pow : 'xixxle', _ : [] }, property
17 { pow : 'xixxle', _ : [] }, property
/third_party/boost/boost/intrusive/detail/
Dmath.hpp263 static const std::size_t pow = 31; member
272 static const std::size_t pow = 63; member
282 const std::size_t pow = (std::size_t)sqrt2_pow_max<std::size_t>::pow; in sqrt2_pow_2xplus1() local
/third_party/boost/libs/python/test/
Doperators.cpp55 X pow(X x, int y) in pow() function
60 X pow(X x, X y) in pow() function
65 int pow(int x, X y) in pow() function
/third_party/boost/boost/units/
Dpow.hpp31 pow(const Y& x) in pow() function
40 pow(const Y& x) in pow() function
/third_party/boost/boost/math/special_functions/
Dpow.hpp129 inline typename tools::promote_args<T>::type pow(T base, const Policy& policy) in pow() function
137 inline typename tools::promote_args<T>::type pow(T base) in pow() function
/third_party/boost/boost/accumulators/statistics/
Dmoment.hpp28 T const &pow(T const &x, mpl::int_<1>) in pow() function
36 T pow(T const &x, mpl::int_<N>) in pow() function
/third_party/optimized-routines/math/
Dv_pow.c14 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
Dpow.c273 pow (double x, double y) in pow() function
375 strong_alias (pow, __pow_finite) in strong_alias() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl7 GLM_FUNC_QUALIFIER int pow(int x, int y) function
112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) function
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_rms_f16.c71 float16_t pow = 0.0f; in arm_rms_f16() local
Darm_rms_q31.c66 q63_t pow = 0.0f; in arm_rms_q31() local
Darm_rms_q15.c63 q63_t pow = 0.0f; in arm_rms_q15() local
Darm_rms_f32.c67 float32_t pow = 0.0f; in arm_rms_f32() local
/third_party/boost/libs/numeric/odeint/examples/quadmath/
Dblack_hole.cpp46 inline __float128 pow( __float128 x , __float128 y ) in pow() function
56 inline std::complex< __float128 > pow( std::complex< __float128> x , __float128 y ) in pow() function
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_insert_remove.cpp60 int pow = Max; in test_rtree_all() local
Drtree_epsilon.cpp73 int pow = Max; in test_rtree_all() local
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_pow.cc33 auto pow = std::make_shared<Pow>(); in TEST_F() local
/third_party/quickjs/tests/
Dtest_qjscalc.js39 function pow(a, n) function
/third_party/boost/boost/qvm/
Dmath.hpp55 … template <> BOOST_QVM_INLINE_TRIVIAL float pow<float>( float x, float y ) { return ::powf(x,y); } in pow() function
77 …template <> BOOST_QVM_INLINE_TRIVIAL double pow<double>( double x, double y ) { return ::pow(x,y);… in pow() function
99 …template <> BOOST_QVM_INLINE_TRIVIAL long double pow<long double>( long double x, long double y ) … in pow() function
/third_party/lwip/src/netif/ppp/
Dmagic.c290 u32_t magic_pow(u8_t pow) { in magic_pow()
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp414 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> pow(const complex<BOOST_CSTDFLOAT_EXTE… in pow() function
497 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> pow(const complex<BOOST_CSTDFLOAT_EXTE… in pow() function
503 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> pow(const complex<BOOST_CSTDFLOAT_EXTE… in pow() function
509 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> pow(const BOOST_CSTDFLOAT_EXTENDED_COM… in pow() function
/third_party/boost/boost/python/
Doperators.hpp243 pow(L const&, R const&) in pow() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.inl70 GLM_FUNC_QUALIFIER vecType<T, P> pow(vecType<T, P> const & base, vecType<T, P> const & exponent) function

1234