/external/tensorflow/tensorflow/compiler/xla/service/ |
elemental_ir_emitter.cc | 66 // Last remaining mantissa bit. 71 // mantissa bit is 1. 83 // correct; the non-masked mantissa bits will all be zero, and the 143 // undesirable (except in the case with no mantissa bits, in which case it 144 // is mandatory). This logic also handles cases where mantissa-rounding 145 // causes a NaN's mantissa to overflow into the exponent bits, which would [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | 2641 uint32_t mantissa = classed & 0x007fffff; local 3172 uint64_t mantissa = classed & 0x000fffffffffffff; local [all...] |
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormat.java | 212 * <td>Separates mantissa and exponent in scientific notation. 250 * <p>Numbers in scientific notation are expressed as the product of a mantissa 252 * mantissa is often in the range 1.0 ≤ x {@literal <} 10.0, but it need not 285 * <li>The number of significant digits in the mantissa is the sum of the [all...] |
/external/aac/libAACdec/src/ |
usacdec_lpd.cpp | 726 * \return mantissa of energy value. 769 * \param rms_e pointer to mantissa of energy value. 773 * \param gain_m pointer to mantissa of TCX gain. [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DecimalFormatSymbols.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DecimalFormatSymbols.java | [all...] |
/prebuilts/go/darwin-x86/doc/ |
go1.5.html | 706 a variable-length mantissa, and a 32-bit fixed-size signed exponent. 707 The precision of a <code>Float</code> (the mantissa size in bits) 710 Once created, the size of a <code>Float</code>'s mantissa may be modified with the [all...] |
/prebuilts/go/linux-x86/doc/ |
go1.5.html | 706 a variable-length mantissa, and a 32-bit fixed-size signed exponent. 707 The precision of a <code>Float</code> (the mantissa size in bits) 710 Once created, the size of a <code>Float</code>'s mantissa may be modified with the [all...] |
/external/tensorflow/tensorflow/docs_src/performance/xla/ |
operation_semantics.md | [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 130 // which we would need to shift right the high part of the mantissa. 144 // Set the implicit 1 before the mantissa part in scratch_high. 248 // and not all mantissa bits (0..51) clear. 257 // Shift out flag and all exponent bits, retaining only mantissa. 259 // Or with all low-bits of mantissa. 263 // if all bits in mantissa are zero (it's an Infinity) and non-zero if [all...] |
/external/v8/src/ppc/ |
code-stubs-ppc.cc | 130 // which we would need to shift right the high part of the mantissa. 144 // Set the implicit 1 before the mantissa part in scratch_high. 258 // and not all mantissa bits (0..51) clear. 267 // Shift out flag and all exponent bits, retaining only mantissa. 269 // Or with all low-bits of mantissa. 274 // if all bits in mantissa are zero (it's an Infinity) and non-zero if [all...] |
/external/v8/src/s390/ |
code-stubs-s390.cc | 128 // which we would need to shift right the high part of the mantissa. 144 // Set the implicit 1 before the mantissa part in scratch_high. 258 // and not all mantissa bits (0..51) clear. 267 // Shift out flag and all exponent bits, retaining only mantissa. 269 // Or with all low-bits of mantissa. 274 // if all bits in mantissa are zero (it's an Infinity) and non-zero if [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
VolumeShaperTest.java | 419 // (For example, 0.1 is a repeating mantissa in binary, 420 // but 0.25, 0.5 can be expressed with few mantissa bits). [all...] |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
format_types.h | 1002 uint32_t mantissa = pMan[i] | local [all...] |
/external/mesa3d/src/mesa/program/ |
prog_execute.c | 754 GLfloat mantissa = frexpf(t[0], &exponent); local 756 q[1] = 2.0F * mantissa; /* map [.5, 1) -> [1, 2) */ [all...] |
/external/pdfium/third_party/lcms/src/ |
cmshalf.c | 34 static cmsUInt32Number Mantissa[2048] = { [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_07_part2.c | 142 * Mantissa goes from 1 to ((1 << 52) - 1) (52 bits) 157 * Mantissa: 23 bits [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 142 * Mantissa goes from 1 to ((1 << 52) - 1) (52 bits) 157 * Mantissa: 23 bits [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Double.java | 815 * (sometimes called the mantissa) of the floating-point number. [all...] |
Float.java | 724 * the mantissa) of the floating-point number. 766 * the mantissa) of the floating-point number. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
limits | 198 integer types, the number of non-sign bits in the mantissa; for 199 floating types, the number of @c radix digits in the mantissa. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
limits | 198 integer types, the number of non-sign bits in the mantissa; for 199 floating types, the number of @c radix digits in the mantissa. */ [all...] |
/prebuilts/go/darwin-x86/src/go/constant/ |
value.go | 65 // Maximum supported mantissa precision. 195 // approximate float64 mantissa m and decimal exponent d
|
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 65 // Maximum supported mantissa precision. 195 // approximate float64 mantissa m and decimal exponent d
|
/cts/tests/tests/util/src/android/util/cts/ |
JsonReaderTest.java | 397 // A 52 bit mantissa isn't sufficient to precisely represent any of these [all...] |