Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/i18n/
DdecNumber.c193 #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/
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
82 …ble(name: "powers", scope: !18, file: !1, line: 3, type: !25, isLocal: true, isDefinition: true, v…
/external/mesa3d/src/gallium/docs/source/
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/python/cpython2/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
Dscaleb.decTest2 -- scaleb.decTest -- scale a number by powers of 10 --
DddScaleB.decTest2 -- ddScalebB.decTest -- scale a decDouble by powers of 10 --
DdqScaleB.decTest2 -- dqScalebB.decTest -- scale a decQuad by powers of 10 --
Ddivideint.decTest81 -- similar with powers of ten
DdqDivideInt.decTest83 -- similar with powers of ten
DddDivideInt.decTest82 -- similar with powers of ten
Dpower.decTest132 -- 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/
Dsimple-int.ll65 ; Basic depth-3 chain with powi (different powers: should not vectorize)
/external/curl/docs/
DBINDINGS.md6 curl powers from within your favourite language or system.
/external/ImageMagick/MagickCore/
Didentify.c355 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/
DINSTALL245 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/
DBitSet.as39 * turns out that, for powers of two, this mod operation is
/external/eigen/unsupported/Eigen/
DMatrixFunctions300 Lijing Lin, "A Schur-Pad&eacute; algorithm for fractional powers of a
323 better for computing various powers for the same matrix.
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.fp193 // profile texture (binned by powers of 2).
/external/mesa3d/docs/relnotes/
D4.170 Allows one to use textures with sizes that are not powers of two.
D5.162 Removes the restriction that texture dimensions must be powers of two.
/external/python/cpython2/Doc/library/
Dmath.rst218 :func:`pow` function for computing exact integer powers.
Dtimeit.rst220 successive powers of 10 until the total time is at least 0.2 seconds.

12