Searched refs:scratch_ (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.h | 105 : text_(scratch_), size_(1) { scratch_[0] = value; } in SubstituteArg() 107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 123 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceCuda.h | 102 CudaStreamDevice() : stream_(&default_stream), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 107 …CudaStreamDevice(int device) : stream_(&default_stream), device_(device), scratch_(NULL), semaphor… in initializeDeviceProp() 115 : stream_(stream), device_(device), scratch_(NULL), semaphore_(NULL) { in initializeDeviceProp() 130 if (scratch_) { in initializeDeviceProp() 131 deallocate(scratch_); in initializeDeviceProp() 159 if (scratch_ == NULL) { in initializeDeviceProp() 160 scratch_ = allocate(kCudaScratchSize + sizeof(unsigned int)); in initializeDeviceProp() 162 return scratch_; in initializeDeviceProp() 179 mutable void* scratch_; in initializeDeviceProp() variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 182 : BranchGenerator(codegen), value_(value), scratch_(scratch) { } in BranchIfNonZeroNumber() 185 __ Fabs(scratch_, value_); in Emit() 188 __ Fcmp(scratch_, 0.0); in Emit() 193 __ Fabs(scratch_, value_); in EmitInverted() 194 __ Fcmp(scratch_, 0.0); in EmitInverted() 200 const FPRegister& scratch_; member in v8::internal::BranchIfNonZeroNumber
|