/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | key_schedule.rs | 963 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/ |
D | illegal-float-ops.ll | 33 define void @test_exp(float %float, double %double, fp128 %fp128) { 34 ; CHECK-LABEL: test_exp:
|
D | arm64-illegal-float-ops.ll | 33 define void @test_exp(float %float, double %double, fp128 %fp128) { 34 ; CHECK-LABEL: test_exp:
|
D | f16-instructions.ll | 614 ; CHECK-LABEL: test_exp: 622 define half @test_exp(half %a) #0 {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 59 define void @test_exp(<4 x float>* %X) nounwind { 61 ; CHECK-LABEL: test_exp:
|
D | fp16-promote.ll | 498 ; CHECK-FP16-LABEL: test_exp: 502 ; CHECK-LIBCALL-LABEL: test_exp: 506 define void @test_exp(half* %p) #0 {
|
/external/pytorch/test/torch_np/ |
D | test_unary_ufuncs.py | 58 def test_exp(self): member in TestUnaryUfuncs
|
/external/rust/android-crates-io/crates/num-complex/src/ |
D | complex_float.rs | 346 fn test_exp() { in test_exp() function
|
D | lib.rs | 1883 fn test_exp() { in test_exp() function
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 186 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/ |
D | math_h.pass.cpp | 186 void test_exp() { in test_exp() function 936 test_exp(); in main()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 91 // CHECK-LABEL: test_exp 93 func.func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
|
D | tfl-to-tosa-pipeline.mlir | 168 // CHECK-LABEL: test_exp 170 func.func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
|
/external/pytorch/test/ |
D | test_tensorexpr.py | 809 def test_exp(x, y): function 877 test_exp,
|
D | test_unary_ufuncs.py | 1536 def test_exp(self, device, dtype): member in TestUnaryUfuncs
|
D | test_jit_fuser_te.py | 877 def test_exp(self): member in TestTEFuser
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 247 void test_exp() in test_exp() function 1477 test_exp(); in main()
|
/external/pytorch/test/onnx/ |
D | test_operators.py | 568 def test_exp(self): member in TestOperators
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 250 void test_exp() in test_exp() function 1528 test_exp(); in main()
|
/external/pytorch/aten/src/ATen/test/ |
D | vulkan_api_test.cpp | 5304 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/ |
D | cmath.pass.cpp | 289 void test_exp() in test_exp() function 1662 test_exp(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 289 void test_exp() in test_exp() function 1662 test_exp(); in main()
|
/external/rust/android-crates-io/crates/glam/tests/ |
D | vec2.rs | 1155 glam_test!(test_exp, {
|
D | vec3.rs | 1353 glam_test!(test_exp, {
|
D | vec4.rs | 1449 glam_test!(test_exp, {
|