Home
last modified time | relevance | path

Searched defs:test_fmod (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py73 def test_fmod(self): member in TestBinaryUfuncBasic
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp304 void test_fmod() in test_fmod() function
/aosp_15_r20/external/arm-optimized-routines/math/test/rtest/
H A Dsemi.c130 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp307 void test_fmod() in test_fmod() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp342 void test_fmod() in test_fmod() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp207 void test_fmod() { in test_fmod() function
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_operators.py954 def test_fmod(self): member in TestOperators
H A Dtest_pytorch_onnx_onnxruntime.py7513 def test_fmod(self): member in TestONNXRuntime
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorexpr.py641 def test_fmod(x, y): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py5369 def test_fmod(self): member in CommonTemplate