Searched defs:exponent (Results 51 - 75 of 127) sorted by relevance

123456

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java55 * The rule's radix (the radix to the power of the exponent equals
61 * The rule's exponent (the radix raised to the power of the exponent
64 private short exponent = 0; field in class:NFRule
148 && rule1.baseValue % (Math.pow(rule1.radix, rule1.exponent)) == 0)
179 // both rules have the same radix and exponent (i.e., the
182 rule2.exponent = rule1.exponent;
228 * exponent according to the descriptor. (If the description doesn't
314 // accordingly, and recalculate the rule's exponent
[all...]
H A DNFSubstitution.java224 * @param exponent The exponent of the divisor
226 public void setDivisor(int radix, int exponent) { argument
680 * @param exponent The exponent of the divisor.
682 public void setDivisor(int radix, int exponent) { argument
683 divisor = Math.pow(radix, exponent);
854 * @param exponent The exponent of the divisor.
856 public void setDivisor(int radix, int exponent) { argument
[all...]
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp32 std::string exponent = "0"; local
33 if ( indexDigit != std::string::npos ) // There is an exponent different from 0
35 exponent = s.substr( indexDigit );
37 return normalized + exponent;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext32.h12 unsigned short exponent; member in struct:_fpreg
17 unsigned short exponent; member in struct:_fpxreg
H A Dsigcontext.h58 unsigned short exponent; member in struct:_fpreg
63 unsigned short exponent; member in struct:_fpxreg
/external/libpng/contrib/gregbook/
H A Dwpng.c189 /* First get the default value for our display-system exponent, i.e.,
190 * the product of the CRT exponent and the exponent corresponding to
199 /* third-party utilities can modify the default LUT exponent */
239 double exponent = atof(p); local
241 if (exponent > 0.0)
242 default_gamma = 1.0 / exponent;
407 " exp \ttransfer-function exponent (``gamma'') of the image in\n"
410 "\t\t inverse of display-system exponent, i.e., 1 / (LUT * CRT)\n"
411 "\t\t (where LUT = lookup-table exponent an
[all...]
/external/llvm/lib/Support/
H A DAPFloat.cpp110 /* Return the value of a decimal exponent of the form
113 If the exponent overflows, returns a large exponent with the
132 assert(absExponent < 10U && "Invalid character in exponent");
138 assert(value < 10U && "Invalid character in exponent");
149 assert(p == end && "Invalid exponent in exponent");
165 int exponent = 0;
181 assert(value < 10U && "Invalid character in exponent");
194 exponent
245 int exponent; member in struct:decimalInfo
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h91 are going to do a max of this value with the minimum rgb9e5 exponent
152 int exponent; local
156 exponent = v.field.biasedexponent - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS;
157 scale = (float) pow(2, exponent);
/external/skia/tests/
H A DScalarTest.cpp79 int exponent = bits << 1 >> 24; local
80 return exponent != 0xFF;
/external/v8/src/
H A Dbignum-dtoa.cc19 static int NormalizedExponent(uint64_t significand, int exponent) { argument
23 exponent = exponent - 1;
25 return exponent;
31 static int EstimatePower(int exponent);
75 int exponent = Double(v).Exponent(); local
76 int normalized_exponent = NormalizedExponent(significand, exponent);
246 // exponent (decimal_point), when rounding upwards.
334 // v = f * 2^exponent and 2^52 <= f < 2^53.
335 // v is hence a normalized double with the given exponent
348 EstimatePower(int exponent) argument
432 int exponent = Double(v).Exponent(); local
484 int exponent = Double(v).Exponent(); local
[all...]
H A Ddouble.h130 // exponent as m_plus.
144 // Note: denormals have the same exponent as the smallest normals.
181 int exponent = diy_fp.e(); local
184 exponent++;
186 if (exponent >= kMaxExponent) {
189 if (exponent < kDenormalExponent) {
192 while (exponent > kDenormalExponent && (significand & kHiddenBit) == 0) {
194 exponent--;
197 if (exponent == kDenormalExponent && (significand & kHiddenBit) == 0) {
200 biased_exponent = static_cast<uint64_t>(exponent
[all...]
H A Dfast-dtoa.cc18 // The minimal and maximal target exponent define the range of w's binary
19 // exponent, where 'w' is the result of multiplying the input by a cached power
223 int* exponent) {
230 *exponent = 9;
238 *exponent = 8;
246 *exponent = 7;
255 *exponent = 6;
263 *exponent = 5;
271 *exponent = 4;
280 *exponent
220 BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power, int* exponent) argument
[all...]
H A Dfixed-dtoa.cc202 // point at bit (-exponent).
204 // -128 <= exponent <= 0.
205 // 0 <= fractionals * 2^exponent < 1
212 static void FillFractionals(uint64_t fractionals, int exponent, argument
215 DCHECK(-128 <= exponent && exponent <= 0);
217 // (-exponent). Inside the function the non-converted remainder of fractionals
219 if (-exponent <= 64) {
222 int point = -exponent;
247 DCHECK(64 < -exponent
296 int exponent = Double(v).Exponent(); local
347 significand <<= exponent; local
[all...]
H A Dconversions.cc166 int exponent = decimal_point - 1; local
167 if (exponent < 0) exponent = -exponent;
168 builder.AddDecimalInteger(exponent);
268 int exponent,
272 if (exponent < 0) {
274 exponent = -exponent;
278 // letter 'e', a minus or a plus depending on the exponent, an
267 CreateExponentialRepresentation(char* decimal_rep, int exponent, bool negative, int significant_digits) argument
336 int exponent = decimal_point - 1; local
369 int exponent = decimal_point - 1; local
[all...]
/external/aac/libSBRdec/src/
H A Denv_dec.cpp646 Energy levels are transmitted in powers of 2, i.e. only the exponent
655 part of the exponent for each reference energy. The array iEnvelope
669 int exponent; local
691 exponent = (LONG)h_sbr_data->iEnvelope[i];
695 exponent = exponent >> ampShift;
699 exponent (result will be between 0.500000 and 0.999999)
701 mask = 1; /* begin with lowest bit of exponent */
704 if (exponent & mask) {
705 /* The current bit of the exponent i
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFraction.java182 final long exponent = bits & 0x7ff0000000000000L;
184 if (exponent != 0) {
191 int k = ((int) (exponent >> 52)) - 1075;
932 * <tt>(this<sup>exponent</sup>)</tt>, returning the result in reduced form.
935 * @param exponent
936 * exponent to which this <code>BigInteger</code> is to be
938 * @return <tt>this<sup>exponent</sup></tt>.
940 public BigFraction pow(final int exponent) { argument
941 if (exponent < 0) {
942 return new BigFraction(denominator.pow(-exponent), numerato
957 pow(final long exponent) argument
976 pow(final BigInteger exponent) argument
996 pow(final double exponent) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DRandomDataImpl.java682 * @param exponent the exponent of the ZipfDistribution
683 * @return random value sampled from the Zipf(numberOfElements, exponent) distribution
687 public int nextZipf(int numberOfElements, double exponent) throws MathException { argument
688 return nextInversionDeviate(new ZipfDistributionImpl(numberOfElements, exponent));
/external/eigen/Eigen/src/Core/
H A DFunctors.h803 inline scalar_pow_op(const Scalar& exponent) : m_exponent(exponent) {} argument
/external/freetype/src/cff/
H A Dcffparse.c135 FT_Long result, number, exponent; local
146 exponent = 0;
178 /* Increase exponent if we can't add the digit. */
222 /* Read exponent, if any. */
250 /* Arbitrarily limit exponent. */
251 if ( exponent > 1000 )
254 exponent = exponent * 10 + nib;
258 exponent = -exponent;
[all...]
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp110 /// Normalize the representation of floating-point number by stripped leading 0 in exponent.
125 std::string exponent = "0"; local
126 if ( indexDigit != std::string::npos ) // There is an exponent different from 0
128 exponent = s.substr( indexDigit );
130 return normalized + exponent;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c135 FT_Long result, number, exponent; local
146 exponent = 0;
178 /* Increase exponent if we can't add the digit. */
222 /* Read exponent, if any. */
250 /* Arbitrarily limit exponent. */
251 if ( exponent > 1000 )
254 exponent = exponent * 10 + nib;
258 exponent = -exponent;
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c166 WebRtc_UWord32 exponent; local
284 exponent = WEBRTC_SPL_UMUL(0x0000004C, msec);
286 /* do the approx with positive exponent so that value is actually rf^-1
288 reductionFactor = WEBRTC_SPL_RSHIFT_U32(0x01000000 | (exponent & 0x00FFFFFF),
289 WEBRTC_SPL_RSHIFT_U32(exponent, 24));
/external/aac/libAACdec/src/
H A Dblock.cpp404 UINT exponent = 32 - freeBits; local
415 value = fMultDiv2((FIXP_DBL)temp, MantissaTabler[exponent]);
418 scaleValueInPlace(&value, scale + ExponentTabler[exponent] + 1);
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h152 #define DECNUMMAXE 999999999 /* maximum adjusted exponent ditto */
153 #define DECNUMMINE -999999999 /* minimum adjusted exponent ditto */
158 #error Maximum exponent mismatch
161 #error Minimum exponent mismatch
283 Int exponent; /* Unadjusted signed exponent (q), or */ member in struct:__anon5668
287 /* Test if exponent or bcdnum exponent must be a special, etc. */
291 #define NUMISSPECIAL(num) (EXPISSPECIAL((num)->exponent))
341 /* DFISINT -- test for finite and exponent
[all...]
H A Dnfsubs.cpp89 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
90 divisor = uprv_pow(radix, exponent);
141 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
142 divisor = uprv_pow(radix, exponent);
530 * @param exponent The exponent of the divisor
533 NFSubstitution::setDivisor(int32_t /*radix*/, int32_t /*exponent*/, UErrorCode& /*status*/) {

Completed in 869 milliseconds

123456