Home
last modified time | relevance | path

Searched defs:testVector (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c21 struct testVector { struct
31 const struct testVector edgeCases[] = { argument
Dqmul_test.c21 struct testVector { struct
31 const struct testVector edgeCases[] = { argument
Dqdiv_test.c21 struct testVector { struct
31 const struct testVector edgeCases[] = { argument
Dqsub_test.c21 struct testVector { struct
31 const struct testVector edgeCases[] = { argument
Dfixtfdi_test.c8 struct testVector { double xhi; double xlo; int64_t result; }; argument
/external/compiler-rt/test/builtins/Unit/ppc/
Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
DSecureMessageSimpleTestVectorTest.java88 SecureMessage testVector = SecureMessage.parseFrom(TEST_VECTOR_ECDSA_ONLY); in testEcdsaOnly() local
107 SecureMessage testVector = SecureMessage.parseFrom(TEST_VECTOR_ECDSA_AND_AES); in testEcdsaAndAes() local
127 SecureMessage testVector = SecureMessage.parseFrom(TEST_VECTOR_HMAC_AND_AES_SAME_KEYS); in testHmacAndAesSameKeys() local
148 SecureMessage testVector = SecureMessage.parseFrom(TEST_VECTOR_HMAC_AND_AES_DIFFERENT_KEYS); in testHmacAndAesDifferentKeys() local
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/external/llvm-project/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DVectorTest.java27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp295 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance()
532 …nce::OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in OcclusionQueryTestInstance()
1131 …xt &context, const char *name, const char *description, const OcclusionQueryTestVector& testVector) in QueryPoolOcclusionTest()
1198 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1262 OcclusionQueryTestVector testVector = baseTestVector; in init() local
1349 OcclusionQueryTestVector testVector = baseTestVector; in init() local
/external/parameter-framework/upstream/test/xml-generator/
Dtest.py50 def __init__(self, pfConfig, testVector): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dunicode_encode_op_test.py136 def testVector(self, encoding): member in UnicodeEncodeOpTest
Dsparse_xent_op_test.py167 def testVector(self): member in SparseXentTest
Ddiag_op_test.py376 def testVector(self): member in MatrixDiagTest
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java473 public short testVector(byte[] buffer, short offset, short length) { in testVector() method in CarrierLock
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp124 void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, in testVector() function
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 for (auto &testVector : testVectors) { variable
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics_double.cpp191 cl_double testVector[4]; in test_geom_cross_double() local
Dtest_geometrics.cpp172 cl_float testVector[4]; in test_geom_cross() local
/external/llvm-project/clang/test/Analysis/
Duse-after-move.cpp917 void testVector() { in testVector() function in HasSTLField