Searched refs:powers (Results 1 – 25 of 46) sorted by relevance
12
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 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() 855 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in uprv_decNumberAnd() 1245 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in uprv_decNumberInvert() 1869 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in uprv_decNumberOr() 2556 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in uprv_decNumberRotate() 2559 uInt rem=save%powers[shift-msudigits];/* split save */ in uprv_decNumberRotate() 2560 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in uprv_decNumberRotate() 2562 +(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 82 …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 | 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/python/cpython2/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
|
D | scaleb.decTest | 2 -- scaleb.decTest -- scale a number by powers of 10 --
|
D | ddScaleB.decTest | 2 -- ddScalebB.decTest -- scale a decDouble by powers of 10 --
|
D | dqScaleB.decTest | 2 -- dqScalebB.decTest -- scale a decQuad by powers of 10 --
|
D | divideint.decTest | 81 -- similar with powers of ten
|
D | dqDivideInt.decTest | 83 -- similar with powers of ten
|
D | ddDivideInt.decTest | 82 -- similar with powers of ten
|
D | power.decTest | 132 -- negative powers 299 -- negative powers, testing subnormals 1010 -- Integer powers are exact, unless over/underflow 1558 -- these are likely to show > 0.5 ulp error for very small powers
|
/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.md | 6 curl powers from within your favourite language or system.
|
/external/ImageMagick/MagickCore/ |
D | identify.c | 355 powers[MaximumNumberOfImageMoments] = in PrintChannelMoments() local 376 GetMagickPrecision(),pow(scale,powers[0])* in PrintChannelMoments() 382 powers[i]),GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
|
/external/jemalloc/ |
D | INSTALL | 245 classes that are powers of 2: 286 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/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 300 Lijing Lin, "A Schur-Padé algorithm for fractional powers of a 323 better for computing various powers for the same matrix.
|
/external/skia/src/effects/ |
D | GrCircleBlurFragmentProcessor.fp | 193 // profile texture (binned by powers of 2).
|
/external/mesa3d/docs/relnotes/ |
D | 4.1 | 70 Allows one to use textures with sizes that are not powers of two.
|
D | 5.1 | 62 Removes the restriction that texture dimensions must be powers of two.
|
/external/python/cpython2/Doc/library/ |
D | math.rst | 218 :func:`pow` function for computing exact integer powers.
|
D | timeit.rst | 220 successive powers of 10 until the total time is at least 0.2 seconds.
|
12