Home
last modified time | relevance | path

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

123

/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.c60 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/astc-encoder/Source/
Dastcenc_vecmathlib.h382 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y) in pow() function
560 static ASTCENC_SIMD_INLINE float pow(float x, float 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_m/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_a/kernel/src/math/
Dpow.c255 double pow(double x, double y) in pow() function
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_mock.js27 Math.pow = function(a, b) { 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/ohos_icu4j/src/main/java/ohos/global/icu/math/
DBigDecimal.java1695 public ohos.global.icu.math.BigDecimal pow(ohos.global.icu.math.BigDecimal rhs) { in pow() method in BigDecimal
1721 …public ohos.global.icu.math.BigDecimal pow(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.ma… in pow() method in BigDecimal
/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
/third_party/node/deps/icu-small/source/i18n/
Dnfrs.cpp841 uint64_t pow = base; in util64_pow() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrs.cpp841 uint64_t pow = base; in util64_pow() local

123