HomeSort by relevance Sort by last modified time
    Searched full:precision (Results 1301 - 1325 of 7852) sorted by null

<<51525354555657585960>>

  /external/mesa3d/src/glx/
xf86dri.h 3 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
22 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  /external/python/cpython2/Lib/test/
test_format.py 79 # test some ridiculously large precision, expect overflow
82 # check for internal overflow validation on length of precision
149 # next one gets two leading zeroes from precision, and another from the
185 # next one gets one leading zero from precision
189 # but reduce precision, and base marker should add a zero
191 # one leading zero from precision, and another from "0" flag & width
350 self.assertEqual(str(cm.exception), "precision too big")
357 self.assertEqual(str(cm.exception), "precision too big")
  /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/include/core/
SkPathMeasure.h 24 resScale controls the precision of the measure. values > 1 increase the
25 precision (and possible slow down the computation).
  /external/skia/src/core/
SkHalf.h 24 // convert between half and single precision floating point
28 // Convert between half and single precision floating point,
  /external/skqp/include/core/
SkPathMeasure.h 24 resScale controls the precision of the measure. values > 1 increase the
25 precision (and possible slow down the computation).
  /external/skqp/src/core/
SkHalf.h 24 // convert between half and single precision floating point
28 // Convert between half and single precision floating point,
  /external/strace/
print_timex.c 58 tprintf(", constant=%jd, precision=%ju, tolerance=%jd, time=",
59 (intmax_t) tx.constant, (uintmax_t) tx.precision,
  /external/strace/tests/
adjtimex.c 63 printf(", constant=%jd, precision=%jd"
72 (intmax_t) tx->precision,
  /external/strace/tests-m32/
adjtimex.c 63 printf(", constant=%jd, precision=%jd"
72 (intmax_t) tx->precision,
  /external/strace/tests-mx32/
adjtimex.c 63 printf(", constant=%jd, precision=%jd"
72 (intmax_t) tx->precision,
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 31 // Single precision complex.
33 // Double precision complex.
tensor.proto 60 // and imaginary parts of i-th single precision complex.
70 // and imaginary parts of i-th double precision complex.
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DataType.java 24 /** 32-bit single precision floating point. */
27 /** 64-bit double precision floating point. */
  /external/valgrind/none/tests/ppc32/
test_dfp2.c 384 precision_type_t precision; member in struct:dfp_test
464 if (test_group.precision == LONG_TEST) {
473 if (test_group.precision == QUAD_TEST) {
483 if (test_group.precision == LONG_TEST) {
538 if (test_group.precision == LONG_TEST) {
547 if (test_group.precision == QUAD_TEST) {
557 if (test_group.precision) {
622 if (test_group.precision) {
  /external/valgrind/none/tests/ppc64/
test_dfp2.c 384 precision_type_t precision; member in struct:dfp_test
464 if (test_group.precision == LONG_TEST) {
473 if (test_group.precision == QUAD_TEST) {
483 if (test_group.precision == LONG_TEST) {
538 if (test_group.precision == LONG_TEST) {
547 if (test_group.precision == QUAD_TEST) {
557 if (test_group.precision) {
622 if (test_group.precision) {
  /external/vulkan-validation-layers/libs/glm/gtx/
fast_square_root.hpp 67 template <typename T, precision P, template <typename, precision> class vecType>
rotate_normalized_axis.hpp 68 template <typename T, precision P>
81 template <typename T, precision P>
vector_angle.hpp 69 template <typename T, precision P>
77 template <typename T, precision P>
  /external/webrtc/webrtc/system_wrappers/source/
tick_util.cc 119 // precision. This holds true until the elapsed time is ~11 days,
120 // at which point we'll start to lose some precision, though not enough to
  /frameworks/base/services/tests/servicestests/src/com/android/server/power/
PowerManagerServiceTest.java 45 private static final float PRECISION = 0.001f;
76 .isWithin(PRECISION).of(BRIGHTNESS_FACTOR);
  /frameworks/support/compat/src/main/java/androidx/core/view/animation/
PathInterpolatorApi14.java 31 private static final float PRECISION = 0.002f;
40 final int numPoints = (int) (pathLength / PRECISION) + 1;
  /hardware/intel/common/libva/va/x11/
va_dri.h 4 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
24 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  /packages/apps/Dialer/java/com/android/dialer/compat/
PathInterpolatorCompat.java 38 private static final float PRECISION = 0.002f;
47 final int numPoints = (int) (pathLength / PRECISION) + 1;
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 38 private static final float PRECISION = 0.002f;
47 final int numPoints = (int) (pathLength / PRECISION) + 1;

Completed in 1364 milliseconds

<<51525354555657585960>>