Home
last modified time | relevance | path

Searched refs:powers (Results 1 – 25 of 118) sorted by relevance

12345

/external/fmtlib/support/
Dcompute-powers.py16 powers = [] variable
25 powers.append(result)
41 for i, fp in enumerate(powers):
47 for i, fp in enumerate(powers):
53 max([x.e - powers[i - 1].e for i, x in enumerate(powers)][1:]))
/external/rust/crates/serde_json/src/lexical/
Dalgorithm.rs82 let powers = ExtendedFloat::get_powers(); in multiply_exponent_extended() localVariable
83 let exponent = exponent.saturating_add(powers.bias); in multiply_exponent_extended()
84 let small_index = exponent % powers.step; in multiply_exponent_extended()
85 let large_index = exponent / powers.step; in multiply_exponent_extended()
90 } else if large_index as usize >= powers.large.len() { in multiply_exponent_extended()
110 .overflowing_mul(powers.get_small_int(small_index as usize)) in multiply_exponent_extended()
115 fp.imul(&powers.get_small(small_index as usize)); in multiply_exponent_extended()
126 fp.imul(&powers.get_large(large_index as usize)); in multiply_exponent_extended()
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dreconstruction_ops_test.py47 powers = np.power(self.bases[:, np.newaxis], exponents[np.newaxis, :])
49 self.powers = np.reshape(powers, [self.batch_size, self.frames,
129 signal = constant_op.constant(np.squeeze(self.powers[0, :, :]),
138 signal = constant_op.constant(self.powers, dtype=dtypes.int64)
151 input_matrix = np.squeeze(self.powers[0, :, :])
/external/icu/icu4c/source/i18n/
DdecNumber.cpp193 #define powers DECPOWERS /* old internal name */ macro
422 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in uprv_decNumberToInt32()
458 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in uprv_decNumberToUInt32()
857 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in uprv_decNumberAnd()
1247 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in uprv_decNumberInvert()
1871 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in uprv_decNumberOr()
2558 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in uprv_decNumberRotate()
2561 uInt rem=save%powers[shift-msudigits];/* split save */ in uprv_decNumberRotate()
2562 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in uprv_decNumberRotate()
2564 +(Unit)(rem*powers[DECDPUN-(shift-msudigits)]); /* .. */ in uprv_decNumberRotate()
[all …]
Dsources.txt58 double-conversion-cached-powers.cpp
/external/llvm-project/libcxx/test/std/utilities/time/time.hms/time.hms.members/
Dprecision_type.pass.cpp26 constexpr unsigned long long powers[] = { variable
54 using Pre = std::chrono::duration<CT, std::ratio<1, powers[width]>>; in check_precision()
Dprecision.pass.cpp26 constexpr unsigned long long powers[] = { variable
54 using Pre = std::chrono::duration<CT, std::ratio<1, powers[width]>>; in check_precision()
/external/arm-trusted-firmware/docs/perf/
Dpsci-performance-juno.rst48 - **Parallel Tests** This type of test powers on all the non-lead CPUs and
52 - **Sequential Tests** This type of test powers on each non-lead CPU in
173 test. The ``CPU_SUSPEND`` call powers down to the cluster level, requiring a
181 CPU 4 continues to run while CPU 5 is suspended. Hence CPU 5 only powers down to
243 powers down to the cluster level, requiring a flush of both L1 and L2 caches.
246 lead CPU 4 is running and CPU 5 only powers down to level 0, which only requires
/external/llvm/test/CodeGen/PowerPC/
Dpr24546.ll6 @php_intpow10.powers = external unnamed_addr constant [23 x double], align 8
82 …ble(name: "powers", scope: !18, file: !1, line: 3, type: !25, isLocal: true, isDefinition: true, v…
/external/arm-trusted-firmware/docs/plat/arm/morello/
Dindex.rst16 execution. SCP_BL2 powers up the AP which starts execution at AP_BL31. The AP
/external/mesa3d/docs/gallium/
Dresources.rst122 width and height must be powers of two
146 width, height and depth must be powers of two
173 width and height must be powers of two
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dpr24546.ll6 @php_intpow10.powers = external unnamed_addr constant [23 x double], align 8, !dbg !24
82 !24 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "powers", scope: !18, file: !1, line…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-magic-numbers.rst62 As a special case for integral values, all powers of two can be accepted
100 Boolean value indicating whether to accept all powers-of-two integer values
/external/arm-trusted-firmware/docs/plat/arm/tc0/
Dindex.rst19 The execution begins from SCP_BL1. SCP_BL1 powers up the AP which starts
/external/rust/crates/ring/src/arithmetic/
Dbigint_elem_reduced_tests.txt47 # powers of M using the result R from the previous step as A, and where the
/external/python/pybind11/docs/
Dbenchmark.rst15 (between 1 and 2048 classes in powers of two). Each class has four methods with
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
DREADME.md4 (DbgEng), which powers tools such as WinDbg and CDB.
/external/llvm-project/libclc/generic/lib/math/
Dsincos_helpers.cl41 // because this produces an expansion in even powers of x.
63 // because this produces an expansion in even powers of x.
515 // because this produces an expansion in even powers of x.
525 // because this produces an expansion in even powers of x.
/external/python/cpython2/Lib/test/decimaltestdata/
DddLogB.decTest91 -- notable cases -- exact powers of 10
DdqLogB.decTest92 -- notable cases -- exact powers of 10
Dlogb.decTest93 -- notable cases -- exact powers of 10
/external/python/cpython3/Lib/test/decimaltestdata/
DdqLogB.decTest92 -- notable cases -- exact powers of 10
DddLogB.decTest91 -- notable cases -- exact powers of 10
Dlogb.decTest93 -- notable cases -- exact powers of 10
/external/llvm/test/Transforms/BBVectorize/X86/
Dsimple-int.ll65 ; Basic depth-3 chain with powi (different powers: should not vectorize)

12345