Home
last modified time | relevance | path

Searched defs:pow (Results 1 - 25 of 42) sorted by relevance

12

/third_party/optimized-routines/math/
H A Dv_pow.c14 V_NAME(pow) (v_f64_t x, v_f64_t y) in pow() function
H A Dpow.c273 pow (double x, double y) in pow() function
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Dfew_ones.rs16 let mut pow = vec![]; in main() variables
/third_party/lwip/src/netif/ppp/
H A Dmagic.c290 u32_t magic_pow(u8_t pow) { in magic_pow() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.h74 float pow(float value) in pow() function in OHOS::Ace::NG::SecurityComponentLayoutAlgorithm
H A Dsecurity_component_layout_element.h158 float pow(float value) in pow() function in OHOS::Ace::NG::TextLayoutElement
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h136 inline float pow(float f, float p) in pow() function
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib.h385 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y) in pow() function
/third_party/jerryscript/jerry-libm/
H A Dpow.c121 pow (double x, double y) in pow() function
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexPipeline.cpp334 Float4 pow; in pipeline() local
/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs84 pub fn pow(&mut self, base: u32, exp: u32) -> Option<()> { in pow() functions
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow() functions
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c255 double pow(double x, double y) in pow() function
/third_party/musl/src/math/
H A Dpow.c255 double pow(double x, double y) in pow() function
/third_party/decimal.js/
H A Ddecimal.js4646 function pow(x, y) { global() function
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxan.c487 unsigned pow = pow5(mid); in gamma_corr() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5068 mathtest(int test, ohos.global.icu.math.MathContext mc, java.lang.String slhs, java.lang.String srhs, java.lang.String add, java.lang.String sub, java.lang.String mul, java.lang.String div, java.lang.String idv, java.lang.String rem, java.lang.String pow) mathtest() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5065 mathtest(int test, com.ibm.icu.math.MathContext mc, java.lang.String slhs, java.lang.String srhs, java.lang.String add, java.lang.String sub, java.lang.String mul, java.lang.String div, java.lang.String idv, java.lang.String rem, java.lang.String pow) mathtest() argument
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h192 #undef pow macro
255 #define pow(x,y) __tg_real_complex_pow((x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h192 #undef pow macro
255 #define pow(x,y) __tg_real_complex_pow((x), (y)) macro
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c364 nir_ssa_def *pow = nir_fpow(b, nir_fmax(b, src0_y, nir_imm_float(b, 0.0)), in ptn_lit() local
/third_party/musl/include/
H A Dtgmath.h192 #undef pow macro
255 #define pow(x,y) __tg_real_complex_pow((x), (y)) macro
/third_party/python/Lib/
H A Doperator.py124 def pow(a, b): function

Completed in 29 milliseconds

12