/hardware/google/aemu/base/include/aemu/base/testing/ |
D | GTestUtils.h | 40 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/ |
D | closest_point.inl | 14 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
|
D | intersect.inl | 133 typename genType::value_type distance; local 134 …phere( rayStarting, rayNormalizedDirection, sphereCenter, sphereRadius * sphereRadius, distance ) ) 136 intersectionPosition = rayStarting + rayNormalizedDirection * distance;
|
D | polar_coordinates.inl | 19 xz_dist); // xz distance
|
D | simd_vec4.hpp | 433 float distance(
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 84 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/ |
D | BaseFrame.aidl | 61 float distance;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/ |
D | BaseFrame.aidl | 41 float distance;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/ |
D | BaseFrame.aidl | 42 float distance;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
D | BaseFrame.aidl | 42 float distance;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
D | BaseFrame.aidl | 41 float distance;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/ |
D | BaseFrame.aidl | 41 float distance;
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | types.hal | 67 * 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/ |
D | types.hal | 48 * 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/ |
D | drm_encoder.cpp | 54 using std::distance; 159 int encoder_index = distance(encoder_pool_.begin(), encoder) + 1; // 1-indexed port in Reserve()
|
D | drm_connector.cpp | 741 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/ |
D | HalUtils.cpp | 39 ret.reserve(std::distance(kOperandTypeRange.begin(), kOperandTypeRange.end())); in nonExtensionOperandPerformance()
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_geometric.hpp | 37 GLM_FUNC_DECL T distance(
|
D | func_geometric.inl | 147 // 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/ |
D | VtsHalAudioControlV1_0TargetTest.cpp | 133 int contextRange = std::distance(hidl_enum_range<ContextNumber>().begin(), in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcToBc3.comp | 180 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/ |
D | ringbuffer.cpp | 138 auto collect_last = std::min(std::distance(ringbuffer.begin(), ts_filter_begin), in collect_max_after()
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 412 float distance; member
|
/hardware/qcom/sm7250/display/libhistogram/ |
D | ringbuffer.cpp | 149 auto collect_last = std::min(std::distance(ringbuffer.begin(), ts_filter_begin), in collect_max_after()
|
/hardware/libhardware/include_all/hardware/ |
D | sensors.h | 412 float distance; member
|