Home
last modified time | relevance | path

Searched refs:test_double (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dvec_fneg.ll23 define void @test_double(<2 x double>* %A) {
24 ; CHECK-LABEL: test_double
25 ; CHECK-NOVSX-LABEL: test_double
Dvec_abs.ll50 define <2 x double> @test_double(<2 x double> %aa) #0 {
52 ; CHECK-LABEL: test_double
53 ; CHECK-NOVSX-LABEL: test_double
Dppc64le-aggregates.ll83 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/
DMakefile4 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/
Dtest_fft_factors.c72 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/
Dphase_oscillator_ensemble.cpp164 test_ode_table<double> test_double; in main() local
165 test_double(); in main()
/external/pigweed/pw_protobuf/
Ddecoder_test.cc45 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/
Dfcmp.ll44 define void @test_double(double %a, double %b) {
45 ; CHECK-LABEL: test_double:
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dis_resizeable.cpp65 BOOST_AUTO_TEST_CASE( test_double ) in BOOST_AUTO_TEST_CASE() argument
/external/python/cpython3/Lib/test/
Dtest_decorators.py208 def test_double(self): member in TestDecorators
315 def test_double(self): member in TestClassDecorators
/external/liburing/test/
Dwaitid.c110 static int test_double(struct io_uring *ring) in test_double() function
393 ret = test_double(&ring); in main()
/external/clang/test/Sema/
Dwarn-absolute-value.c277 void test_double(double x) { in test_double() function
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp304 void test_double(double x) { in test_double() function
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp108 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/
Dtest_cfuncs.py152 def test_double(self): member in CFunctions
Dtest_callbacks.py84 def test_double(self): member in Callbacks
/external/OpenCL-Headers/tests/
Dtest_headers.c574 int test_double() in test_double() function
645 test_double(); in main()
/external/gflags/test/
Dgflags_unittest.cc80 DEFINE_double(test_double, -1.0, "");
/external/pytorch/test/
Dtest_tensorexpr.py337 def test_double(self): member in TestTensorExprFuser
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_numeric.py587 def test_double(self): member in TestBoolCmp