OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:triplet
(Results
1 - 10
of
10
) sorted by null
/external/ceres-solver/internal/ceres/
suitesparse.cc
41
cholmod_triplet
triplet
;
local
43
triplet
.nrow = A->num_rows();
44
triplet
.ncol = A->num_cols();
45
triplet
.nzmax = A->max_num_nonzeros();
46
triplet
.nnz = A->num_nonzeros();
47
triplet
.i = reinterpret_cast<void*>(A->mutable_rows());
48
triplet
.j = reinterpret_cast<void*>(A->mutable_cols());
49
triplet
.x = reinterpret_cast<void*>(A->mutable_values());
50
triplet
.stype = 0; // Matrix is not symmetric.
51
triplet
.itype = CHOLMOD_INT
61
cholmod_
triplet
triplet
;
local
[
all
...]
/dalvik/tests/088-monitor-verification/src/
Main.java
58
m.
triplet
(obj1, obj2, 0);
59
System.out.println("
triplet
ok");
204
public void
triplet
(Object obj1, Object obj2, int x) {
method in class:Main
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js
85
* Perform the appropriate
triplet
combination function for the current
192
var
triplet
= (((binarray[i >> 2] >> 8 * (3 - i %4)) & 0xFF) << 16)
198
else str += tab.charAt((
triplet
>> 6*(3-j)) & 0x3F);
crypto-md5.js
246
var
triplet
= (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
252
else str += tab.charAt((
triplet
>> 6*(3-j)) & 0x3F);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js
85
* Perform the appropriate
triplet
combination function for the current
192
var
triplet
= (((binarray[i >> 2] >> 8 * (3 - i %4)) & 0xFF) << 16)
198
else str += tab.charAt((
triplet
>> 6*(3-j)) & 0x3F);
crypto-md5.js
246
var
triplet
= (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
252
else str += tab.charAt((
triplet
>> 6*(3-j)) & 0x3F);
/frameworks/base/obex/javax/obex/
ObexHelper.java
825
* array should be of the form Tag - Length - Value
triplet
.
827
* @param
triplet
the byte sequence containing the tag length value form
830
public static byte[] getTagValue(byte tag, byte[]
triplet
) {
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 715 milliseconds