/external/swiftshader/third_party/subzero/crosstest/ |
D | vectors.h | 50 template <typename T> struct Vectors; 61 template <> struct Vectors<LABEL> { \ 68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \ 69 const char *const Vectors<LABEL>::TypeName = #LABEL; 85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString() 87 for (size_t i = 0; i < Vectors<T>::NumElements; ++i) { in vectAsString() 90 OS << (typename Vectors<T>::CastTy)Vect[i]; in vectAsString()
|
D | test_icmp_main.cpp | 189 typedef typename Vectors<TypeUnsignedLabel>::Ty TypeUnsigned; in testsVecInt() 190 typedef typename Vectors<TypeSignedLabel>::Ty TypeSigned; in testsVecInt() 191 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() 192 typedef typename Vectors<TypeSignedLabel>::ElementTy ElementTypeSigned; in testsVecInt() 212 const static size_t NumElementsInType = Vectors<TypeUnsigned>::NumElements; in testsVecInt() 231 << Vectors<TypeUnsignedLabel>::TypeName << "(" in testsVecInt() 245 incrementI1Vector(typename Vectors<T>::Ty &Vect) { in incrementI1Vector() 247 const static size_t NumElements = Vectors<T>::NumElements; in incrementI1Vector() 260 typedef typename Vectors<T>::Ty Ty; in testsVecI1() 271 const static size_t NumElements = Vectors<T>::NumElements; in testsVecI1() [all …]
|
D | test_select_main.cpp | 34 typedef typename Vectors<T>::Ty Ty; in testSelect() 35 typedef typename Vectors<TI1>::Ty TyI1; in testSelect() 42 static const size_t NumElements = Vectors<T>::NumElements; in testSelect() 59 std::cout << "select<" << Vectors<T>::TypeName << ">(Cond="; in testSelect() 107 typedef typename Vectors<T>::Ty Ty; in testSelectI1() 108 static const size_t NumElements = Vectors<T>::NumElements; in testSelectI1() 125 std::cout << "select<" << Vectors<T>::TypeName << ">(Cond="; in testSelectI1()
|
D | test_arith_main.cpp | 171 typedef typename Vectors<TypeUnsignedLabel>::Ty TypeUnsigned; in testsVecInt() 172 typedef typename Vectors<TypeSignedLabel>::Ty TypeSigned; in testsVecInt() 173 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned; in testsVecInt() 174 typedef typename Vectors<TypeSignedLabel>::ElementTy ElementTypeSigned; in testsVecInt() 203 const static size_t NumElementsInType = Vectors<TypeUnsigned>::NumElements; in testsVecInt()
|
D | test_vector_ops.cpp | 663 static typename std::enable_if<Vectors<Ty>::NumElements == 4, Ty>::type 679 static typename std::enable_if<Vectors<Ty>::NumElements == 8, Ty>::type 698 static typename std::enable_if<Vectors<Ty>::NumElements == 16, Ty>::type
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 215 SmallVector<Value *, 16> Vectors; member in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy 223 : Vectors(), in MatrixTy() 225 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy() argument 226 : Vectors(Vectors.begin(), Vectors.end()), in MatrixTy() 237 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() 240 return Vectors[i]; in getColumn() 244 return Vectors[i]; in getRow() 247 void setVector(unsigned i, Value *V) { Vectors[i] = V; } in setVector() 259 return Vectors.size(); in getNumColumns() 261 assert(Vectors.size() > 0 && "Cannot call getNumRows without columns"); in getNumColumns() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve2-intrinsics-fp-widening-mul-acc.ll | 8 ; FMLALB (Vectors) 37 ; FMLALT (Vectors) 66 ; FMLSLB (Vectors) 95 ; FMLSLT (Vectors)
|
D | arm64-subvector-extend.ll | 8 ; Vectors of i16. 48 ; Vectors of i32. 108 ; Vectors of i64.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-subvector-extend.ll | 7 ; Vectors of i16. 44 ; Vectors of i32. 102 ; Vectors of i64.
|
/external/python/cryptography/vectors/cryptography_vectors/ciphers/SEED/ |
D | rfc-4196.txt | 1 # Vectors from RFC 6229. Reformatted to work with the NIST loader
|
D | rfc-4269.txt | 1 # Vectors from RFC 4269. Reformatted to work with the NIST loader
|
/external/python/cryptography/vectors/cryptography_vectors/CMAC/ |
D | nist-800-38b-aes128.txt | 1 # AES-128-CMAC Test Vectors
|
D | nist-800-38b-aes256.txt | 1 # AES-256-CMAC Test Vectors
|
D | nist-800-38b-aes192.txt | 1 # AES-192-CMAC Test Vectors
|
D | nist-800-38b-3des.txt | 1 # 3DES-CMAC Test Vectors
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/EC/ |
D | compressed_points.txt | 1 # Vectors generated by OpenSSL
|
/external/python/cryptography/vectors/cryptography_vectors/ciphers/ChaCha20Poly1305/ |
D | openssl.txt | 1 # Vectors from OpenSSL's test/evpciph.txt
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/siphash/ |
D | siphash_test.cc | 44 TEST(SipHash, Vectors) { in TEST() argument
|
/external/python/cryptography/vectors/cryptography_vectors/twofactor/ |
D | rfc-4226.txt | 1 # HOTP Test Vectors
|
D | rfc-6238.txt | 1 # TOTP Test Vectors
|
/external/boringssl/src/crypto/siphash/ |
D | siphash_test.cc | 44 TEST(SipHash, Vectors) { in TEST() argument
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 49 .. csv-table:: Bit Vectors for A, B, C 112 Stripping Leading/Trailing Zeros in Bit Vectors 121 .. csv-table:: Bit Vectors for A, B, C 128 Short Inline Bit Vectors 196 Vectors" above). The `GlobalLayoutBuilder`_ class is responsible for laying 270 Eliminating Bit Vector Checks for All-Ones Bit Vectors 367 for All-Ones Bit Vectors`_ optimizations thus simplifying the check at each
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | ecdsa_sign_asn1_tests.txt | 1 # Tests from NIST CAVP 186-4 ECDSA2VS Test Vectors, Signature Generation Test
|
/external/pigweed/pw_containers/ |
D | docs.rst | 11 fixed-size buffer. Vectors must be declared with an explicit maximum size 17 size in a variable. This allows Vectors to be used without having to know
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | vec-vararg-align.ll | 8 @.str = private unnamed_addr constant [32 x i8] c"\0AMixed Vectors, Pairs, int flt\0A\00", align 1
|