Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 25 of 67) sorted by relevance

123

/hardware/google/aemu/base/include/aemu/base/testing/
DGTestUtils.h40 std::distance(std::begin(expected), std::end(expected)); in RangesMatch()
41 const auto actualSize = std::distance(std::begin(actual), std::end(actual)); in RangesMatch()
51 const auto index = std::distance(std::begin(expected), itExp); in RangesMatch()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dclosest_point.inl14 T LineLength = distance(a, b);
18 // Project Vector to LineDirection to get the distance of point from a
34 T LineLength = distance(a, b);
38 // Project Vector to LineDirection to get the distance of point from a
Dintersect.inl133 typename genType::value_type distance; local
134 …phere( rayStarting, rayNormalizedDirection, sphereCenter, sphereRadius * sphereRadius, distance ) )
136 intersectionPosition = rayStarting + rayNormalizedDirection * distance;
Dpolar_coordinates.inl19 xz_dist); // xz distance
Dsimd_vec4.hpp433 float distance(
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp84 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_init() local
85 distance_sum += distance; in kmeans_init()
86 distances[i] = distance; in kmeans_init()
129 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_init() local
130 distance = astc::min(distance, distances[i]); in kmeans_init()
131 distance_sum += distance; in kmeans_init()
132 distances[i] = distance; in kmeans_init()
168 float distance = dot_s(diff * diff, blk.channel_weight); in kmeans_assign() local
169 if (distance < best_distance) in kmeans_assign()
171 best_distance = distance; in kmeans_assign()
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DBaseFrame.aidl61 float distance;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DBaseFrame.aidl41 float distance;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DBaseFrame.aidl42 float distance;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DBaseFrame.aidl42 float distance;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DBaseFrame.aidl41 float distance;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DBaseFrame.aidl41 float distance;
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal67 * Stride describes the distance in bytes from the first value of one row of
73 * chromaStep is the distance in bytes from one chroma pixel value to the
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal48 * Stride describes the distance in bytes from the first value of one row of
54 * chromaStep is the distance in bytes from one chroma pixel value to the
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_encoder.cpp54 using std::distance;
159 int encoder_index = distance(encoder_pool_.begin(), encoder) + 1; // 1-indexed port in Reserve()
Ddrm_connector.cpp741 index = std::distance(props->props, in GetInfo()
749 index = std::distance(props->props, in GetInfo()
757 index = std::distance(props->props, in GetInfo()
765 index = std::distance(props->props, in GetInfo()
773 index = std::distance(props->props, in GetInfo()
779 index = std::distance(props->props, in GetInfo()
786 index = std::distance(props->props, in GetInfo()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DHalUtils.cpp39 ret.reserve(std::distance(kOperandTypeRange.begin(), kOperandTypeRange.end())); in nonExtensionOperandPerformance()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.hpp37 GLM_FUNC_DECL T distance(
Dfunc_geometric.inl147 // distance
149 GLM_FUNC_QUALIFIER genType distance(genType const & p0, genType const & p1) function
151 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'distance' accepts only floating-point…
157 GLM_FUNC_QUALIFIER T distance(vecType<T, P> const & p0, vecType<T, P> const & p1) function
/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
DVtsHalAudioControlV1_0TargetTest.cpp133 int contextRange = std::distance(hidl_enum_range<ContextNumber>().begin(), in TEST_P()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToBc3.comp180 float distance = dot(rgbColor, principalAxis);
181 float minDistance = subgroupClusteredMin(distance, 16);
182 float maxDistance = subgroupClusteredMax(distance, 16);
184 uvec2 indices = uvec2(distance == minDistance ? gl_SubgroupInvocationID : 0,
185 distance == maxDistance ? gl_SubgroupInvocationID : 0);
/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp138 auto collect_last = std::min(std::distance(ringbuffer.begin(), ts_filter_begin), in collect_max_after()
/hardware/libhardware/include/hardware/
Dsensors.h412 float distance; member
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp149 auto collect_last = std::min(std::distance(ringbuffer.begin(), ts_filter_begin), in collect_max_after()
/hardware/libhardware/include_all/hardware/
Dsensors.h412 float distance; member

123