Searched refs:powers (Results 1 – 25 of 26) sorted by relevance
12
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 191 #define powers DECPOWERS /* old internal name */ macro 420 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in uprv_decNumberToInt32() 456 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in uprv_decNumberToUInt32() 853 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in uprv_decNumberAnd() 1243 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in uprv_decNumberInvert() 1867 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in uprv_decNumberOr() 2554 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in uprv_decNumberRotate() 2557 uInt rem=save%powers[shift-msudigits];/* split save */ in uprv_decNumberRotate() 2558 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in uprv_decNumberRotate() 2560 +(Unit)(rem*powers[DECDPUN-(shift-msudigits)]); /* .. */ in uprv_decNumberRotate() [all …]
|
/external/v8/tools/ |
D | generate-ten-powers.scm | 135 (define (print-c powers from to struct-type 158 ((>= i (vector-length powers)) 164 (let* ((power (vector-ref powers i))
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr24546.ll | 6 @php_intpow10.powers = external unnamed_addr constant [23 x double], align 8 83 …ble(name: "powers", scope: !18, file: !1, line: 3, type: !25, isLocal: true, isDefinition: true, v…
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 111 width and height must be powers of two 134 width, height and depth must be powers of two 160 width and height must be powers of two
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | simple-int.ll | 65 ; Basic depth-3 chain with powi (different powers: should not vectorize)
|
/external/curl/docs/ |
D | BINDINGS | 11 curl powers from within your favourite language or system.
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 250 Lijing Lin, "A Schur-Padé algorithm for fractional powers of a 273 better for computing various powers for the same matrix.
|
/external/jemalloc/ |
D | INSTALL | 236 classes that are powers of 2: 277 size classes are powers of 2 less than the quantum, and are only
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BitSet.as | 39 * turns out that, for powers of two, this mod operation is
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 70 Allows one to use textures with sizes that are not powers of two.
|
D | RELNOTES-5.1 | 62 Removes the restriction that texture dimensions must be powers of two.
|
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/ |
D | gpu_basics_similarity.markdown | 72 the last years there has been an increasing trend to harvest these massive parallel powers of the
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 205 of powers of 2, the compiler can compress the bit vector by strengthening
|
/external/llvm/lib/Target/X86/ |
D | README-SSE.txt | 605 simple cases such as multiplication by powers of two would be better as
|
/external/v8/ |
D | Android.v8common.mk | 33 src/cached-powers.cc \
|
D | BUILD.gn | 681 "src/cached-powers.cc", 682 "src/cached-powers.h",
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 2014 powers
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 2014 powers
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-int.ll | 122 ; Basic depth-3 chain with powi (different powers: should not vectorize)
|
/external/v8/tools/gyp/ |
D | v8.gyp | 446 '../../src/cached-powers.cc', 447 '../../src/cached-powers.h',
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 344 codec setup. In Vorbis I, legal frame sizes are powers of two from 64
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 2168 int powers[] = { 0, 1, 2, 3, 8, 16, 24, 31 }; in TestPositiveSmiPowerUp() local 2172 int power = powers[i]; in TestPositiveSmiPowerUp()
|
/external/fio/ |
D | HOWTO | 1815 numbers are divided into powers of 2, so for example the
|
/external/srtp/doc/ |
D | rfc3711.txt | 1520 chosen to be powers of 256, but that granularity was considered too
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3771 N^V "powers" :G2P
|
12