OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
801 - 825
of
12288
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/ui/base/animation/
tween.cc
67
double delta =
static_cast
<double>(target - start);
73
return start +
static_cast
<int>(value * _nextafter(delta, 0));
75
return start +
static_cast
<int>(value * nextafter(delta, 0));
/external/chromium_org/ui/gl/
gl_context_wgl.cc
44
HGLRC share_handle =
static_cast
<HGLRC>(share_group()->GetHandle());
47
static_cast
<HDC>(compatible_surface->GetHandle()));
79
if (!wglMakeCurrent(
static_cast
<HDC>(surface->GetHandle()), context_)) {
gl_implementation_android.cc
22
glClearDepthf(
static_cast
<GLclampf>(depth));
27
glDepthRangef(
static_cast
<GLclampf>(z_near),
static_cast
<GLclampf>(z_far));
/external/eigen/Eigen/src/Core/
ReturnByValue.h
61
{
static_cast
<const Derived*>(this)->evalTo(dst); }
62
inline Index rows() const { return
static_cast
<const Derived*>(this)->rows(); }
63
inline Index cols() const { return
static_cast
<const Derived*>(this)->cols(); }
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
364
return
static_cast
<uint32>(result);
409
result |=
static_cast
<uint64>(b & 0x7F) << (7 * count);
450
*value = (
static_cast
<uint64>(part0) ) |
451
(
static_cast
<uint64>(part1) << 28) |
452
(
static_cast
<uint64>(part2) << 56);
617
target[0] =
static_cast
<uint8>(value | 0x80);
619
target[1] =
static_cast
<uint8>((value >> 7) | 0x80);
621
target[2] =
static_cast
<uint8>((value >> 14) | 0x80);
623
target[3] =
static_cast
<uint8>((value >> 21) | 0x80);
625
target[4] =
static_cast
<uint8>(value >> 28)
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinystr.cpp
30
const TiXmlString::size_type TiXmlString::npos =
static_cast
< TiXmlString::size_type >(-1);
93
TiXmlString::size_type b_len =
static_cast
<TiXmlString::size_type>( strlen(b) );
103
TiXmlString::size_type a_len =
static_cast
<TiXmlString::size_type>( strlen(a) );
/external/tinyxml/
tinystr.cpp
35
const TiXmlString::size_type TiXmlString::npos =
static_cast
< size_type >(-1);
97
TiXmlString::size_type b_len =
static_cast
<TiXmlString::size_type>( strlen(b) );
107
TiXmlString::size_type a_len =
static_cast
<TiXmlString::size_type>( strlen(a) );
/external/webrtc/src/modules/audio_processing/
processing_component.cc
74
if (num_handles_ >
static_cast
<int>(handles_.size())) {
78
assert(
static_cast
<int>(handles_.size()) >= num_handles_);
102
assert(
static_cast
<int>(handles_.size()) >= num_handles_);
/frameworks/av/media/libeffects/loudness/common/core/
math.h
45
return
static_cast
<float>(val + log_2);
82
return
static_cast
<T>(std::floor(
static_cast
<double>(x) + 0.5));
/frameworks/rs/
rsAllocation.cpp
524
Allocation *a =
static_cast
<Allocation *>(va);
530
Allocation *alloc =
static_cast
<Allocation *>(va);
535
Allocation *a =
static_cast
<Allocation *>(va);
543
Allocation *a =
static_cast
<Allocation *>(va);
549
Allocation *a =
static_cast
<Allocation *>(va);
555
Allocation *a =
static_cast
<Allocation *>(va);
561
Allocation *a =
static_cast
<Allocation *>(va);
567
Allocation *a =
static_cast
<Allocation *>(va);
573
Allocation *a =
static_cast
<Allocation *>(va);
585
Allocation *a =
static_cast
<Allocation *>(va)
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h
49
return
static_cast
<int>(latin_tolower(
static_cast
<unsigned short>(c)));
73
return
static_cast
<int>(BASE_CHARS[c]);
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
499
uint16 score_this =
static_cast
<unsigned char>(
506
node_current->score =
static_cast
<unsigned char>(
516
static_cast
<uint16>(char_for_node - 'A' + 1);
584
uint16 score_this =
static_cast
<unsigned char>(
591
node_current->score =
static_cast
<unsigned char>(
602
node_current->spelling_idx =
static_cast
<uint16>(char_for_node - 'A' + 1);
756
splstr16_queried_[pos] =
static_cast
<char16>
761
splstr16_queried_[0] =
static_cast
<char16>('C');
762
splstr16_queried_[1] =
static_cast
<char16>('h');
763
splstr16_queried_[2] =
static_cast
<char16>('\0')
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " " <<
49
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp
48
std::cerr <<
static_cast
<unsigned long>(m_num_e) << " "
49
<<
static_cast
<unsigned long>(m_num_used_e) << std::endl;
53
std::cerr <<
static_cast
<unsigned long>(i) << " ";
Completed in 903 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>