/external/smali/util/src/main/java/org/jf/util/ |
NumberUtils.java | 84 // try to strip off any small imprecision near the end of the mantissa 126 // try to strip off any small imprecision near the end of the mantissa
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_flog.c | 87 /* get the most significant bits for mantissa lookup */ 90 /* interpolate mantissa */
|
/frameworks/native/opengl/libagl/ |
fp.h | 54 inline int32_t mantissa(GLfloat) CONST; 153 int32_t mantissa(GLfloat v) { function in namespace:android::gl
|
/toolchain/binutils/binutils-2.27/gas/config/ |
atof-ieee.c | 268 between the exponent and the mantissa. */ 414 mantissa. */ 511 /* Round the mantissa up, but don't change the number. */ 567 This cannot happen on the m68k where the mantissa 613 /* The rest of the words are just mantissa bits. */ 620 /* Since the NEXT bit is a 1, round UP the mantissa. 622 us to let the mantissa overflow into the exponent, and 754 between the exponent and mantissa. Hence the precision is
|
/external/libgsm/src/ |
rpe.c | 230 /* Compute exponent and mantissa of the decoded version of xmaxc 310 * can be calculated by using the exponent and the mantissa part of 314 * multiplication by the inverse of the mantissa (NRFAC[0..7] 327 temp2 = gsm_NRFAC[ mant ]; /* inverse mantissa */ 357 * the mantissa of xmaxc (FAC[0..7]).
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
packing.inl | 53 ((f >> 13) & 0x03ff); // Mantissa 71 ((f >> 17) & 0x003f); // Mantissa 89 ((p & 0x003f) << 17); // Mantissa 110 ((f >> 18) & 0x001f); // Mantissa 131 ((p & 0x001f) << 18); // Mantissa
|
/prebuilts/go/darwin-x86/src/strconv/ |
ftoa.go | 7 // 1) store mantissa in multiprecision decimal 229 // If mantissa is zero, the number is zero; stop now. 282 // the original mantissa is even, so that IEEE round-to-even 283 // would round to the original mantissa and not the neighbors. 425 // mantissa
|
/prebuilts/go/linux-x86/src/strconv/ |
ftoa.go | 7 // 1) store mantissa in multiprecision decimal 229 // If mantissa is zero, the number is zero; stop now. 282 // the original mantissa is even, so that IEEE round-to-even 283 // would round to the original mantissa and not the neighbors. 425 // mantissa
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
packing.inl | 53 ((f >> 13) & 0x03ff); // Mantissa 71 ((f >> 17) & 0x003f); // Mantissa 89 ((p & 0x003f) << 17); // Mantissa 110 ((f >> 18) & 0x001f); // Mantissa 131 ((p & 0x001f) << 18); // Mantissa
|
/external/vixl/src/aarch64/ |
logic-aarch64.cc | 50 uint64_t mantissa, 55 mantissa, 64 uint64_t mantissa, 69 mantissa, 78 uint64_t mantissa, 82 kFloat16MantissaBits>(sign, exponent, mantissa, round_mode); 150 // - The payload (mantissa) is transferred entirely, except that the top 186 uint32_t mantissa = local 197 // Calculate shift required to put mantissa into the most-significant bits 198 // of the destination mantissa 252 uint32_t mantissa = ExtractUnsignedBitfield32(22, 0, raw); local 302 uint64_t mantissa = ExtractUnsignedBitfield64(51, 0, raw); local 389 uint64_t mantissa = ExtractUnsignedBitfield64(51, 0, raw); local [all...] |
/external/v8/src/arm64/ |
simulator-arm64.cc | [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
BoundedRational.java | 74 long mantissa = (allBits & ((1L << 52) - 1)); local 80 int exp = biased_exp - 1075; // 1023 + 52; we treat mantissa as integer. 84 mantissa += (1L << 52); // Implied leading one. 86 BigInteger num = BigInteger.valueOf(sign * mantissa); 174 // We get the mantissa by dividing the numerator by denominator, after 207 final long mantissa = bigMantissa.longValue(); 208 final long bits = (mantissa & ((1l << 52) - 1)) | (((long) exponent + 1023) << 52);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_atanl.c | 51 /* Extract the exponent and the first few bits of the mantissa. */
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSUtils.java | 79 double mantissa = r.nextDouble(); local 82 double rand = sign * mantissa * Math.pow(2.0, exponent); 130 float mantissa = r.nextFloat(); local 133 float rand = sign * mantissa * (float) Math.pow(2.0, exponent);
|
/device/google/contexthub/firmware/lib/builtins/ |
aeabi_l2f.c | 78 ((su_int)a & 0x007FFFFF); /* mantissa */
|
aeabi_ul2f.c | 75 ((su_int)a & 0x007FFFFF); /* mantissa */
|
/external/aac/libAACenc/src/ |
quantize.cpp | 208 /* calculate "mantissa" ^4/3 */ 215 /* multiply "mantissa" ^4/3 with exponent multiplier */ 243 /* calculate "mantissa" ^4/3 */ 250 /* multiply "mantissa" ^4/3 with exponent multiplier */
|
/external/aac/libSBRdec/src/ |
env_extr.h | 128 6). The remaining bits in each word are used for the mantissa (should be at 133 the mantissa would be simplified and the masks #MASK_E resp. #MASK_M would 139 << EXP_BITS) /*!< Mask for extracting the mantissa of a pseudo float \ 150 1 << (EXP_BITS - 1))) /*!< 0.5-offset for rounding the mantissa of a \
|
/external/compiler-rt/lib/builtins/ |
floatdisf.c | 78 ((su_int)a & 0x007FFFFF); /* mantissa */
|
floattisf.c | 78 ((su_int)a & 0x007FFFFF); /* mantissa */
|
floattixf.c | 80 fb.u.low.all = (du_int)a; /* mantissa */
|
floatundisf.c | 75 ((su_int)a & 0x007FFFFF); /* mantissa */
|
floatuntisf.c | 75 ((su_int)a & 0x007FFFFF); /* mantissa */
|
floatuntixf.c | 77 fb.u.low.all = (du_int)a; /* mantissa */
|
/external/deqp/framework/delibs/debase/ |
deMathTest.c | 40 return x > ((1 << 24) - 1); /* remaining part does not fit in the mantissa? */
|