Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDTimeValue.h99 SecondsType integer_part = static_cast<SecondsType>( new_time ); in TimeValue() local
100 seconds_ = integer_part; in TimeValue()
102 static_cast<double>(integer_part)) * NANOSECONDS_PER_SECOND ); in TimeValue()