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

<<71727374757677787980>>

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
logistic_regressor_test.py 55 # AUC/precision/recall/etc will change meaningfully even on a toy dataset.
107 # Precision improves from 0.0 to 1.0.
  /external/tensorflow/tensorflow/contrib/tensor_forest/client/
eval_metrics.py 131 'precision': _precision,
146 'precision': INFERENCE_PRED_NAME,
  /external/toybox/toys/posix/
printf.c 8 * todo: *m$ ala printf("%1$d:%2$.*3$d:%4$.*3$d\n", hour, min, precision, sec);
99 // Parse width.precision between % and type indicator.
  /external/v8/testing/gtest/test/
gtest-message_test.cc 66 // Both numbers should be printed with enough precision.
75 // Both numbers should be printed with enough precision.
  /external/valgrind/none/tests/
unit_debuglog.c 115 fprintf(stderr, "...testing precision = '*'\n");
122 fprintf(stderr, "...testing width/precision = '*'\n");
  /external/vulkan-validation-layers/libs/glm/gtx/
euler_angles.hpp 142 template <typename T, precision P>
147 template <typename T, precision P>
rotate_normalized_axis.inl 31 template <typename T, precision P>
73 template <typename T, precision P>
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-message_test.cc 66 // Both numbers should be printed with enough precision.
75 // Both numbers should be printed with enough precision.
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 118 // An index on the source input buffer with sub-sample precision. It must be
119 // double precision to avoid drift.
  /frameworks/av/media/libaudioprocessing/include/media/
AudioResampler.h 124 // The double precision equivalent (float may not be precise enough):
131 // (so long as double precision is computed accurately enough to be considered
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Process.c 123 * Select single or double precision as required
238 * Select single or double precision as required
  /frameworks/base/libs/hwui/
Program.cpp 160 // offset screenspace xy by an amount that compensates for typical precision
164 // little as 12.4 precision, so we offset by slightly more than 1/16.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 52 // The constant min_dist, below, is an arbitrary number that gives good enough precision in
55 "precision mediump float;\n" +
GrainFilter.java 51 "precision mediump float;\n" +
70 "precision mediump float;\n" +
SaturateFilter.java 41 "precision mediump float;\n" +
55 "precision mediump float;\n" +
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 24 private static final float PRECISION = 0.002f;
58 float[] pointComponents = path.approximate(PRECISION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
FreePathInterpolator.java 41 private static final float PRECISION = 0.002f;
57 float[] pointComponents = path.approximate(PRECISION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 122 // Don't consume events for high precision pointing devices. For this purpose a stylus is
123 // considered low precision (like a finger), so its events may be consumed.
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 342 // Check to see if we have any FP precision-related pragmas.
360 ALOGE("Full and relaxed precision specified at the same time!");
366 // adb shell setprop debug.rs.precision rs_fp_full
367 // adb shell setprop debug.rs.precision rs_fp_relaxed
368 // adb shell setprop debug.rs.precision rs_fp_imprecise
370 const std::string PrecisionPropName("debug.rs.precision");
371 property_get("debug.rs.precision", PrecisionPropBuf, "");
384 ALOGE("Unrecognized debug.rs.precision %s", PrecisionPropBuf);
  /frameworks/ml/nn/runtime/
ModelBuilder.h 142 // precision as low as that of the IEEE 754 16-bit floating-point format.
144 // range and precision of the IEEE 754 32-bit floating-point format.
  /frameworks/rs/cpu_ref/
rsCpuScript.h 182 // Re-compile if floating point precision has been overridden.
183 android::renderscript::property_get("debug.rs.precision", buf, "");
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestEvents.java 270 1.0f, // x precision
271 1.0f, // y precision
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 32 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
41 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvents.java 272 1.0f, // x precision
273 1.0f, // y precision
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestEvents.java 272 1.0f, // x precision
273 1.0f, // y precision

Completed in 1237 milliseconds

<<71727374757677787980>>