/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | intrinsics.h | 114 const uint a_max = max(a0, a1); in compare_exchange_descending() local 122 const uint a_max = max(a0, a1); in compare_exchange_ascending() local 163 const ulong a_max = max(a0, a1); in compare_exchange_descending_ulong() local 171 const ulong a_max = max(a0, a1); in compare_exchange_ascending_ulong() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_matmul_op_test.cc | 329 const float a_max = 2006.27f; in TEST_F() local
|
/aosp_15_r20/system/media/tests/ |
H A D | aidl_effects_utils_test.cpp | 115 const int a_min, a_max, b_min, b_max; member in FindSharedCapabilityTest
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ |
H A D | benchmark_test.cc | 251 int a_max = 10; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_se… in PathArcTo() 1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local 1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.cpp | 1228 const char* a_max = nullptr; in addLimit() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 200 def clip(a, a_min, a_max): # pylint: disable=missing-docstring argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | tensor_utils_test.cc | 1376 float a_min, a_max; in TEST() local
|
/aosp_15_r20/external/bc/src/ |
H A D | num.c | 514 bool a_max, neg = false; in bc_num_cmp() local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | dec_neon.c | 681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_api_test.cpp | 5041 void test_uniform(at::Tensor a_vulkan, const float a_min, const float a_max) { in test_uniform() 5071 float a_max = -1.4f; in TEST_F() local 5080 float a_max = 1.0f; in TEST_F() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 1271 int a_max, neg = 0; in bc_num_cmp() local
|