Home
last modified time | relevance | path

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

/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dintrinsic.c1978 cob_decimal *seconds_decimal) in seconds_from_formatted_time() argument
2008 mpz_set_ui (seconds_decimal->value, total_seconds); in seconds_from_formatted_time()
2009 cob_decimal_add (seconds_decimal, fractional_seconds); in seconds_from_formatted_time()
2011 mpz_set_ui (seconds_decimal->value, total_seconds); in seconds_from_formatted_time()
2012 seconds_decimal->scale = 0; in seconds_from_formatted_time()