HomeSort by relevance Sort by last modified time
    Searched full:mantissa (Results 151 - 175 of 670) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/i18n/
nfrs.h 87 // convert mantissa portion of double to int64
digitlst.h 420 * becomes the mantissa and the exponent is returned.
421 * @param minIntDigitCount minimum integer digits in mantissa
423 * in mantissa is as close to the minimum as possible.
  /external/libpng/contrib/tools/
intgamma.sh 54 * mantissa. The numbers are 32-bit fractions.
  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 114 /* Exponent / Mantissa */
u_format_pack.py 212 point mantissa'''
221 # We can represent integers up to mantissa + 1 bits exactly
399 # bigger than single precision mantissa, use double
408 # bigger than single precision mantissa, use double
420 # bigger than single precision mantissa, use double
  /external/mesa3d/src/util/
format_srgb.h 106 /* Grab next-highest mantissa bits and perform linear interpolation */
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 93 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayHardware.h 151 uint16_t mantissa; member in struct:android::intel::__anon47709
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h 155 uint16_t mantissa; member in struct:android::intel::__anon47755
  /toolchain/binutils/binutils-2.27/gas/
flonum.h 27 * MANTISSA * (2 ** EXPONENT). *
  /bionic/libc/dns/resolv/
res_debug.c 765 int mantissa, exponent; local
767 mantissa = (int)((prec >> 4) & 0x0f) % 10;
770 val = mantissa * poweroften[exponent];
783 int mantissa; local
805 mantissa = cmval / poweroften[exponent];
806 if (mantissa > 9)
807 mantissa = 9;
809 retval = (mantissa << 4) | exponent;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 17 // overflow and also mantissa precision for Mpflts.
242 // approximate float64 mantissa m and decimal exponent d
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go 17 // overflow and also mantissa precision for Mpflts.
242 // approximate float64 mantissa m and decimal exponent d
  /external/libxml2/
trionan.c 101 * o DBL_MANT_DIG == 53: The mantissa is 52 bits wide, but because
104 * the ability to represent 53 bits wide mantissa.
143 /* Mask for the mantissa */
395 * pattern, and a non-empty mantissa.
475 * pattern, and an empty mantissa.
539 * mantissa.
  /external/vixl/src/
utils-vixl.h 281 float FloatPack(uint32_t sign, uint32_t exp, uint32_t mantissa);
285 uint32_t mantissa)) {
286 return FloatPack(sign, exp, mantissa);
289 double DoublePack(uint64_t sign, uint64_t exp, uint64_t mantissa);
293 uint64_t mantissa)) {
294 return DoublePack(sign, exp, mantissa);
  /prebuilts/go/darwin-x86/src/math/big/
floatconv_test.go 82 // decimal mantissa, binary exponent
92 // binary mantissa, decimal exponent
103 // binary mantissa, binary exponent
112 // hexadecimal mantissa and exponent
305 // the actually available mantissa precision matters.
330 // actualPrec returns the number of actually used mantissa bits.
  /prebuilts/go/linux-x86/src/math/big/
floatconv_test.go 82 // decimal mantissa, binary exponent
92 // binary mantissa, decimal exponent
103 // binary mantissa, binary exponent
112 // hexadecimal mantissa and exponent
305 // the actually available mantissa precision matters.
330 // actualPrec returns the number of actually used mantissa bits.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 55 * where sign is &plusmn;1, mantissa represents a fractional number between
163 /** Mantissa. */
266 long mantissa = bits & 0x000fffffffffffffL; local
278 while ( (mantissa & 0x0010000000000000L) == 0) {
280 mantissa <<= 1;
282 mantissa &= 0x000fffffffffffffL;
300 Dfp xdfp = new Dfp(field, mantissa);
505 // Make the mantissa length right by adding zeros at the end if necessary
663 /** Shift the mantissa left, and adjust the exponent to compensate.
675 /** Shift the mantissa right, and adjust the exponent to compensate
2356 long mantissa = Long.parseLong(str); local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc 68 uint32_t* mantissa,
70 // input_base10 = mantissa * 2^exp
81 *mantissa = (input_base10 >> exponent);
246 // | Num SSRC | BR Exp | BR Mantissa |
256 uint32_t mantissa = 0; local
258 ComputeMantissaAnd6bitBase2Exponent(remb_item.BitRate, 18, &mantissa, &exp);
267 AssignUWord8(buffer, pos, (exp << 2) + ((mantissa >> 16) & 0x03));
268 AssignUWord8(buffer, pos, mantissa >> 8);
269 AssignUWord8(buffer, pos, mantissa);
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 31 /* mantissa array may be shared between many BigDecimal objects, */
62 /* 1997.10.06 Change mantissa to a byte array */
375 * The value of the mantissa.
393 * Note that this property can have a value less than MinExp when the mantissa has more than one digit.
549 last = -1; // last character of mantissa
558 d++; // still in mantissa
564 dotoff = i - offset; // offset into mantissa
574 d++; // still in mantissa
620 bad(inchars); // no mantissa digits
650 /* Create the mantissa array *
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 28 /* mantissa array may be shared between many BigDecimal objects, */
59 /* 1997.10.06 Change mantissa to a byte array */
384 * The value of the mantissa.
402 * Note that this property can have a value less than MinExp when the mantissa has more than one digit.
563 last = -1; // last character of mantissa
572 d++; // still in mantissa
578 dotoff = i - offset; // offset into mantissa
588 d++; // still in mantissa
634 bad(inchars); // no mantissa digits
664 /* Create the mantissa array *
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 30 /* mantissa array may be shared between many BigDecimal objects, */
61 /* 1997.10.06 Change mantissa to a byte array */
386 * The value of the mantissa.
404 * Note that this property can have a value less than MinExp when the mantissa has more than one digit.
565 last = -1; // last character of mantissa
574 d++; // still in mantissa
580 dotoff = i - offset; // offset into mantissa
590 d++; // still in mantissa
636 bad(inchars); // no mantissa digits
666 /* Create the mantissa array *
    [all...]
  /device/google/contexthub/util/common/
JSONObject.cpp 312 int32_t mantissa; local
313 if (parseInt32(&data[firstDigitOffset], numDigits, &mantissa) != 0) {
331 float x = (float)mantissa;
  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_SimpleStorage.java 135 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; local
136 primary = (mantissa << (exponent - 52));
208 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; local
212 primary = (mantissa << (exponent - 52));
218 primary = (mantissa >> shift); // integer part
220 long fraction = (mantissa - (primary << shift)) + 1L; // TODO: Explain the +1L
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_SimpleStorage.java 132 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; local
133 primary = (mantissa << (exponent - 52));
205 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; local
209 primary = (mantissa << (exponent - 52));
215 primary = (mantissa >> shift); // integer part
217 long fraction = (mantissa - (primary << shift)) + 1L; // TODO: Explain the +1L

Completed in 1766 milliseconds

1 2 3 4 5 67 8 91011>>