Searched
full:precision (Results
301 -
325 of
2047) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/asm-arm/ |
fpstate.h | 20 * - 16 double precision data registers
|
/external/libpng/ |
TODO | 22 Use greater precision when changing to linear gamma for compositing against
|
/external/llvm/test/CodeGen/Hexagon/ |
convertdptoint.ll | 2 ; Check that we generate conversion from double precision floating point
|
convertdptoll.ll | 2 ; Check that we generate conversion from double precision floating point
|
convertsptoint.ll | 2 ; Check that we generate conversion from single precision floating point
|
convertsptoll.ll | 2 ; Check that we generate conversion from single precision floating point
|
doubleconvert-ieee-rnd-near.ll | 2 ; Check that we generate conversion from double precision floating point
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetGammaRamp.3 | 11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
|
/external/skia/tools/ |
picture_utils.h | 19 // since PNG insists on unpremultiplying our alpha, we take no precision
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt_floor.c | 16 * Output precision is 16 bits. Note for large input values (close to
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Clock.h | 32 #define M4WAR_TIMESCALE_TOO_BIG M4OSA_ERR_CREATE(M4_WAR,M4OSA_CLOCK,0x000001) /**< Time precision too high for the system*/
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Private.h | 78 /* Precision of the filter */ 81 LVPSA_SimplePrecisionFilter, /* Simple precision */ 82 LVPSA_DoublePrecisionFilter /* Double precision */ 95 LVPSA_BPFilterPrecision_en *pBPFiltersPrecision; /* Points a nBands elements array that contains the filter precision for each band */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
typedefs.h | 240 * single or double precision arithmetic. Compiling with -DFLOAT32 241 * selects single precision; the default is double precision. 248 #else /* default to double precision floating point */
|
/ndk/tests/device/issue39680-chrono-resolution/jni/ |
issue39680-chrono-resolution.cpp | 21 cout << "- precision: ";
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
float.h | 139 precision of the type 141 to the range and precision of the double type, evaluate 143 precision of the long double type 145 precision of the long double type
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
float.h | 139 precision of the type 141 to the range and precision of the double type, evaluate 143 precision of the long double type 145 precision of the long double type
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ieee754.h | 32 /* This is the IEEE 754 single-precision format. */ 72 /* This is the IEEE 754 double-precision format. */ 134 /* This is the IEEE 854 double-extended-precision format. */ 161 /* This is for NaNs in the IEEE 854 double-extended-precision format. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ieee754.h | 32 /* This is the IEEE 754 single-precision format. */ 72 /* This is the IEEE 754 double-precision format. */ 134 /* This is the IEEE 854 double-extended-precision format. */ 161 /* This is for NaNs in the IEEE 854 double-extended-precision format. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ieee754.h | 32 /* This is the IEEE 754 single-precision format. */ 72 /* This is the IEEE 754 double-precision format. */ 134 /* This is the IEEE 854 double-extended-precision format. */ 161 /* This is for NaNs in the IEEE 854 double-extended-precision format. */
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 134 /* Double precision if (fc <= fs/110) */ 135 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */ 136 /* Single precision otherwise */ 165 pInstance->pBiquadType[i] = LVEQNB_SinglePrecision; /* Default to single precision */ 206 /* precision coefficients. */ 238 * Calculate the double precision coefficients 258 * Calculate the single precision coefficients
|
LVEQNB_CalcCoef.c | 40 /* Calculate double precision coefficients for a peaking filter */ 68 /* 2. The double precision coefficients are only used when fc is less than fs/85, so */ 71 /* lower precision maths. */ 73 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */ 178 /* Calculate single precision coefficients for a peaking filter */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
math_op.c | 21 | Isqrt() : inverse square root (16 bits precision). | 22 | Pow2() : 2^x (16 bits precision). | 23 | Log2() : log2 (16 bits precision). | 26 | These operations are not standard double precision operations. | 28 | precision is not necessary. For example, the function Div_32() has a | 29 | 24 bits precision which is enough for our purposes. | 34 | Word16 hi, lo : L_32 = hi<<16 + lo<<1 (DPF - Double Precision Format) |
|
/external/eigen/Eigen/src/Core/ |
DiagonalMatrix.h | 70 bool isApprox(const DiagonalBase<OtherDerived>& other, typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision()) const 72 return diagonal().isApprox(other.diagonal(), precision); 75 bool isApprox(const MatrixBase<OtherDerived>& other, typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision()) const 77 return toDenseMatrix().isApprox(other, precision); 267 * within the precision given by \a prec.
|
/external/mksh/src/ |
shf.c | 764 ssize_t field, precision, len; local 795 field = precision = 0; 821 precision = 0; 827 precision = tmp; 862 precision = tmp; 870 if (precision < 0) 871 precision = 0; 976 if (precision > len) { 977 field = precision; 981 precision = len [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iomanip | 197 * @brief Manipulator for @c precision. 198 * @param n The new precision. 200 * Sent to a stream object, this manipulator calls @c precision(n) for 215 __is.precision(__f._M_n); 223 __os.precision(__f._M_n);
|
Completed in 511 milliseconds
<<11121314151617181920>>