Home
last modified time | relevance | path

Searched refs:test_exp (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dkey_schedule.rs963 let test_exp = &test_case.expand_with_label; in test_basic_crypto_test_vectors() localVariable
967 &test_exp.secret, in test_basic_crypto_test_vectors()
968 test_exp.label.as_bytes(), in test_basic_crypto_test_vectors()
969 &test_exp.context, in test_basic_crypto_test_vectors()
970 Some(test_exp.length), in test_basic_crypto_test_vectors()
975 assert_eq!(&computed.to_vec(), &test_exp.out); in test_basic_crypto_test_vectors()
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Darm64-illegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Df16-instructions.ll614 ; CHECK-LABEL: test_exp:
622 define half @test_exp(half %a) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll59 define void @test_exp(<4 x float>* %X) nounwind {
61 ; CHECK-LABEL: test_exp:
Dfp16-promote.ll498 ; CHECK-FP16-LABEL: test_exp:
502 ; CHECK-LIBCALL-LABEL: test_exp:
506 define void @test_exp(half* %p) #0 {
/external/pytorch/test/torch_np/
Dtest_unary_ufuncs.py58 def test_exp(self): member in TestUnaryUfuncs
/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs346 fn test_exp() { in test_exp() function
Dlib.rs1883 fn test_exp() { in test_exp() function
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp186 void test_exp() { in test_exp() function
936 test_exp(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp186 void test_exp() { in test_exp() function
936 test_exp(); in main()
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir91 // CHECK-LABEL: test_exp
93 func.func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir168 // CHECK-LABEL: test_exp
170 func.func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
/external/pytorch/test/
Dtest_tensorexpr.py809 def test_exp(x, y): function
877 test_exp,
Dtest_unary_ufuncs.py1536 def test_exp(self, device, dtype): member in TestUnaryUfuncs
Dtest_jit_fuser_te.py877 def test_exp(self): member in TestTEFuser
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp247 void test_exp() in test_exp() function
1477 test_exp(); in main()
/external/pytorch/test/onnx/
Dtest_operators.py568 def test_exp(self): member in TestOperators
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp250 void test_exp() in test_exp() function
1528 test_exp(); in main()
/external/pytorch/aten/src/ATen/test/
Dvulkan_api_test.cpp5304 void test_exp(const at::IntArrayRef input_shape) { in test_exp() function
5322 test_exp({5}); in TEST_F()
5323 test_exp({5, 6}); in TEST_F()
5324 test_exp({7, 3, 5}); in TEST_F()
5325 test_exp({11, 1, 4, 2}); in TEST_F()
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp289 void test_exp() in test_exp() function
1662 test_exp(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp289 void test_exp() in test_exp() function
1662 test_exp(); in main()
/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1155 glam_test!(test_exp, {
Dvec3.rs1353 glam_test!(test_exp, {
Dvec4.rs1449 glam_test!(test_exp, {

12