Home
last modified time | relevance | path

Searched defs:pow (Results 26 - 50 of 66) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-sunxi.c726 u8 pow; member
887 u8 pow; /* is it power-of-two based? */ member
/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
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfsubs.cpp1313 int32_t pow = 0; in doParse() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A 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.MathContext set) { in pow() method in BigDecimal
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A 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.math.MathContext set) { in pow() method in BigDecimal
[all...]
/third_party/mbedtls/library/
H A Daes.c379 uint8_t pow[256]; in aes_gen_tables() local
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c1050 int pow = 1; in pa__init() local
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.c1698 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 Dice_lib.c743 u16 pow = 0, max_rss = 0; in ice_vsi_setup_q_map() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsdma.c913 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 Dsdma.c871 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 Dieee754.cc2637 double pow(double x, double y) { in pow() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1041 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 Dice_lib.c1019 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 DShaderCore.cpp1176 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 Dtest-simulator-aarch64.cc5062 Instruction* GeneratePow(MacroAssembler* masm, unsigned pow) { in GeneratePow() argument

Completed in 96 milliseconds

123