Home
last modified time | relevance | path

Searched refs:test_abs (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/abstract/
Dtest-sequencer.c115 lws_abs_t test_abs; in test_sequencer_cb() local
202 test_abs = s->original_abs; in test_sequencer_cb()
210 test_abs.at_tokens = s->uttt; in test_sequencer_cb()
212 s->instance = lws_abs_bind_and_create_instance(&test_abs); in test_sequencer_cb()
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_abs.py23 def test_abs(): function
/third_party/python/Lib/test/
Dtest_cmath.py505 def test_abs(self): member in CMathTests
Dtest_operator.py120 def test_abs(self): member in OperatorTestCase
Dtest_complex.py543 def test_abs(self): member in ComplexTest
Dtest_builtin.py174 def test_abs(self): member in BuiltinTest
Dtest_decimal.py2956 def test_abs(self): member in ContextAPItests
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2923 static inline T test_abs (T x) in test_abs() function in vkt::SpirVAssembly::TestMath