HomeSort by relevance Sort by last modified time
    Searched refs:triplet (Results 1 - 17 of 17) sorted by null

  /external/ceres-solver/internal/ceres/
suitesparse.cc 56 cholmod_triplet triplet; local
58 triplet.nrow = A->num_rows();
59 triplet.ncol = A->num_cols();
60 triplet.nzmax = A->max_num_nonzeros();
61 triplet.nnz = A->num_nonzeros();
62 triplet.i = reinterpret_cast<void*>(A->mutable_rows());
63 triplet.j = reinterpret_cast<void*>(A->mutable_cols());
64 triplet.x = reinterpret_cast<void*>(A->mutable_values());
65 triplet.stype = 0; // Matrix is not symmetric.
66 triplet.itype = CHOLMOD_INT
76 cholmod_triplet triplet; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 78 def bind(self, triplet, func):
94 def unbind(self, triplet, func):
204 def bind(self, triplet, func):
205 if triplet[2] not in self.bindedfuncs:
206 self.bindedfuncs[triplet[2]] = [[] for s in _states]
209 for detail in (triplet[2], None)
213 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2])
216 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func)
222 def unbind(self, triplet, func)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 78 def bind(self, triplet, func):
94 def unbind(self, triplet, func):
204 def bind(self, triplet, func):
205 if triplet[2] not in self.bindedfuncs:
206 self.bindedfuncs[triplet[2]] = [[] for s in _states]
209 for detail in (triplet[2], None)
213 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2])
216 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func)
222 def unbind(self, triplet, func)
    [all...]
  /art/test/088-monitor-verification/src/
Main.java 56 m.triplet(obj1, obj2, 0);
57 System.out.println("triplet ok");
202 public void triplet(Object obj1, Object obj2, int x) { method in class:Main
  /external/chromium_org/third_party/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/chromium_org/third_party/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);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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     [all...]
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 382 This method returns a triplet of value (code, data, sizes):
  /external/libpng/
configure     [all...]
  /external/pcre/dist/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 5045 milliseconds