Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h86 constexpr std::array<double, 6> COEFFS_TIME = {1000, 1000, 1000, 60, 60, 24}; variable
Dtype_converter.cpp116 return TypeConverter(COEFFS_TIME, LITERALS_TIME, times_in_nanos); in TimeConverter()