Home
last modified time | relevance | path

Searched defs:test_min (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_min.cpp51 int test_min(cl_device_id device, cl_context context, cl_command_queue queue, int n_elems) in test_min() function
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp8 void test_min() { in test_min() function
/external/python/cpython2/Lib/test/
Dtest_decimal.py2038 def test_min(self): member in ContextAPItests
Dtest_builtin.py832 def test_min(self): member in BuiltinTest
/external/python/cpython3/Lib/test/
Dtest_builtin.py1069 def test_min(self): member in BuiltinTest
Dtest_decimal.py3301 def test_min(self): member in ContextAPItests
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2972 static inline T test_min (T x, T y) in test_min() function in vkt::SpirVAssembly::TestMath