Home
last modified time | relevance | path

Searched defs:test_exp2 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_unary_ufuncs.py61 def test_exp2(self): member in TestUnaryUfuncs
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs340 fn test_exp2() { in test_exp2() function
Dlib.rs1878 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs470 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs482 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs482 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs498 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs498 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs470 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs498 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs510 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs510 fn test_exp2() { in test_exp2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs510 fn test_exp2() { in test_exp2() function
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp899 void test_exp2() in test_exp2() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp928 void test_exp2() in test_exp2() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp971 void test_exp2() in test_exp2() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp479 void test_exp2() { in test_exp2() function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py2181 def test_exp2(self): member in CommonTemplate