HomeSort by relevance Sort by last modified time
    Searched refs:vectors (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
loss_functions_test.py 125 vectors = [vector, vector.reshape(1, -1), np.stack([vector] * 4)]
130 for vector in vectors:
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb_test.go 16 // cfbTests contains the test vectors from
cbc_aes_test.go 5 // CBC AES test vectors.
ctr_aes_test.go 5 // CTR AES test vectors.
ofb_test.go 5 // OFB AES test vectors.
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf_test.go 82 // These test vectors were generated from GnuTLS using `gnutls-cli --insecure -d 9 `
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb_test.go 16 // cfbTests contains the test vectors from
cbc_aes_test.go 5 // CBC AES test vectors.
ctr_aes_test.go 5 // CTR AES test vectors.
ofb_test.go 5 // OFB AES test vectors.
  /prebuilts/go/linux-x86/src/crypto/tls/
prf_test.go 82 // These test vectors were generated from GnuTLS using `gnutls-cli --insecure -d 9 `
  /external/skia/tests/
MatrixTest.cpp 270 // test a bunch of vectors. All should be scaled by between minScale and maxScale
275 SkVector vectors[1000]; local
276 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
277 vectors[i].fX = rand.nextSScalar1();
278 vectors[i].fY = rand.nextSScalar1();
279 if (!vectors[i].normalize()) {
284 mat.mapVectors(vectors, SK_ARRAY_COUNT(vectors));
285 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
286 SkScalar d = vectors[i].length()
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 270 // test a bunch of vectors. All should be scaled by between minScale and maxScale
275 SkVector vectors[1000]; local
276 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
277 vectors[i].fX = rand.nextSScalar1();
278 vectors[i].fY = rand.nextSScalar1();
279 if (!vectors[i].normalize()) {
284 mat.mapVectors(vectors, SK_ARRAY_COUNT(vectors));
285 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
286 SkScalar d = vectors[i].length()
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 73 ; Compute the sum of squared difference between two tran_low_t vectors.
74 ; Vectors are converted (if necessary) to int16_t for calculations.
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 174 h.vectors.cmd_type = RADEON_CMD_VECTORS;
175 h.vectors.offset = offset;
176 h.vectors.stride = stride;
177 h.vectors.count = count;
283 OUT_BATCH(h.vectors.offset | (h.vectors.stride << RADEON_VEC_INDX_OCTWORD_STRIDE_SHIFT)); \
284 OUT_BATCH(CP_PACKET0_ONE(R200_SE_TCL_VECTOR_DATA_REG, h.vectors.count - 1)); \
285 OUT_BATCH_TABLE((data), h.vectors.count); \
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.h 206 // Compute the horizontal sum of each vector in `vectors`. The i'th element
208 // `vectors`. If `init_values` is not nullptr then the value in the i'th lane
211 std::vector<llvm::Value*> vectors, llvm::Value* init_values = nullptr);
259 std::vector<llvm::Value*> vectors, llvm::Value* init_values);
  /frameworks/rs/script_api/
rs_convert.spec 32 summary: Convert numerical vectors
rs_value_types.spec 30 <h5>Vectors:</h5>
32 RenderScript supports fixed size vectors of length 2, 3, and 4.
33 Vectors are declared using the common type name followed by a 2, 3, or 4.
  /external/compiler-rt/test/builtins/Unit/
comparesf2_test.c 145 static const struct TestVector vectors[] = { variable in typeref:struct:TestVector
473 const int numVectors = sizeof vectors / sizeof vectors[0];
476 if (test__cmpsf2(&vectors[i])) return 1;
  /external/eigen/lapack/
clarft.f 70 *> Specifies how the vectors which define the elementary
142 *> The shape of the matrix V and the storage of the vectors which define
dlarft.f 70 *> Specifies how the vectors which define the elementary
142 *> The shape of the matrix V and the storage of the vectors which define
slarft.f 70 *> Specifies how the vectors which define the elementary
142 *> The shape of the matrix V and the storage of the vectors which define
zlarft.f 70 *> Specifies how the vectors which define the elementary
142 *> The shape of the matrix V and the storage of the vectors which define
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 66 LLVMValueRef vectors[],
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 215 // This test runs the full set of NIST test vectors from
218 // The SigVer.rsp file has been edited to remove test vectors for

Completed in 528 milliseconds

1 23 4 5 6