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

  /external/ceres-solver/internal/ceres/
cxsparse.cc 42 CXSparse::CXSparse() : scratch_(NULL), scratch_size_(0) {
47 cs_free(scratch_);
57 cs_free(scratch_);
59 scratch_ = reinterpret_cast<CS_ENTRY*>(cs_malloc(A->n, sizeof(CS_ENTRY)));
73 cs_ipvec(symbolic_factorization->pinv, b, scratch_, A->n);
76 cs_lsolve(numeric_factorization->L, scratch_);
79 cs_ltsolve(numeric_factorization->L, scratch_);
82 cs_pvec(symbolic_factorization->pinv, scratch_, b, A->n);
cxsparse.h 81 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {
135 char scratch_[kFastToBufferSize]; member in class:google::protobuf::strings::internal::SubstituteArg
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 409 scratch_(scratch),
413 ASSERT(ScratchRegisterBits::is_valid(scratch_.code()));
423 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
437 | ScratchRegisterBits::encode(scratch_.code())
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.h 407 scratch_(scratch) { }
415 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
427 | ScratchRegisterBits::encode(scratch_.code());
    [all...]
code-stubs-arm.cc     [all...]

Completed in 347 milliseconds