Searched defs:scratch_ (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcxsparse.h123 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h105 : 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
135 char scratch_[kFastToBufferSize]; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc158 : 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

Completed in 159 milliseconds