Home
last modified time | relevance | path

Searched defs:a_max (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/vulkan/grl/gpu/
Dintrinsics.h114 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/
Dquantized_matmul_op_test.cc329 const float a_max = 2006.27f; in TEST_F() local
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_test.cc251 int a_max = 10; in TEST() local
/external/mesa3d/src/imgui/
Dimgui_draw.cpp953 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/
Dnp_math_ops.py200 def clip(a, a_min, a_max): # pylint: disable=missing-docstring argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc1376 float a_min, a_max; in TEST() local
/external/bc/src/
Dnum.c514 bool a_max, neg = false; in bc_num_cmp() local
/external/webp/src/dsp/
Ddec_neon.c681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
/external/pytorch/aten/src/ATen/test/
Dvulkan_api_test.cpp5041 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/
Dbc.c1271 int a_max, neg = 0; in bc_num_cmp() local