| /third_party/optimized-routines/math/ |
| H A D | v_pow.c | 14 V_NAME(pow) (v_f64_t x, v_f64_t y) in pow() function
|
| H A D | pow.c | 273 pow (double x, double y) in pow() function
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
| H A D | few_ones.rs | 16 let mut pow = vec![]; in main() variables
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | magic.c | 290 u32_t magic_pow(u8_t pow) { in magic_pow() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib.h | 385 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y) in pow() function
|
| /third_party/jerryscript/jerry-libm/ |
| H A D | pow.c | 121 pow (double x, double y) in pow() function
|
| /third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
| H A D | v8_mock.js | |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexPipeline.cpp | 334 Float4 pow; in pipeline() local
|
| /third_party/rust/crates/minimal-lexical/src/ |
| H A D | bigint.rs | 84 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 D | pow.c | 255 double pow(double x, double y) in pow() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | pow.c | 255 double pow(double x, double y) in pow() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| H A D | pow.c | 255 double pow(double x, double y) in pow() function
|
| /third_party/musl/src/math/ |
| H A D | pow.c | 255 double pow(double x, double y) in pow() function
|
| /third_party/decimal.js/ |
| H A D | decimal.js | 4646 function pow(x, y) { global() function [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | xan.c | 487 unsigned pow = pow5(mid); in gamma_corr() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
| H A D | DiagBigDecimalTest.java | 5068 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 D | DiagBigDecimalTest.java | 5065 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 D | tgmath.h | 192 #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 D | tgmath.h | 192 #undef pow macro 255 #define pow(x,y) __tg_real_complex_pow((x), (y)) macro
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_to_nir.c | 364 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 D | tgmath.h | 192 #undef pow macro 255 #define pow(x,y) __tg_real_complex_pow((x), (y)) macro
|
| /third_party/python/Lib/ |
| H A D | operator.py | 124 def pow(a, b): function
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | nfsubs.cpp | 1313 int32_t pow = 0; in doParse() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| H A D | wasm-runtime.cpp | |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| H A D | BigDecimal.java | 1738 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.MathContext set) { in pow() method in BigDecimal [all...] |