HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 1076 - 1100 of 7695) sorted by null

<<41424344454647484950>>

  /external/v8/src/arm64/
instructions-arm64.cc 24 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask));
51 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask));
243 imm = Assembler::ImmPCRelAddress(static_cast<int>(target_offset));
257 int offset = static_cast<int>(DistanceTo(target) >> kInstructionSizeLog2);
293 static_cast<int32_t>(DistanceTo(target) >> kInstructionSizeLog2);
308 static_cast<int>(DistanceTo(source) >> kLoadLiteralScaleLog2));
  /external/v8/src/base/platform/
platform-openbsd.cc 39 time_t tv = static_cast<time_t>(std::floor(time/msPerSecond));
50 return static_cast<double>(t->tm_gmtoff * msPerSecond -
169 static_cast<intptr_t>(OS::AllocateAlignment()));
178 uint8_t* base = static_cast<uint8_t*>(reservation);
184 size_t prefix_size = static_cast<size_t>(aligned_base - base);
200 address_ = static_cast<void*>(aligned_base);
platform-qnx.cc 90 time_t tv = static_cast<time_t>(std::floor(time/msPerSecond));
101 return static_cast<double>(t->tm_gmtoff * msPerSecond -
195 static_cast<intptr_t>(OS::AllocateAlignment()));
204 uint8_t* base = static_cast<uint8_t*>(reservation);
210 size_t prefix_size = static_cast<size_t>(aligned_base - base);
226 address_ = static_cast<void*>(aligned_base);
  /external/v8/src/third_party/vtune/
vtune-jit.cc 125 return static_cast<uint32_t>(hash * kGoldenRatio);
187 static_cast<int>(event->name.len));
192 jmethod.method_size = static_cast<unsigned int>(event->code_len);
226 static_cast<unsigned int>(Iter->pc_);
252 line_info->SetPosition(static_cast<intptr_t>(event->line_info.offset),
253 static_cast<int>(event->line_info.pos));
  /external/v8/test/unittests/interpreter/
constant-array-builder-unittest.cc 42 CHECK_EQ(Handle<Smi>::cast(builder.At(i))->value(), static_cast<double>(i));
88 Smi* smi = Smi::FromInt(static_cast<int>(i));
92 Smi* smi = Smi::FromInt(static_cast<int>(i - reserved));
109 CHECK_EQ(static_cast<int>(index), kLowCapacity - reserved + i);
110 CHECK(builder.At(static_cast<int>(index))->SameValue(*object));
165 CHECK(constant_array->get(static_cast<int>(i))->SameValue(*builder.At(i)));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 30 static_cast<size_t>(fs_mult_ * 120); // Corresponds to 15 ms.
76 assert(peak_index >= static_cast<size_t>(20 * fs_mult_));
82 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index));
123 static_cast<int16_t>(vec1_energy >> energy1_scale);
125 static_cast<int16_t>(vec2_energy >> energy2_scale);
137 best_correlation = std::min(static_cast<int16_t>(16384), best_correlation);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.cc 59 data_[header_length] = static_cast<uint8_t>(pl_type);
108 static_cast<int>(ForwardErrorCorrection::kMaxMediaPackets)) {
164 static_cast<int>(ForwardErrorCorrection::kMaxMediaPackets));
194 float avg_num_packets_frame = static_cast<float>(media_packets_fec_.size()) /
197 return (static_cast<int>(media_packets_fec_.size()) >=
201 return (static_cast<int>(media_packets_fec_.size()) >=
vp8_partition_aggregator.cc 33 assert(this_size_ <= static_cast<size_t>(std::numeric_limits<int>::max()));
214 if (this_size < static_cast<size_t>(*min_size)) {
217 if (this_size > static_cast<size_t>(*max_size)) {
233 assert(max_size <= static_cast<int>(max_payload_size));
250 if (fragment_size < static_cast<size_t>(min_size)) {
252 } else if (fragment_size > static_cast<size_t>(max_size)) {
  /frameworks/rs/
rsProgram.cpp 216 Program *p = static_cast<Program *>(vp);
217 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);
221 Program *p = static_cast<Program *>(vpf);
222 p->bindTexture(rsc, slot, static_cast<Allocation *>(a));
226 Program *p = static_cast<Program *>(vpf);
227 p->bindSampler(rsc, slot, static_cast<Sampler *>(s));
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 114 CModule *cmodule = static_cast<CModule *>(entry->data);
181 cmodule = static_cast<CModule *>(entry->data);
206 cmodule = static_cast<CModule *>(entry->data);
270 cbase = static_cast<ComponentBase *>
321 cmodule = static_cast<CModule *>(entry->data);
360 cmodule = static_cast<CModule *>(entry->data);
  /art/compiler/utils/mips64/
managed_register_mips64.h 44 return static_cast<GpuRegister>(id_);
49 return static_cast<FpuRegister>(id_ - kNumberOfGpuRegIds);
  /art/runtime/
transaction_test.cc 213 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
218 ASSERT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f));
223 ASSERT_DOUBLE_EQ(doubleField->GetDouble(h_klass.Get()), static_cast<double>(0.0));
260 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
261 EXPECT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f));
262 EXPECT_DOUBLE_EQ(doubleField->GetDouble(h_klass.Get()), static_cast<double>(0.0));
315 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
320 ASSERT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f));
325 ASSERT_DOUBLE_EQ(doubleField->GetDouble(h_instance.Get()), static_cast<double>(0.0));
362 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0))
    [all...]
  /bionic/libc/bionic/
