Searched defs:a_max (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/vulkan/grl/gpu/ |
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
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_matmul_op_test.cc | 329 const float a_max = 2006.27f; in TEST_F() local
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_test.cc | 251 int a_max = 10; in TEST() local
|
/external/mesa3d/src/imgui/ |
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
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 200 def clip(a, a_min, a_max): # pylint: disable=missing-docstring argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 1376 float a_min, a_max; in TEST() local
|
/external/bc/src/ |
D | num.c | 514 bool a_max, neg = false; in bc_num_cmp() local
|
/external/webp/src/dsp/ |
D | dec_neon.c | 681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
|
/external/pytorch/aten/src/ATen/test/ |
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
|
/external/toybox/toys/pending/ |
D | bc.c | 1271 int a_max, neg = 0; in bc_num_cmp() local
|