Home
last modified time | relevance | path

Searched refs:test_isinf (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Dsemi.h30 char *test_isinf(uint32 *x, uint32 *out);
Dsemi.c605 char *test_isinf(uint32 *x, uint32 *out) in test_isinf() function
Ddotest.c587 {"isinf", (funcptr)test_isinf, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
/third_party/mindspore/tests/st/numpy_native/
Dtest_logic_ops.py226 def test_isinf(): function
/third_party/python/Lib/test/
Dtest_cmath.py567 def test_isinf(self): member in CMathTests