Home
last modified time | relevance | path

Searched refs:test_invalid_operations (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A DSubTest.h52 void test_invalid_operations(SubFunc func) { in test_invalid_operations() function
145 test_invalid_operations(&func); \
H A DAddTest.h53 void test_invalid_operations(AddFunc func) { in test_invalid_operations() function
145 test_invalid_operations(&func); \
H A DMulTest.h62 void test_invalid_operations(MulFunc func) { in test_invalid_operations() function
157 test_invalid_operations(&func); \
H A DDivTest.h61 void test_invalid_operations(DivFunc func) { in test_invalid_operations() function
163 test_invalid_operations(&func); \
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_io.py339 def test_invalid_operations(self): member in IOTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_io.py404 def test_invalid_operations(self): member in IOTest