Home
last modified time | relevance | path

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

/third_party/boost/libs/random/test/
Dtest_generate_canonical.cpp98 BOOST_AUTO_TEST_CASE(test_max) in BOOST_AUTO_TEST_CASE() argument
/third_party/python/Lib/test/
Dtest_audioop.py34 def test_max(self): member in TestAudioop
Dtest_builtin.py1010 def test_max(self): member in BuiltinTest
Dtest_decimal.py3288 def test_max(self): member in ContextAPItests
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/
Dcconv_test.py51 def test_max(x, y): function
/third_party/boost/libs/detail/test/
Dnumeric_traits_test.cpp262 const Number test_max = (sizeof(Number) < sizeof(boost::intmax_t)) in test_aux() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2964 static inline T test_max (T x, T y) in test_max() function in vkt::SpirVAssembly::TestMath