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

  /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/ceres-solver/internal/ceres/
cxsparse.cc 48 CXSparse::CXSparse() : scratch_(NULL), scratch_size_(0) {
53 cs_di_free(scratch_);
64 cs_di_free(scratch_);
66 scratch_ =
83 cs_di_ipvec(symbolic_factorization->pinv, b, scratch_, A->n);
85 cs_di_lsolve(numeric_factorization->L, scratch_);
87 cs_di_ltsolve(numeric_factorization->L, scratch_);
89 cs_di_pvec(symbolic_factorization->pinv, scratch_, b, A->n);
cxsparse.h 123 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
  /art/compiler/utils/arm64/
assembler_arm64.h 246 : scratch_(scratch), stack_adjust_(stack_adjust) {
252 const Arm64ManagedRegister scratch_;
assembler_arm64.cc 620 temps.Exclude(reg_x(exception->scratch_.AsXRegister()));
630 ___ Mov(reg_x(X0), reg_x(exception->scratch_.AsXRegister()));
  /art/compiler/utils/mips/
assembler_mips.h 287 : scratch_(scratch), stack_adjust_(stack_adjust) {}
290 const MipsManagedRegister scratch_; member in class:art::mips::FINAL
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 358 : scratch_(scratch), stack_adjust_(stack_adjust) {}
361 const Mips64ManagedRegister scratch_; member in class:art::mips64::FINAL
assembler_mips64.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 793 : scratch_(scratch), stack_adjust_(stack_adjust) {
797 const ArmManagedRegister scratch_; member in class:art::arm::FINAL
assembler_arm.cc 859 __ mov(R0, ShifterOperand(scratch_.AsCoreRegister()));
    [all...]
  /external/v8/src/arm64/
lithium-codegen-arm64.cc 158 : BranchGenerator(codegen), value_(value), scratch_(scratch) { }
161 __ Fabs(scratch_, value_);
162 // Compare with 0.0. Because scratch_ is positive, the result can be one of
164 __ Fcmp(scratch_, 0.0);
169 __ Fabs(scratch_, value_);
170 __ Fcmp(scratch_, 0.0);
176 const FPRegister& scratch_; member in class:v8::internal::BranchIfNonZeroNumber
    [all...]

Completed in 987 milliseconds