OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:integer_part
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
TimeValue.h
108
SecondsType
integer_part
= static_cast<SecondsType>( new_time );
local
109
seconds_ =
integer_part
;
111
static_cast<double>(
integer_part
)) * NANOSECONDS_PER_SECOND );
/external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h
96
SecondsType
integer_part
= static_cast<SecondsType>( new_time );
local
97
seconds_ =
integer_part
;
99
static_cast<double>(
integer_part
)) * NANOSECONDS_PER_SECOND );
Completed in 221 milliseconds