brk.cpp 60 if ((increment > 0 && static_cast<uintptr_t>(increment) > (UINTPTR_MAX - old_brk)) ||
61 (increment < 0 && static_cast<uintptr_t>(-increment) > old_brk)) {
mbrtoc16.cpp 51 return static_cast<size_t>(-3);
84 *pc16 = static_cast<char16_t>(c32);
open.cpp 57 mode = static_cast<mode_t>(va_arg(args, int));
79 mode = static_cast<mode_t>(va_arg(args, int));
  /bionic/tests/
stdio_test.cpp 112 ASSERT_EQ(rc, static_cast<int>(strlen(line_written)));
122 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), static_cast<int>(strlen(expected[i])));
184 ASSERT_EQ(rc, static_cast<int>(strlen(line_written)));
195 ASSERT_EQ(read_char_count, static_cast<int>(strlen(line_written)));
324 snprintf(buf, sizeof(buf), "a%hdb", static_cast<short>(0x7fff0010));
327 snprintf(buf, sizeof(buf), "a%hhdb", static_cast<char>(0x7fffff10));
688 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fputwc(mb_one_bytes, fp)));
689 ASSERT_EQ(mb_two_bytes, static_cast<wchar_t>(fputwc(mb_two_bytes, fp)));
690 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp)));
691 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp)))
    [all...]
  /external/ImageMagick/Magick++/lib/
Blob.cpp 67 updateNoCopy(static_cast<void*>(decoded),length,
83 encoded=Base64Encode(static_cast<const unsigned char*>(data()),length(),
  /external/autotest/client/deps/glbench/src/
main.h 107 return static_cast<uint64_t>(tv.tv_usec) +
108 1000000ULL*static_cast<uint64_t>(tv.tv_sec);
  /external/clang/include/clang/AST/
CommentVisitor.h 27 return static_cast<ImplClass*>(this)->visit ## NAME(static_cast<PTR(CLASS)>(C))
  /external/clang/test/CXX/special/class.copy/
implicit-move-def.cpp 30 H t(static_cast<H&&>(s));
82 x = static_cast<VirtualWithEmptyBase&&>(y);
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 83 #define static_cast macro
168 static_cast
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 9 static const int value = static_cast<int>(4.0);
67 const int castfloat = static_cast<int>(1.0);
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.hpp 44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); }
45 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);}
  /external/dng_sdk/source/
dng_gain_map.cpp 144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1);
146 if (rowIndexF >= static_cast<real64> (lastRow))
160 // a uint32 and that static_cast<uint32> (rowIndexF) < lastRow. This
162 fRowIndex1 = static_cast<uint32> (rowIndexF);
211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
213 if (colIndexF >= static_cast<real64> (lastCol))
228 // a uint32 and that static_cast<uint32> (colIndexF) < lastCol. This
231 uint32 colIndex = static_cast<uint32> (colIndexF);

Completed in 1347 milliseconds

<<41424344454647484950>>