/prebuilts/go/darwin-x86/src/math/ |
log10.go | 21 // Make sure exact powers of two give an exact answer.
|
pow.go | 114 // accumulate powers of two into exp.
|
sqrt.go | 29 // Scale x to y in [1,4) with even powers of 2:
|
/prebuilts/go/linux-x86/src/math/ |
log10.go | 21 // Make sure exact powers of two give an exact answer.
|
pow.go | 114 // accumulate powers of two into exp.
|
sqrt.go | 29 // Scale x to y in [1,4) with even powers of 2:
|
/external/v8/tools/ |
generate-ten-powers.scm | 30 ;; bigloo -static-bigloo -o generate-ten-powers generate-ten-powers.scm 34 (module gen-ten-powers 88 (define (generate-powers from to mantissa-size) 135 (define (print-c powers from to struct-type 149 (define (print-powers-reduced n) 158 ((>= i (vector-length powers)) 164 (let* ((power (vector-ref powers i)) 187 "// hold the cached powers of ten. Each entry will hold a 64-bit\n" 205 (print-powers-reduced 1 [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
nat.go | 1033 // powers[i] contains x^i. 1034 var powers [1 << n]nat 1035 powers[0] = natOne 1036 powers[1] = x 1038 p2, p, p1 := &powers[i/2], &powers[i], &powers[i+1] 1077 zz = zz.mul(z, powers[yi>>(_W-n)]) 1108 // Iteration for Multiplicative Inverses Modulo Prime Powers". 1131 // powers[i] contains x^ [all...] |
floatconv.go | 79 // is no loss of precision. We only have powers of 2 and 10, and 80 // we split powers of 10 into the product of the same powers of 149 // These powers of 5 fit into a uint64.
|
arith_test.go | 417 // of powers-of-two boundaries.
|
/prebuilts/go/linux-x86/src/math/big/ |
nat.go | 1033 // powers[i] contains x^i. 1034 var powers [1 << n]nat 1035 powers[0] = natOne 1036 powers[1] = x 1038 p2, p, p1 := &powers[i/2], &powers[i], &powers[i+1] 1077 zz = zz.mul(z, powers[yi>>(_W-n)]) 1108 // Iteration for Multiplicative Inverses Modulo Prime Powers". 1131 // powers[i] contains x^ [all...] |
floatconv.go | 79 // is no loss of precision. We only have powers of 2 and 10, and 80 // we split powers of 10 into the product of the same powers of 149 // These powers of 5 fit into a uint64.
|
/external/icu/icu4c/source/i18n/ |
decNumber.c | 193 #define powers DECPOWERS /* old internal name */ macro 225 /* Powers of ten (powers[n]==10**n, 0<=n<=9) */ 236 /* multiply, after removing powers of 2 by shifting, and final shift */ 422 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; 458 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; [all...] |
/prebuilts/go/darwin-x86/src/strconv/ |
atof.go | 10 // 2) Multiply/divide decimal by powers of two until in range [0.5, 1) 282 // Scale by powers of two until in range [0.5, 1.0) 356 // Exact powers of 10. 384 // Exact powers of ten are <= 10^22. 417 // Exact powers of ten are <= 10^10.
|
/prebuilts/go/linux-x86/src/strconv/ |
atof.go | 10 // 2) Multiply/divide decimal by powers of two until in range [0.5, 1) 282 // Scale by powers of two until in range [0.5, 1.0) 356 // Exact powers of 10. 384 // Exact powers of ten are <= 10^22. 417 // Exact powers of ten are <= 10^10.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
lca.go | 114 // depth blocks for powers-of-two subsequences of the tour.
|
/prebuilts/go/darwin-x86/src/runtime/ |
sqrt.go | 34 // Scale x to y in [1,4) with even powers of 2:
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
lca.go | 114 // depth blocks for powers-of-two subsequences of the tour.
|
/prebuilts/go/linux-x86/src/runtime/ |
sqrt.go | 34 // Scale x to y in [1,4) with even powers of 2:
|
/external/ImageMagick/MagickCore/ |
identify.c | 357 powers[MaximumNumberOfImageMoments] = 378 GetMagickPrecision(),pow(scale,powers[0])* 384 powers[i]),GetMagickPrecision(),channel_moments[channel].invariant[i]); 355 powers[MaximumNumberOfImageMoments] = local [all...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256_amd64.go | 106 // table will store precomputed powers of x. The four words at index 464 // precomp is a table of precomputed points that stores powers of p
|
p256_s390x.go | 100 // table will store precomputed powers of x. The 32 bytes at index 422 // precomp is a table of precomputed points that stores powers of p
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256_amd64.go | 106 // table will store precomputed powers of x. The four words at index 464 // precomp is a table of precomputed points that stores powers of p
|
p256_s390x.go | 100 // table will store precomputed powers of x. The 32 bytes at index 422 // precomp is a table of precomputed points that stores powers of p
|
/prebuilts/go/darwin-x86/src/cmd/link/ |
link_test.go | 16 It was grand to see how the wind awoke, and bent the trees, and drove the rain before it like a cloud of smoke; and to hear the solemn thunder, and to see the lightning; and while thinking with awe of the tremendous powers by which our little lives are encompassed, to consider how beneficent they are, and how upon the smallest flower and leaf there was already a freshness poured from all this seeming rage, which seemed to make creation new again.`
|