Searched defs:test_copysign (Results 1 – 8 of 8) sorted by relevance
36 def test_copysign(self): member in TestBinaryUfuncBasic
838 void test_copysign() in test_copysign() function
557 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign() function
867 void test_copysign() in test_copysign() function
910 void test_copysign() in test_copysign() function
457 void test_copysign() { in test_copysign() function
346 static void test_copysign(skiatest::Reporter* reporter) { in test_copysign() function
2489 def test_copysign(self, device, dtypes): member in TestBinaryUfuncs