HomeSort by relevance Sort by last modified time
    Searched defs:distance (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/xz-java/src/org/tukaani/xz/
DeltaDecoder.java 15 private final int distance; field in class:DeltaDecoder
22 distance = (props[0] & 0xFF) + 1;
30 return new DeltaInputStream(in, distance);
DeltaOptions.java 19 * is the delta distance, which you should set to match your data.
22 * For example, with distance = 2 and eight-byte input
31 * Smallest supported delta calculation distance.
36 * Largest supported delta calculation distance.
40 private int distance = DISTANCE_MIN; field in class:DeltaOptions
43 * Creates new Delta options and sets the delta distance to 1 byte.
48 * Creates new Delta options and sets the distance to the given value.
50 public DeltaOptions(int distance) throws UnsupportedOptionsException {
51 setDistance(distance);
55 * Sets the delta distance in bytes. The new distance must be i
    [all...]
  /external/brotli/c/enc/
backward_references_hq.h 41 /* Distance associated with the length. */
42 uint32_t distance; member in struct:ZopfliNode
44 distance short code + 1 (or zero if no short code). */
57 /* Node position that provides next distance for distance cache. */
  /external/pdfium/core/fpdfapi/render/
cpdf_type3glyphs.cpp 22 float distance = fabs(pos - static_cast<float>(blues[i])); local
23 if (distance < 1.0f * 80.0f / 100.0f && distance < min_distance) {
24 min_distance = distance;
  /cts/tests/openglperf2/jni/graphics/
Vector2D.cpp 46 float Vector2D::distance(const Vector2D& v) { function in class:Vector2D
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 39 public String distance; field in class:Attraction
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 39 public String distance; field in class:Attraction
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Attraction.java 39 public String distance; field in class:Attraction
  /external/aac/libMpegTPEnc/src/
tpenc_adts.cpp 270 int distance; local
275 /* Write distance to current data block */
278 distance =
280 FDKwriteBits(&bsWriter, distance >> 3, 16);
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DeltaDecoder.java 41 final int distance = numberOptionOrDefault(options, 1); local
43 return new DeltaOptions(distance).getOutputStream(new FinishableWrapperOutputStream(out));
  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
elements.py 56 def distance(self, p): member in class:Point
57 """Calculate the distance between p and this point.
93 return self.center.distance(p) <= self.radius + TOLERANCE
  /external/flatbuffers/tests/MyGame/Example/
Ability.java 17 public long distance() { return (long)bb.getInt(bb_pos + 4) & 0xFFFFFFFFL; } method in class:Ability
18 public void mutateDistance(long distance) { bb.putInt(bb_pos + 4, (int)distance); }
20 public static int createAbility(FlatBufferBuilder builder, long id, long distance) {
22 builder.putInt((int)distance);
  /external/skia/fuzz/
FuzzPathMeasure.cpp 17 SkScalar distance[6]; local
19 fuzz->next(&distance[index]);
29 ignoreResult(measure.getPosTan(distance[0], &position, &tangent));
31 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1));
33 ignoreResult(measure.getPosTan(distance[3], &position, &tangent));
34 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1));
  /external/skqp/fuzz/
FuzzPathMeasure.cpp 17 SkScalar distance[6]; local
19 fuzz->next(&distance[index]);
29 ignoreResult(measure.getPosTan(distance[0], &position, &tangent));
31 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1));
33 ignoreResult(measure.getPosTan(distance[3], &position, &tangent));
34 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1));
  /external/tensorflow/tensorflow/compiler/xla/service/
ar_crs_combiner.h 89 int64 distance; member in struct:xla::ArCrsCombiner::ArCrsPair
93 : ar(all_reduce), crs(cross_replica_sum), distance(dist) {}
97 ", distance: ", distance, ")");
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
ensure_uint8_weights_safe_for_fast_int8_kernels.cc 173 const int distance = i - index_of_previous_bad_value; local
178 // kernel, for instance, only has an issue when the distance between
184 if (distance < kMinDistanceBetweenBadValues) {
192 << index_of_previous_bad_value << ", distance=" << distance
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
array_util.h 56 // Returns the minimum distance between any two Points in the given
78 float Distance(CartesianPoint<T> a, CartesianPoint<T> b) {
88 // radius: distance from the camera in meters.
98 T distance() const { return s[2]; } function in struct:webrtc::SphericalPoint
covariance_matrix_generator.cc 54 BesselJ0(wave_number * Distance(geometry[i], geometry[j]));
105 float distance = std::cos(angle) * geometry[c_ix].x() + local
107 float phase_shift = -2.f * M_PI * distance * freq_in_hertz / sound_speed;
  /external/xz-java/src/org/tukaani/xz/delta/
DeltaCoder.java 17 final int distance; field in class:DeltaCoder
21 DeltaCoder(int distance) {
22 if (distance < DISTANCE_MIN || distance > DISTANCE_MAX)
25 this.distance = distance;
  /external/ltp/testcases/kernel/syscalls/fork/
fork13.c 87 int child_exit_code, distance, reaped, status; local
99 distance = pid_distance(last_pid, pid);
100 if (distance == 0) {
149 /* The distance mod PIDMAX between two pids, where the first pid is
  /external/puffin/src/
puff_data.h 24 // Used for reading/writing length/distance pairs.
56 size_t distance; member in struct:puffin::PuffData
66 // 30: Maximum number of distance codes lengths.
73 // The headers for differentiating literals from length/distance pairs.
  /external/v8/src/compiler/
js-context-specialization.h 19 // Pair of a context and its distance from some point of reference.
21 OuterContext() : context(), distance() {}
23 : context(context_), distance(distance_) {}
25 size_t distance; member in struct:v8::internal::compiler::OuterContext
33 // thereof, as indicated by {outer}'s {distance}.
  /art/compiler/optimizing/
stack_map_stream.cc 238 // Distance is difference between this index and the index of last modification.
239 uint32_t distance = stack_maps_.size() - dex_register_timestamp_[i]; local
240 if (previous_dex_registers_[i] != reg || distance > kMaxDexRegisterMapSearchDistance) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
Path.java 65 float distance = MathsUtils.distanceCalculationOnXYPlane( local
68 length += Math.abs(distance);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java 135 double distance = SphericalUtil.computeDistanceBetween(curLatLng, entry.getValue()); local
136 if (minDistance == 0 || distance < minDistance) {
137 minDistance = distance;

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 91011