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

1 2 3 45 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquol.c 39 * fractional mantissa, if the architecture doesn't have such a bit by
63 * - The low part of the mantissa fits in a manl_t exactly.
64 * - The high part of the mantissa fits in an int64_t with enough room
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 164 * The exponent is 1023 and the mantissa is all 1s.
185 * The exponent is 1023 and the mantissa is all 1s.
205 * The exponent is 1023 and the mantissa is all 1s.
246 * The exponent is 1023 and the mantissa is all 0s.
267 * The exponent is 1023 and the mantissa is all 0s
288 * The exponent is 1023 and the mantissa is all 0s
438 * The exponent is 1023 and the mantissa is all 1s.
451 * The exponent is 1023 and the mantissa is all 1s.
464 * The exponent is 1023 and the mantissa is all 1s.
497 * The exponent is 1023 and the mantissa is all 0s
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c 171 * mantissa, followed by the most significant. The buffer is
189 * mantissa, with the possible exception of the highest-order
269 * mantissa, followed by the most significant. The buffer is
299 * mantissa, with the possible exception of the highest-order
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
mathimpl.h 46 * TRUNC() is a macro that sets the trailing 27 bits in the mantissa of an
  /external/compiler-rt/lib/builtins/
floatdixf.c 42 fb.u.low.all = a << clz; /* mantissa */
floatundixf.c 38 fb.u.low.all = a << clz; /* mantissa */
floatdidf.c 103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
104 fb.u.s.low = (su_int)a; /* mantissa-low */
floatundidf.c 102 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
103 fb.u.s.low = (su_int)a; /* mantissa-low */
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 801 * \param m_rval is the unshifted mantissa bits of f_rval
839 * mantissa: 0:9
841 * Let f16 be a float16 value. The sign, exponent, and mantissa
856 * mantissa: 0:22
858 * Let f32 be a float32 value. The sign, exponent, and mantissa
887 * with an even mantissa. This rounding behavior has several benefits:
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Convert.h 59 if ((exp == 0) && (mant != 0)) // Adjust exponent and mantissa for denormals
79 /// number of mantissa bits.
88 // Extract the sign, exponent, and mantissa
114 mant = (1 << numMantissaBits) - 1; // 0x3F for 6 bit mantissa.
133 // convert exponent and mantissa to 16 bit format
142 if ((mant & (0x3 << numMantissaBits)) != 0) // 0x60 = 0x3 << (num Mantissa Bits)
157 /// number of mantissa bits.
165 // Extract the sign, exponent, and mantissa
205 // convert exponent and mantissa to 16 bit format
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ResourceHelper.java 276 int mantissa = (int)(
279 mantissa = (-mantissa) & TypedValue.COMPLEX_MANTISSA_MASK;
283 | (mantissa<<TypedValue.COMPLEX_MANTISSA_SHIFT);
  /external/skia/src/core/
SkHalf.cpp 84 // Set mantissa
  /external/skqp/src/core/
SkHalf.cpp 84 // Set mantissa
  /external/vixl/test/aarch64/
test-simulator-inputs-aarch64.h 112 /* lowest-order bit which will fit in the float's mantissa. */ \
126 /* - A mantissa that overflows into the exponent during rounding. */ \
142 /* lowest-order bit which will fit in the float's mantissa. */ \
198 /* - The lowest-order mantissa bit has value 1. */ \
208 /* - The lowest-order mantissa bit has value 0.5. */ \
218 /* - The lowest-order mantissa bit has value 0.25. */ \
371 /* - The lowest-order mantissa bit has value 1. */ \
381 /* - The lowest-order mantissa bit has value 0.5. */ \
391 /* - The lowest-order mantissa bit has value 0.25. */ \
    [all...]
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 40 sll $t2,$a0,8 /* mantissa<<8 */
  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-checks 27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 29 // The former has an even mantissa, so "1e23" rounds to 1e23-8388608.
  /prebuilts/go/darwin-x86/test/
float_lit2.go 18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa:
20 // f? is an odd mantissa, so the halfway point (f?+f?)/2 rounds to f? and is rejected.
67 // These are required to work: according to the Go spec, the internal float mantissa must be at least 256 bits,
68 // and these expressions can be represented exactly with a 256-bit mantissa.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 29 // The former has an even mantissa, so "1e23" rounds to 1e23-8388608.
  /prebuilts/go/linux-x86/test/
float_lit2.go 18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa:
20 // f? is an odd mantissa, so the halfway point (f?+f?)/2 rounds to f? and is rejected.
67 // These are required to work: according to the Go spec, the internal float mantissa must be at least 256 bits,
68 // and these expressions can be represented exactly with a 256-bit mantissa.
  /toolchain/binutils/binutils-2.27/gas/config/
atof-vax.c 293 mantissa. */
332 /* The rest of the words are just mantissa bits. */
338 /* Since the NEXT bit is a 1, round UP the mantissa.
340 us to let the mantissa overflow into the exponent, and
  /external/vixl/src/aarch64/
simulator-aarch64.h 58 // mantissa: The mantissa of the input. The top bit (which is not encoded for
65 // mantissa has the value 'pow(2, exponent)'.
72 uint64_t mantissa,
81 // encodable as a float, but rounding based on the low-order mantissa bits
95 // mantissa = 0bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
126 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / |
128 // mantissa = (mantissa >> shift) + halfbit(adjusted);
136 if (mantissa == 0)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 185 * There are 52 bits in the mantissa of a double.
256 * Get the high order bits from the mantissa.
260 * @return the high order part of the mantissa
3435 long mantissa = bits & 0x000fffffffffffffL; local
3519 int mantissa = bits & 0x007fffff; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 574 int mantissa, exponent; local
576 mantissa = (int)((prec >> 4) & 0x0f) % 10;
579 val = mantissa * poweroften[exponent];
595 int mantissa; local
617 mantissa = cmval / poweroften[exponent];
618 if (mantissa > 9)
619 mantissa = 9;
621 retval = (u_int8_t)((mantissa << 4) | exponent);
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 60 // subtract one, since the LSB of the mantissa will be >
62 // the length, in bits, of the mantissa. In that case, we

Completed in 3640 milliseconds

1 2 3 45 6 7 8 91011>>