Home
last modified time | relevance | path

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

123

/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/rust/crates/num-traits/src/
Dpow.rs18 fn pow(self, rhs: RHS) -> Self::Output; in pow() method
189 pub fn pow<T: Clone + One + Mul<T, Output = T>>(mut base: T, mut exp: usize) -> T { in pow() function
Dint.rs358 fn pow(self, exp: u32) -> Self; in pow() method
Dlib.rs62 pub mod pow; module
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
Dfew_ones.rs16 let mut pow = vec![]; in main() localVariable
/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
Dquaternion.inl81 GLM_FUNC_QUALIFIER tquat<T, P> pow(tquat<T, P> const & x, T const & 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/lwip/src/netif/ppp/
Dmagic.c290 u32_t magic_pow(u8_t pow) { in magic_pow()
/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
/third_party/jerryscript/jerry-libm/
Dpow.c121 pow (double x, double y) in pow() function
/third_party/rust/crates/minimal-lexical/src/
Dbigint.rs84 pub fn pow(&mut self, base: u32, exp: u32) -> Option<()> { in pow() method
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow() function
/third_party/musl/src/math/
Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c255 double pow(double x, double y) in pow() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp334 Float4 pow; in pipeline() local
/third_party/ffmpeg/libavcodec/
Dxan.c486 unsigned pow = pow5(mid); in gamma_corr() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java1738 public com.ibm.icu.math.BigDecimal pow(com.ibm.icu.math.BigDecimal rhs) { in pow() method in BigDecimal
1765 …public com.ibm.icu.math.BigDecimal pow(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathConte… in pow() method in BigDecimal

123