/third_party/boost/boost/histogram/axis/ |
D | regular.hpp | 123 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/ |
D | long.js | 12 { pow : 'xixxle', _ : [] }, property 17 { pow : 'xixxle', _ : [] }, property
|
/third_party/node/deps/npm/node_modules/minimist/test/ |
D | long.js | 12 { pow : 'xixxle', _ : [] }, property 17 { pow : 'xixxle', _ : [] }, property
|
/third_party/boost/boost/intrusive/detail/ |
D | math.hpp | 263 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/ |
D | operators.cpp | 55 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/ |
D | pow.hpp | 31 pow(const Y& x) in pow() function 40 pow(const Y& x) in pow() function
|
/third_party/boost/boost/math/special_functions/ |
D | pow.hpp | 129 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/ |
D | moment.hpp | 28 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/ |
D | v_pow.c | 14 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
|
D | pow.c | 273 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/ |
D | integer.inl | 7 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/ |
D | arm_rms_f16.c | 71 float16_t pow = 0.0f; in arm_rms_f16() local
|
D | arm_rms_q31.c | 66 q63_t pow = 0.0f; in arm_rms_q31() local
|
D | arm_rms_q15.c | 63 q63_t pow = 0.0f; in arm_rms_q15() local
|
D | arm_rms_f32.c | 67 float32_t pow = 0.0f; in arm_rms_f32() local
|
/third_party/boost/libs/numeric/odeint/examples/quadmath/ |
D | black_hole.cpp | 46 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/ |
D | rtree_insert_remove.cpp | 60 int pow = Max; in test_rtree_all() local
|
D | rtree_epsilon.cpp | 73 int pow = Max; in test_rtree_all() local
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_pow.cc | 33 auto pow = std::make_shared<Pow>(); in TEST_F() local
|
/third_party/quickjs/tests/ |
D | test_qjscalc.js | 39 function pow(a, n) function
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 55 … 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/ |
D | magic.c | 290 u32_t magic_pow(u8_t pow) { in magic_pow()
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_complex_std.hpp | 414 …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/ |
D | operators.hpp | 243 pow(L const&, R const&) in pow() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_exponential.inl | 70 GLM_FUNC_QUALIFIER vecType<T, P> pow(vecType<T, P> const & base, vecType<T, P> const & exponent) function
|