Searched
full:precision (Results
376 -
400 of
2047) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mmintrin-common.h | 90 /* Packed/scalar double precision floating point rounding. */ 115 /* Packed/scalar single precision floating point rounding. */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 96 __tmp.precision(__os.precision());
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 96 __tmp.precision(__os.precision());
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 96 __tmp.precision(__os.precision());
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 96 __tmp.precision(__os.precision());
|
/bionic/libc/stdio/ |
floatio.h | 41 /* 128 bit fraction takes up 39 decimal digits; max reasonable precision */
|
/bionic/libc/tzcode/ |
difftime.c | 23 ** (assuming that the larger type has more precision).
|
/cts/tests/tests/opengl/libopengltest/ |
vertex.h | 21 "precision mediump float;\n"
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
RendererTwoShaderTest.java | 28 private final String fragmentShaderCode = "precision mediump float; \n"
|
Shaders.java | 21 + "precision mediump float; \n"
|
/development/ndk/platforms/android-3/include/linux/ |
timex.h | 44 long precision; member in struct:timex
|
/external/ceres-solver/internal/ceres/ |
wall_time.h | 38 // high precision if OpenMP is available, otherwise only second granularity.
|
/external/dropbear/libtommath/etc/ |
makefile | 17 # same app but using RDTSC for higher precision [requires 80586+], coff based gcc installs [e.g. ming, cygwin, djgpp]
|
/external/dropbear/libtommath/mtest/ |
mpi-config.h | 58 #define MP_DEFPREC 64 /* default precision, in digits */
|
/external/eigen/unsupported/test/ |
mpreal_support.cpp | 13 // set precision to 256 bits (double has only 53 bits)
|
/external/icu4c/io/ |
uprintf.h | 34 int32_t fPrecision; /* Precision */
|
/external/llvm/lib/Support/ |
APSInt.cpp | 1 //===-- llvm/ADT/APSInt.cpp - Arbitrary Precision Signed Int ---*- C++ -*--===//
|
/external/llvm/lib/Target/ARM/ |
ARMInstrVFP.td | 103 // Some single precision VFP instructions may be executed on both NEON and VFP 117 // Some single precision VFP instructions may be executed on both NEON and VFP 128 // Double Precision 156 // Single Precision 165 // Some single precision VFP instructions may be executed on both NEON and 178 // Some single precision VFP instructions may be executed on both NEON and 191 // Some single precision VFP instructions may be executed on both NEON and 244 // Some single precision VFP instructions may be executed on both NEON and 260 // Some single precision VFP instructions may be executed on both NEON and 288 // Some single precision VFP instructions may be executed on both NEON an [all...] |
/external/llvm/test/Transforms/InstCombine/ |
apint-and-or-and.ll | 12 ; This tests arbitrary precision integers.
|
apint-not.ll | 2 ; when arbitrary precision integers are used.
|
/external/v8/test/cctest/ |
gay-precision.h | 42 // Gay's dtoa in mode "precision".
|
/external/webkit/Source/WebCore/inspector/front-end/ |
utilities.js | 826 function addSpecifierToken(specifier, precision, substitutionIndex) 828 tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); 855 var precision = -1; 857 // This is a precision specifier. If no digit follows the ".", 858 // then the precision should be zero. 860 precision = parseInt(format.substring(index)); 861 if (isNaN(precision)) 862 precision = 0; 867 addSpecifierToken(format[index], precision, substitutionIndex) [all...] |
/external/webrtc/src/common_audio/signal_processing/ |
levinson_durbin.c | 26 // Auto-correlation coefficients in high precision 28 // LPC coefficients in high precision 32 // Reflection coefficient in high precision 34 // Prediction gain Alpha in high precision and with scale factor
|
/external/zlib/src/doc/ |
txtvsbin.txt | 24 is low. Another weakness of this scheme is a reduced precision, due to 29 a much increased precision and a near-100% recall. This scheme is 73 [128..255], the precision rarely has to suffer if this upper range is 90 positives). This, however, incurs a reduced precision overall, since
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
oper_32b.h | 19 Content: Double precision operations
|
Completed in 2441 milliseconds
<<11121314151617181920>>