Searched
full:vectors (Results
351 -
375 of
1580) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 373 * for byte vectors can do much better with psadbw. 374 * Using repeated shuffle/adds here. Note with multiple vectors 419 * Return the horizontal sums of 4 float vectors as a float4 vector. 474 * partially horizontally add 2-4 float vectors with length nx4, 479 * Return a vector of the same length as the initial vectors, 481 * The element order is independent of number of input vectors. 482 * For 3 vectors x0x1x2x3x4x5x6x7, y0y1y2y3y4y5y6y7, z0z1z2z3z4z5z6z7 488 LLVMValueRef vectors[], 500 /* only use this with at least 2 vectors, as it is sort of expensive 505 tmp[0] = vectors[0] [all...] |
/external/dropbear/libtomcrypt/ |
changes | 2 v1.16 -- Brian Gladman pointed out that a recent change to GCM broke how the IV was handled. Currently the code complies against his test vectors 17 -- Added Brian's vector #46 to the GCM code. It catches the ctr counter error from v1.15. Originally I was going to add all of his vectors, 60 -- Added 3GPP-F9 MAC (thanks to Greg Rose for the test vectors) 153 -- Added the NLS enc+mac stream cipher from QUALCOMM, disabled for this release, waiting on test vectors 221 -- Ported tv_gen to new framework (and yes, I made ecc vectors BEFORE changing the API and YES they match now :-)) 259 -- Added LTC_NO_TEST which forces test vectors off (regardless of what tomcrypt_custom.h has) 332 with other libs like OpenSSL (comment: Test vectors would go a long way RSA...) 391 -- Added tweaked Anubis test vectors and made it default (undefined ANUBIS_TWEAK to get original Anubis) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_Format.java | 69 * compares two vectors regardless of the order of their elements
|
/external/bison/lib/ |
getopt_int.h | 32 vectors at the same time. */
|
/external/ceres-solver/internal/ceres/ |
autodiff_test.cc | 69 // parameter space, and store the output vector vectors in these vectors. 129 // Function that takes P and X as separate vectors: 243 // This function takes three input vectors.
|
compressed_col_sparse_matrix_utils.h | 42 // column form is stored in two vectors block_rows, and block_cols,
|
dogleg_strategy.h | 54 // spanned by the two Dogleg vectors.
|
implicit_schur_complement.h | 157 // Temporary storage vectors used to implement RightMultiply.
|
numeric_diff_cost_function_test.cc | 164 // Eigen3 has restrictions on the Row/Column major storage of vectors,
|
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.h | 121 // calculated from the data used to construct those vectors.
|
/external/chromium/crypto/ |
symmetric_key_unittest.cc | 109 // http://www.ietf.org/id/draft-josefsson-pbkdf2-test-vectors-00.txt
|
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service.h | 77 // This is a helper map used to associate visit vectors from the history db
|
/external/chromium_org/chrome/browser/password_manager/ |
login_database.h | 129 // Serialization routines for vectors.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 133 // vectors aren't gigantic. This doubles as a cheap way to detect 491 // Read original data into the vectors. 559 // Append the accumulated chunks onto the vectors read from |file_|. 580 // TODO(shess): If the vectors were kept sorted, then this code
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util.h | 25 // Aggregate a full metric vector into a vector of metric vectors, with each
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.h | 144 // requests so we do not have to use vectors.)
|
/external/chromium_org/crypto/ |
ghash_unittest.cc | 15 // Test vectors are taken from Appendix B of
|
symmetric_key_unittest.cc | 109 // http://www.ietf.org/id/draft-josefsson-pbkdf2-test-vectors-00.txt
|
/external/chromium_org/media/base/ |
vector_math_perftest.cc | 27 // Initialize input and output vectors.
|
/external/chromium_org/net/quic/crypto/ |
channel_id_test.cc | 19 // The following ECDSA signature verification test vectors for P-256,SHA-256
|
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.h | 150 // SCTs are held in three separate vectors in ct_verify_result, each
|
/external/chromium_org/net/test/ |
ct_test_util.cc | 31 // The following test vectors are from
|
/external/chromium_org/remoting/protocol/ |
session_config.cc | 135 // Usually each of these vectors will contain just several elements,
|
/external/chromium_org/sandbox/win/src/ |
process_thread_policy.cc | 21 // vectors of privilege elevation.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ContentSecurityPolicy.h | 86 // FIXME: Replace them with functions that return vectors.
|
Completed in 1056 milliseconds
<<11121314151617181920>>