/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
OverlayPlaneBase.cpp | 885 pCoeff[pos].mantissa = icoeff << res; 889 pCoeff[pos].mantissa = icoeff << res; 893 pCoeff[pos].mantissa = icoeff << res; 897 pCoeff[pos].mantissa = icoeff << res; [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
OverlayPlaneBase.cpp | 865 pCoeff[pos].mantissa = icoeff << res; 869 pCoeff[pos].mantissa = icoeff << res; 873 pCoeff[pos].mantissa = icoeff << res; 877 pCoeff[pos].mantissa = icoeff << res; [all...] |
/external/aac/libFDK/include/ |
mdct.h | 191 * (see definition of MDCT_OUTPUT_GAIN) to given mantissa factor and exponent. 192 * \param pGain pointer to the mantissa of a gain factor to be applied to IMDCT
|
qmf.h | 194 FIXP_DBL outGain_m; /*!< Mantissa of gain output data (syn only) (init with 291 FIXP_DBL outputGain, /*!< New gain for output data (mantissa) */
|
/external/capstone/arch/AArch64/ |
AArch64AddressingModes.h | 193 uint8_t Mantissa = Imm & 0xf; 205 FPUnion.I |= Mantissa << 19;
|
/external/deqp/framework/delibs/debase/ |
deInt32.c | 71 * \param rcp Pointer to resulting reciprocal "mantissa" value. 74 * The returned value is split into an exponent part and a mantissa part for
|
deMath.c | 143 /* 24 bits are representable (23 mantissa + 1 implicit). */
|
/external/mesa3d/src/amd/addrlib/core/ |
addrelemlib.cpp | 278 // round the IEEE mantissa to mantissa size 281 *pResult = value.i >> (23-bits+4);// shift off unused mantissa bits 289 // round the IEEE mantissa to mantissa size 291 *pResult = value.i >> (23-bits+4); // shift off unused mantissa bits [all...] |
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
stateless_random_ops.cc | 150 // Form 22 random mantissa bits, with a leading 1 bit. The leading 1 bit 151 // forces the random bits into the mantissa.
|
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_common.inl | 42 const unsigned int mantissa:23, exp:8, sign:1; 45 ieee754_QNAN() : f(0.0)/*, mantissa(0x7FFFFF), exp(0xFF), sign(0x0)*/ {}
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
intrinsic_common.inl | 42 const unsigned int mantissa:23, exp:8, sign:1; 45 ieee754_QNAN() : f(0.0)/*, mantissa(0x7FFFFF), exp(0xFF), sign(0x0)*/ {}
|
/external/aac/libSBRdec/src/ |
hbe.cpp | [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-tic4x.c | 239 int mantissa_bits; /* Bits in mantissa field. */ 244 unsigned int smant; /* Scaled mantissa. */ 246 unsigned int mover; /* Mantissa overflow bits */ 281 followed by 23 bits of mantissa. The mantissa is expressed in 285 effective mantissa is thus 24 bits. Zero is represented by an 290 followed by 11 bits of mantissa. The mantissa is expressed in 294 effective mantissa is thus 12 bits. Zero is represented by an 313 and f is the fraction stored in the mantissa field [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 192 * Get expsign and mantissa as 16 bit and 64 bit ints from an 80 bit long 205 * Get expsign and mantissa as one 16 bit and two 64 bit ints from a 128 bit 229 * mantissa. 242 * comprising the mantissa.
|
/cts/hostsidetests/security/securityPatch/CVE-2016-2471/ |
poc.c | 72 __s32 m; /* Mantissa */
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Float16ArithmeticTest.java | 97 // NaN can have any non-zero mantissa. Do not use equality check
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 741 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, 743 return mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, 747 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { 748 return mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 196 * Get expsign and mantissa as 16 bit and 64 bit ints from an 80 bit long 209 * Get expsign and mantissa as one 16 bit and two 64 bit ints from a 128 bit 233 * mantissa. 246 * comprising the mantissa.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pow.py | 119 # mantissa bits, though, and thereafer fiveto will be even.
|
/external/adhd/cras/src/dsp/ |
drc_math.h | 25 unsigned int mantissa:23; member in struct:ieee754_float::__anon14107
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
ConvergingAlgorithm.java | 102 * achieved due to large values or short mantissa length.</p>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
package.html | 50 where sign is ±1, mantissa represents a fractional number between
|
/external/eigen/lapack/ |
dlamch.f | 43 *> t = number of (base) digits in the mantissa
|
slamch.f | 47 *> t = number of (base) digits in the mantissa
|
/external/icu/icu4c/source/i18n/ |
digitformatter.h | 103 * Options for formatting the mantissa.
|