Searched defs:a_max (Results  1 – 8 of 8) sorted by relevance
| /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 | 463 	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/toybox/toys/pending/ | 
| D | bc.c | 1189   int a_max, neg = 0;  in bc_num_cmp()  local
  |