HomeSort by relevance Sort by last modified time
    Searched defs:TestVectors (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_test.go 15 func TestVectors(t *testing.T) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_test.go 15 func TestVectors(t *testing.T) {
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 202 func TestVectors(t *testing.T) {
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa_test.go 202 func TestVectors(t *testing.T) {
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops_main.cpp 49 Ty TestVectors[] = {Zero, Incr, Decr, Min, Max};
51 NumTestVectors = sizeof(TestVectors) / sizeof(Ty);
55 if (posix_memalign(&Dest, VECTOR_ALIGNMENT, sizeof(TestVectors))) {
60 memcpy(Dest, TestVectors, sizeof(TestVectors));
71 Ty *TestVectors = getTestVectors<T>(NumTestVectors);
78 Ty Vect = TestVectors[VI];
100 free(TestVectors);
110 Ty *TestVectors = getTestVectors<T>(NumTestVectors);
113 Ty Vect = TestVectors[VI]
    [all...]

Completed in 379 milliseconds