HomeSort by relevance Sort by last modified time
    Searched full:exponent (Results 101 - 125 of 1644) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
math_op.h 33 Word16 * exp /* (i/o) : exponent (value = frac x 2^exponent) */
45 Word16 * exp /* (o) : exponent of result (0..+30) */
52 Word16 * exp /* (o) : exponent of result (0..+30) */
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 60 /* precision (up to 999,999,999 digits) and arbitrary exponent */
69 /* be finite, positive, have an exponent of zero, and all digits */
71 /* which are 0 or 1 (and will have exponent=0 and a sign of 0). */
136 /* 4. Exponent checking is minimized by allowing the exponent to */
141 /* overflow (the most negative valid exponent is -1999999997, for */
142 /* a 999999999-digit number with adjusted exponent of -999999999). */
383 /* Invalid is set if the decNumber does not have exponent==0 or if */
391 /* special or too many digits, or bad exponent */
392 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad *
497 Int exponent=0; \/* working exponent [assume 0] *\/ local
4256 Int exponent; \/* working exponent *\/ local
4847 Int exponent; \/* work *\/ local
    [all...]
  /external/icu4c/i18n/
decNumber.c 60 /* precision (up to 999,999,999 digits) and arbitrary exponent */
69 /* be finite, positive, have an exponent of zero, and all digits */
71 /* which are 0 or 1 (and will have exponent=0 and a sign of 0). */
136 /* 4. Exponent checking is minimized by allowing the exponent to */
141 /* overflow (the most negative valid exponent is -1999999997, for */
142 /* a 999999999-digit number with adjusted exponent of -999999999). */
396 /* Invalid is set if the decNumber does not have exponent==0 or if */
404 /* special or too many digits, or bad exponent */
405 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad *
510 Int exponent=0; \/* working exponent [assume 0] *\/ local
4279 Int exponent; \/* working exponent *\/ local
4870 Int exponent; \/* work *\/ local
    [all...]
  /external/compiler-rt/lib/
adddf3.c 64 // Extract the exponent and significand from the (possibly swapped) a and b.
70 // Normalize any denormals, and adjust the exponent accordingly.
105 // and adjust the exponent:
117 // adjust the exponent:
129 // Result is denormal before rounding; the exponent is zero and we
143 // Insert the exponent and sign.
addsf3.c 63 // Extract the exponent and significand from the (possibly swapped) a and b.
69 // Normalize any denormals, and adjust the exponent accordingly.
104 // and adjust the exponent:
116 // adjust the exponent:
128 // Result is denormal before rounding; the exponent is zero and we
142 // Insert the exponent and sign.
mulsf3.c 63 // include the necessary exponent adjustment.
78 // and bumping the exponent accordingly.
85 // Normalize the significand, adjust exponent if needed.
93 // Result is denormal before rounding, the exponent is zero and we
99 // Result is normal before rounding; insert the exponent.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 40 If all exponent bits, the flag bit (if there is one),
43 If all exponent bits and the flag bit (if there is one) are 0,
46 If all exponent bits are 1 and all significand bits are 0,
49 If all exponent bits are 1 and at least one significand bit is 1,
58 sign bit + exponent bits + significand bits.
61 sign bit + exponent bits + flag bit + significand bits.
68 This covers all the exponent bits and the flag bit (if there is one),
191 a &= traits::exponent | traits::flag | traits::significand;
192 BOOST_MATH_INSTRUMENT_VARIABLE((traits::exponent | traits::flag | traits::significand));
202 if(a < traits::exponent) return FP_NORMAL
    [all...]
  /external/ceres-solver/internal/ceres/
polynomial.cc 74 // Decompose row_norm/col_norm into mantissa * 2^exponent,
76 // of frexp), as only the exponent is needed.
77 int exponent = 0; local
78 std::frexp(row_norm / col_norm, &exponent);
79 exponent /= 2;
81 if (exponent != 0) {
82 const double scaled_col_norm = std::ldexp(col_norm, exponent);
83 const double scaled_row_norm = std::ldexp(row_norm, -exponent);
89 companion_matrix_offdiagonal.row(i) *= std::ldexp(1.0, -exponent);
90 companion_matrix_offdiagonal.col(i) *= std::ldexp(1.0, exponent);
    [all...]
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 45 * Takes a String and an integer exponent. The String should hold a positive
46 * integer value (or zero). The exponent will be used to calculate the
49 * exponent. Returns the closest double value to the real number, or Double.longBitsToDouble(-1).
54 * Takes a String and an integer exponent. The String should hold a positive
55 * integer value (or zero). The exponent will be used to calculate the
58 * exponent. Returns the closest float value to the real number, or Float.intBitsToFloat(-1).
68 * space and trailing zeroes eliminated. The exponent of the
71 * raised to the power of the of the exponent.
118 // Parse the integer exponent.
125 // We already checked the string, so the exponent must have been out of range for an int
    [all...]
  /external/openssh/
jpake.c 256 BIGNUM *tmp, *exponent; local
280 (exponent = BN_new()) == NULL)
284 * client: exponent = x2 * s mod p
285 * server: exponent = x4 * s mod p
287 if (BN_mod_mul(exponent, mypriv2, s, grp->q, bn_ctx) != 1)
288 fatal("%s: BN_mod_mul (exponent = mypriv2 * s mod p)",
302 * client: a = tmp^exponent = g^((x1+x3+x4) * x2 * s) mod p
303 * server: b = tmp^exponent = g^((x1+x2+x3) * x4 * s) mod p
305 if (BN_mod_exp(*newpub, tmp, exponent, grp->p, bn_ctx) != 1)
306 fatal("%s: BN_mod_mul (newpub = tmp^exponent mod p)", __func__)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 69 BIGNUM* exponent = BN_new(); local
71 if (!pkey || !exponent || !rsa ||
72 !BN_set_word(exponent, 0x10001) || // 65537 RSA exponent
73 !RSA_generate_key_ex(rsa, KEY_LENGTH, exponent, NULL) ||
76 BN_free(exponent);
81 BN_free(exponent);
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 163 int exponent = getExponent(x); local
164 if (exponent < 0) {
168 BigInteger result = BigInteger.valueOf(significand).shiftLeft(exponent - SIGNIFICAND_BITS);
213 int exponent = getExponent(x); local
231 increment = exponent < 0 & !isPowerOfTwo(x);
234 increment = exponent >= 0 & !isPowerOfTwo(x);
241 // so log2(x) is never exactly exponent + 0.5.
247 return increment ? exponent + 1 : exponent;
  /bionic/libc/arch-arm/include/machine/
ieee.h 54 * Define the number of bits in each fraction and exponent.
159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
161 * Floats whose exponent is zero are either zero (iff all fraction
184 * Exponent biases.
  /bionic/libc/arch-mips/include/machine/
ieee.h 50 * Define the number of bits in each fraction and exponent.
146 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
147 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
148 * Floats whose exponent is zero are either zero (iff all fraction
165 * Exponent biases.
  /bionic/libc/arch-x86/include/machine/
ieee.h 51 * Define the number of bits in each fraction and exponent.
110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
112 * Floats whose exponent is zero are either zero (iff all fraction
129 * Exponent biases.
  /development/ndk/platforms/android-3/arch-arm/include/machine/
ieee.h 54 * Define the number of bits in each fraction and exponent.
159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
161 * Floats whose exponent is zero are either zero (iff all fraction
184 * Exponent biases.
  /development/ndk/platforms/android-9/arch-mips/include/machine/
ieee.h 50 * Define the number of bits in each fraction and exponent.
146 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
147 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
148 * Floats whose exponent is zero are either zero (iff all fraction
165 * Exponent biases.
  /development/ndk/platforms/android-9/arch-x86/include/machine/
ieee.h 51 * Define the number of bits in each fraction and exponent.
110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
112 * Floats whose exponent is zero are either zero (iff all fraction
129 * Exponent biases.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 192 : ('0'..'9')+ '.' ('0'..'9')* Exponent? FloatTypeSuffix?
193 | '.' ('0'..'9')+ Exponent? FloatTypeSuffix?
194 | ('0'..'9')+ Exponent FloatTypeSuffix?
195 | ('0'..'9')+ Exponent? FloatTypeSuffix
199 Exponent : ('e'|'E') ('+'|'-')? ('0'..'9')+ ;
  /external/bison/m4/
isnanl.m4 164 a sign bit or a mantissa bit (since the exponent never extends to
178 # define LDBL80_WORDS(exponent,manthi,mantlo) \
179 { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), \
184 # define LDBL80_WORDS(exponent,manthi,mantlo) \
185 { mantlo, manthi, exponent }
  /external/chromium_org/third_party/mesa/src/docs/
conform.html 170 Specular Exponent test passed.
171 Specular Exponent Normal test passed.
177 Spot Exponent and Positioning test passed.
178 Spot Exponent and Direction test passed.
283 Specular Exponent test passed.
284 Specular Exponent Normal test passed.
290 Spot Exponent and Positioning test passed.
291 Spot Exponent and Direction test passed.
396 Specular Exponent test passed.
397 Specular Exponent Normal test passed
    [all...]
  /external/chromium_org/v8/test/cctest/
test-code-stubs.cc 49 int32_t exponent = (((exponent_bits & shifted_mask) >> local
52 uint32_t unsigned_exponent = static_cast<uint32_t>(exponent);
57 if ((exponent - Double::kPhysicalSignificandSize) < 32) {
58 result = dbl.u[0] << (exponent - Double::kPhysicalSignificandSize);
63 big_result = big_result >> (Double::kPhysicalSignificandSize - exponent);
  /external/mesa3d/docs/
conform.html 170 Specular Exponent test passed.
171 Specular Exponent Normal test passed.
177 Spot Exponent and Positioning test passed.
178 Spot Exponent and Direction test passed.
283 Specular Exponent test passed.
284 Specular Exponent Normal test passed.
290 Spot Exponent and Positioning test passed.
291 Spot Exponent and Direction test passed.
396 Specular Exponent test passed.
397 Specular Exponent Normal test passed
    [all...]
  /libcore/luni/src/main/java/java/math/
Multiplication.java 101 * @param exp a positive {@code long} exponent
112 * It calculates a power of ten, which exponent could be out of 32-bit range.
114 * an exponent equals to: {@code Integer.MAX_VALUE - Integer.MIN_VALUE}.
115 * @param exp the exponent of power of ten, it must be positive.
178 * @param exp a positive {@code int} exponent
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
ieee.h 54 * Define the number of bits in each fraction and exponent.
159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are
160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN.
161 * Floats whose exponent is zero are either zero (iff all fraction
184 * Exponent biases.

Completed in 1125 milliseconds

1 2 3 45 6 7 8 91011>>