/external/llvm/test/CodeGen/PowerPC/ |
D | vec_fneg.ll | 23 define void @test_double(<2 x double>* %A) { 24 ; CHECK-LABEL: test_double 25 ; CHECK-NOVSX-LABEL: test_double
|
D | vec_abs.ll | 50 define <2 x double> @test_double(<2 x double> %aa) #0 { 52 ; CHECK-LABEL: test_double 53 ; CHECK-NOVSX-LABEL: test_double
|
D | ppc64le-aggregates.ll | 83 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x) 88 ; CHECK: bl test_double 90 declare void @test_double(i64, [7 x double], i64)
|
/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/ |
D | Makefile | 4 all: test_float test_double fast_copy.o fht.o 21 rm -f test_float test_double test_float_header_only test_double_header_only $(OBJ)
|
/external/pffft/ |
D | test_fft_factors.c | 72 int test_double(int TL) in test_double() function 137 r = test_double(N); in main()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/nt2/ |
D | phase_oscillator_ensemble.cpp | 164 test_ode_table<double> test_double; in main() local 165 test_double(); in main()
|
/external/pigweed/pw_protobuf/ |
D | decoder_test.cc | 45 EXPECT_EQ(OkStatus(), decoder.ReadDouble(&test_double)); in ProcessField() 65 double test_double = 0; member in pw::protobuf::__anone481992a0111::TestDecodeHandler 217 EXPECT_EQ(handler.test_double, 3.14159); in TEST()
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 44 define void @test_double(double %a, double %b) { 45 ; CHECK-LABEL: test_double:
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | is_resizeable.cpp | 65 BOOST_AUTO_TEST_CASE( test_double ) in BOOST_AUTO_TEST_CASE() argument
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 208 def test_double(self): member in TestDecorators 315 def test_double(self): member in TestClassDecorators
|
/external/liburing/test/ |
D | waitid.c | 110 static int test_double(struct io_uring *ring) in test_double() function 393 ret = test_double(&ring); in main()
|
/external/clang/test/Sema/ |
D | warn-absolute-value.c | 277 void test_double(double x) { in test_double() function
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 304 void test_double(double x) { in test_double() function
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 108 CBasicTestStore<HOST_ATOMIC_DOUBLE, HOST_DOUBLE> test_double( in test_atomic_store_generic() local 111 test_double.Execute(deviceID, context, queue, num_elements)); in test_atomic_store_generic() 229 CBasicTestInit<HOST_ATOMIC_DOUBLE, HOST_DOUBLE> test_double( in test_atomic_init_generic() local 232 test_double.Execute(deviceID, context, queue, num_elements)); in test_atomic_init_generic() 404 CBasicTestLoad<HOST_ATOMIC_DOUBLE, HOST_DOUBLE> test_double( in test_atomic_load_generic() local 407 test_double.Execute(deviceID, context, queue, num_elements)); in test_atomic_load_generic() 596 CBasicTestExchange<HOST_ATOMIC_DOUBLE, HOST_DOUBLE> test_double( in test_atomic_exchange_generic() local 599 test_double.Execute(deviceID, context, queue, num_elements)); in test_atomic_exchange_generic()
|
/external/python/cpython3/Lib/test/test_ctypes/ |
D | test_cfuncs.py | 152 def test_double(self): member in CFunctions
|
D | test_callbacks.py | 84 def test_double(self): member in Callbacks
|
/external/OpenCL-Headers/tests/ |
D | test_headers.c | 574 int test_double() in test_double() function 645 test_double(); in main()
|
/external/gflags/test/ |
D | gflags_unittest.cc | 80 DEFINE_double(test_double, -1.0, "");
|
/external/pytorch/test/ |
D | test_tensorexpr.py | 337 def test_double(self): member in TestTensorExprFuser
|
/external/pytorch/test/torch_np/numpy_tests/core/ |
D | test_numeric.py | 587 def test_double(self): member in TestBoolCmp
|