Home
last modified time | relevance | path

Searched refs:test_fmod (Results 1 – 20 of 20) sorted by relevance

/external/arm-optimized-routines/math/test/rtest/
Dsemi.h15 char *test_fmod(uint32 *a, uint32 *b, uint32 *out);
Dsemi.c130 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() function
Ddotest.c613 {"fmod", (funcptr)test_fmod, semi2, {NULL}, cases_semi2},
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dsemi.h16 char *test_fmod(uint32 *a, uint32 *b, uint32 *out);
Dsemi.c131 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() function
Ddotest.c572 {"fmod", (funcptr)test_fmod, semi2, {NULL}, cases_semi2},
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dsemi.h16 char *test_fmod(uint32 *a, uint32 *b, uint32 *out);
Dsemi.c131 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() function
Ddotest.c572 {"fmod", (funcptr)test_fmod, semi2, {NULL}, cases_semi2},
/external/pytorch/test/torch_np/
Dtest_binary_ufuncs.py73 def test_fmod(self): member in TestBinaryUfuncBasic
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp207 void test_fmod() { in test_fmod() function
939 test_fmod(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp207 void test_fmod() { in test_fmod() function
939 test_fmod(); in main()
/external/pytorch/test/
Dtest_tensorexpr.py641 def test_fmod(x, y): function
674 test_fmod,
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp304 void test_fmod() in test_fmod() function
1480 test_fmod(); in main()
/external/pytorch/test/onnx/
Dtest_operators.py954 def test_fmod(self): member in TestOperators
Dtest_pytorch_onnx_onnxruntime.py7513 def test_fmod(self): member in TestONNXRuntime
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp307 void test_fmod() in test_fmod() function
1531 test_fmod(); in main()
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp346 void test_fmod() in test_fmod() function
1665 test_fmod(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp346 void test_fmod() in test_fmod() function
1665 test_fmod(); in main()
/external/pytorch/test/inductor/
Dtest_torchinductor.py5369 def test_fmod(self): member in CommonTemplate