Home
last modified time | relevance | path

Searched refs:temp_ (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/bigint/
Dmul-fft.cc440 temp_ = new digit_t[length_ * 2]; in FFTContainer()
449 delete[] temp_; in ~FFTContainer()
478 digit_t* temp_; // Temporary storage with size 2 * length_. member in v8::bigint::__anonef5d3e820111::FFTContainer
512 CopyAndZeroExtend(temp_, pointer, chunk_size, part_length_in_bytes); in Start_Default()
513 ShiftModFn(part_[i], temp_, current_theta, K_, chunk_size); in Start_Default()
524 FFT_ReturnShuffledThreadsafe(0, n_, omega, temp_); in Start_Default()
556 FFT_Recurse(0, nhalf, omega, temp_); in Start()
590 BackwardFFT_Threadsafe(start, len, omega, temp_); in BackwardFFT()
621 ShiftModFn(temp_, part, shift, K_); in NormalizeAndRecombine()
626 Z[zi] = digit_add3(Z[zi], temp_[j], carry, &carry); in NormalizeAndRecombine()
[all …]
/third_party/mindspore/patches/
D0008-upgrade-flatbuffers-fix_crash.patch238 + temp_ = reinterpret_cast<float *>(ms_context_->allocator->Malloc(max_num * sizeof(float)));
242 + memset(temp_, 0, sizeof(float) * temp_num);
249 + memcpy(temp_ + start1 + k * step, temp_input_ + start2 + id * step, step * sizeof(float));
255 + std::swap(temp_input_, temp_);
271 + if (temp_ != nullptr) {
272 + ms_context_->allocator->Free(temp_);
273 + temp_ = nullptr;
294 + float *temp_ = nullptr;
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
Dreduce.cpp117 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp117 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/spirv-tools/tools/reduce/
Dreduce.cpp117 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp180 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp180 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp180 extension will be added. The default is "temp_", which will in PrintUsage()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc511 temp_##TYPE = GetField<TYPE>(*message1, field1); \ in SwapOneofField()
574 SetField<TYPE>(message2, field1, temp_##TYPE); \ in SwapOneofField()