Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/i18n/
DdecNumber.c191 #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/
Dgenerate-ten-powers.scm135 (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/
Dpr24546.ll6 @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/
Dresources.rst111 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/
Dsimple-int.ll65 ; Basic depth-3 chain with powi (different powers: should not vectorize)
/external/curl/docs/
DBINDINGS11 curl powers from within your favourite language or system.
/external/eigen/unsupported/Eigen/
DMatrixFunctions250 Lijing Lin, "A Schur-Pad&eacute; algorithm for fractional powers of a
273 better for computing various powers for the same matrix.
/external/jemalloc/
DINSTALL236 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/
DBitSet.as39 * turns out that, for powers of two, this mod operation is
/external/mesa3d/docs/
DRELNOTES-4.170 Allows one to use textures with sizes that are not powers of two.
DRELNOTES-5.162 Removes the restriction that texture dimensions must be powers of two.
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
Dgpu_basics_similarity.markdown72 the last years there has been an increasing trend to harvest these massive parallel powers of the
/external/clang/docs/
DControlFlowIntegrityDesign.rst205 of powers of 2, the compiler can compress the bit vector by strengthening
/external/llvm/lib/Target/X86/
DREADME-SSE.txt605 simple cases such as multiplication by powers of two would be better as
/external/v8/
DAndroid.v8common.mk33 src/cached-powers.cc \
DBUILD.gn681 "src/cached-powers.cc",
682 "src/cached-powers.h",
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt2014 powers
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2014 powers
/external/llvm/test/Transforms/BBVectorize/
Dsimple-int.ll122 ; Basic depth-3 chain with powi (different powers: should not vectorize)
/external/v8/tools/gyp/
Dv8.gyp446 '../../src/cached-powers.cc',
447 '../../src/cached-powers.h',
/external/libvorbis/doc/
D01-introduction.tex344 codec setup. In Vorbis I, legal frame sizes are powers of two from 64
/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc2168 int powers[] = { 0, 1, 2, 3, 8, 16, 24, 31 }; in TestPositiveSmiPowerUp() local
2172 int power = powers[i]; in TestPositiveSmiPowerUp()
/external/fio/
DHOWTO1815 numbers are divided into powers of 2, so for example the
/external/srtp/doc/
Drfc3711.txt1520 chosen to be powers of 256, but that granularity was considered too
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3771 N^V "powers" :G2P

12