Home
last modified time | relevance | path

Searched defs:test_copysign (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py36 def test_copysign(self): member in TestBinaryUfuncBasic
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp838 void test_copysign() in test_copysign() function
/aosp_15_r20/external/arm-optimized-routines/math/test/rtest/
H A Dsemi.c557 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp867 void test_copysign() in test_copysign() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp910 void test_copysign() in test_copysign() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp457 void test_copysign() { in test_copysign() function
/aosp_15_r20/external/skia/tests/
H A DMathTest.cpp346 static void test_copysign(skiatest::Reporter* reporter) { in test_copysign() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_binary_ufuncs.py2489 def test_copysign(self, device, dtypes): member in TestBinaryUfuncs