/external/fmtlib/support/ |
D | compute-powers.py | 16 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/ |
D | algorithm.rs | 82 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/ |
D | reconstruction_ops_test.py | 47 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/ |
D | decNumber.cpp | 193 #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 …]
|
D | sources.txt | 58 double-conversion-cached-powers.cpp
|
/external/llvm-project/libcxx/test/std/utilities/time/time.hms/time.hms.members/ |
D | precision_type.pass.cpp | 26 constexpr unsigned long long powers[] = { variable 54 using Pre = std::chrono::duration<CT, std::ratio<1, powers[width]>>; in check_precision()
|
D | precision.pass.cpp | 26 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/ |
D | psci-performance-juno.rst | 48 - **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/ |
D | pr24546.ll | 6 @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/ |
D | index.rst | 16 execution. SCP_BL2 powers up the AP which starts execution at AP_BL31. The AP
|
/external/mesa3d/docs/gallium/ |
D | resources.rst | 122 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/ |
D | pr24546.ll | 6 @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/ |
D | readability-magic-numbers.rst | 62 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/ |
D | index.rst | 19 The execution begins from SCP_BL1. SCP_BL1 powers up the AP which starts
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint_elem_reduced_tests.txt | 47 # powers of M using the result R from the previous step as A, and where the
|
/external/python/pybind11/docs/ |
D | benchmark.rst | 15 (between 1 and 2048 classes in powers of two). Each class has four methods with
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | README.md | 4 (DbgEng), which powers tools such as WinDbg and CDB.
|
/external/llvm-project/libclc/generic/lib/math/ |
D | sincos_helpers.cl | 41 // 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/ |
D | ddLogB.decTest | 91 -- notable cases -- exact powers of 10
|
D | dqLogB.decTest | 92 -- notable cases -- exact powers of 10
|
D | logb.decTest | 93 -- notable cases -- exact powers of 10
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqLogB.decTest | 92 -- notable cases -- exact powers of 10
|
D | ddLogB.decTest | 91 -- notable cases -- exact powers of 10
|
D | logb.decTest | 93 -- notable cases -- exact powers of 10
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | simple-int.ll | 65 ; Basic depth-3 chain with powi (different powers: should not vectorize)
|