Home
last modified time | relevance | path

Searched defs:TestPow (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dpow.py13 class TestPow(unittest.TestCase): class
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestPow.java28 public class TestPow extends RSBaseCompute { class
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Dcmath_test.go1291 func TestPow(t *testing.T) { func
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dcomplex_math_test_common.h366 C10_DEFINE_TEST(TestPow, Square) { in C10_DEFINE_TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dall_test.go2858 func TestPow(t *testing.T) { func