HomeSort by relevance Sort by last modified time
    Searched refs:precision (Results 226 - 250 of 1387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
nan-legacy-3.d 15 FP ABI: Hard float \(double precision\)
nan-legacy-4.d 16 FP ABI: Hard float \(double precision\)
nan-legacy-5.d 15 FP ABI: Hard float \(double precision\)
r6-attr-none-double.d 4 #name: MIPS infer fpabi (double-precision)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-1-ph.d 19 FP ABI: Hard float \(double precision\)
attr-gnu-4-2-ph.d 19 FP ABI: Hard float \(single precision\)
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 101 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
107 glu::Precision m_precision;
113 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
115 , m_precision (precision)
126 static bool isValidFloat (glu::Precision precision, float val)
128 if (precision == glu::PRECISION_MEDIUMP)
141 static bool isValidFloatVec (glu::Precision precision, const tcu::Vector<float, Size>& vec
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 103 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
109 glu::Precision m_precision;
115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
117 , m_precision (precision)
128 static bool isValidFloat (glu::Precision precision, float val)
130 if (precision == glu::PRECISION_MEDIUMP)
143 static bool isValidFloatVec (glu::Precision precision, const tcu::Vector<float, Size>& vec
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 101 int precision = 46; local
103 MathContext mc = new MathContext(precision, rm);
118 int precision = 46; local
120 MathContext mc = new MathContext(precision, rm);
175 int precision = 4; local
177 MathContext mc = new MathContext(precision, rm);
199 int precision = 4; local
201 MathContext mc = new MathContext(precision, rm);
216 int precision = 4; local
218 MathContext mc = new MathContext(precision, rm)
291 int precision = 21; local
354 int precision = 21; local
381 int precision = 5; local
675 int precision = 5; local
    [all...]
BigDecimalCompareTest.java 62 int precision = 15; local
64 MathContext mc = new MathContext(precision, rm);
78 int precision = 41; local
80 MathContext mc = new MathContext(precision, rm);
373 int precision = 37; local
375 MathContext mc = new MathContext(precision, rm);
403 int precision = 46; local
405 MathContext mc = new MathContext(precision, rm);
433 int precision = 37; local
435 MathContext mc = new MathContext(precision, rm)
463 int precision = 46; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
265 precision = 3
281 precision += 1
303 print "%d loops -> %.*g secs" % (number, precision, x)
313 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
317 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
321 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
324 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /external/python/cpython2/Lib/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
278 precision = 3
294 precision += 1
318 print "%d loops -> %.*g secs" % (number, precision, x)
328 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
332 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
336 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
339 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 13 const char* output, GrSLPrecision precision) {
16 this->addVarying(input->fName, &v, precision);
22 GrSLPrecision precision) {
25 this->addFlatVarying(input->fName, &v, precision);
38 GrSLPrecision precision,
45 v.fPrecision = (kDefault_GrSLPrecision == precision) ? kMedium_GrSLPrecision : precision;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
267 precision = 3
283 precision += 1
305 print "%d loops -> %.*g secs" % (number, precision, x)
315 print "raw times:", " ".join(["%.*g" % (precision, x) for x in r])
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /toolchain/binutils/binutils-2.25/gas/config/
atof-vax.c 23 /* Precision in LittleNums. */
203 int precision; /* Number of 16-bit words in the format. */
213 if (what_kind_of_float (what_kind, &precision, &exponent_bits))
226 f.high = f.low + precision - 1 + GUARD;
250 int precision;
254 return_value = what_kind_of_float (format_letter, &precision, &exponent_bits);
263 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision);
333 for (; lp < words + precision; lp++)
200 int precision; \/* Number of 16-bit words in the format. *\/ local
246 int precision; local
  /device/google/contexthub/firmware/os/core/
printf.c 32 uint32_t precision; member in struct:PrintfData
51 if (data->precision > sizeof(buf) - 1)
52 data->precision = sizeof(buf) - 1;
92 while (data->precision > numPrinted) {
219 data.precision = 0;
247 if (data.precision)
248 len = StrVPrintf_StrLen_withMax(str,data.precision);
301 data.precision = (data.precision * 10) + c - '0';
  /external/deqp/framework/delibs/decpp/
deStringUtil.hpp 49 std::string floatToString (float val, int precision);
  /external/flac/libFLAC/
float.c 269 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision)
280 if(precision > LOG2_LOOKUP_PRECISION)
281 precision = LOG2_LOOKUP_PRECISION;
287 while (x > ONE && k < precision) {
  /external/google-benchmark/src/
string_util.cc 32 void ToExponentAndMantissa(double val, double thresh, int precision,
43 // in 'precision' digits.
45 std::max(thresh, 1.0 / std::pow(10.0, precision));
103 int precision) {
106 ToExponentAndMantissa(value, threshold, precision, 1024.0, &mantissa,
121 // 1 means that we should show one decimal place of precision.
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
acos_valarray.pass.cpp 26 o.precision(p);
asin_valarray.pass.cpp 26 o.precision(p);
atan2_valarray_value.pass.cpp 26 o.precision(p);

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>