/kernel/linux/linux-6.6/drivers/clk/sunxi/ |
H A D | clk-sunxi.c | 726 u8 pow; member 887 u8 pow; /* is it power-of-two based? */ member
|
/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...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 1695 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.math.MathContext set) { in pow() method in BigDecimal [all...] |
/third_party/mbedtls/library/ |
H A D | aes.c | 379 uint8_t pow[256]; in aes_gen_tables() local
|
/third_party/pulseaudio/src/modules/ |
H A D | module-virtual-surround-sink.c | 1050 int pow = 1; in pa__init() local
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.c | 1698 u8 pow, val; in spi_nor_sr_lock() local 1783 u8 pow, val; in spi_nor_sr_unlock() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 743 u16 pow = 0, max_rss = 0; in ice_vsi_setup_q_map() local
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 913 unsigned int i, pow; in sdma_cleanup_sde_map() local 1010 int ctr, pow; in sdma_set_cpu_to_sde_map() local
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 871 unsigned int i, pow; in sdma_cleanup_sde_map() local 968 int ctr, pow; in sdma_set_cpu_to_sde_map() local
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 2637 double pow(double x, double y) { in pow() function
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1041 nir_ssa_def *pow = nir_fpow(b, nir_fmax(b, src0_y, nir_imm_float(b, 0.0)), in ttn_lit() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 1019 u16 offset = 0, qmap = 0, tx_count = 0, rx_count = 0, pow = 0; in ice_vsi_setup_q_map() local 1214 int pow; in ice_chnl_vsi_setup_q_map() local 3322 u16 pow, offset = 0, qcount_tx = 0, qcount_rx = 0, qmap; in ice_vsi_setup_q_map_mqprio() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 1176 Float4 pow; in lit() local 1398 Float4 pow = power(src0.x, src1.x, pp); in powx() local 1406 void ShaderCore::pow(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) pow() function in sw::ShaderCore [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 5062 Instruction* GeneratePow(MacroAssembler* masm, unsigned pow) { in GeneratePow() argument
|