Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/midiplay/
H A Dmidiplay.c840 #define DTIME(i) (t[i].indirect->delta) macro
858 if (DTIME(node) > DTIME(lc)) in Heapify()
860 DTIME(lc) -= DTIME(node); in Heapify()
865 if (DTIME(lc) > DTIME(rc)) in Heapify()
867 if (DTIME(node) <= DTIME(mn)) { in Heapify()
868 DTIME(rc) -= DTIME(node); in Heapify()
869 DTIME(lc) -= DTIME(node); in Heapify()
874 DTIME(rc) -= DTIME(node); in Heapify()
875 DTIME(lc) -= DTIME(node); in Heapify()
900 DTIME(ntrks) += DTIME(ancest); in ShrinkHeap()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-200733 * intrinsic.c (add_functions): Removed alias from ETIME to DTIME,
34 added stand-alone intrinsic DTIME.
36 DTIME and ETIME.
37 * trans-intrinsic.c (gfc_conv_intrinsic_function): Added DTIME
39 * intrinsic.texi (DTIME): Added paragraph about thread-safety,
H A Dgfortran.info6811 * 'DTIME': DTIME, Execution time subroutine (or function)
11072 File: gfortran.info, Node: DSHIFTR, Next: DTIME, Prev: DSHIFTL, Up: Intrinsic Procedures
11112 File: gfortran.info, Node: DTIME, Next: EOSHIFT, Prev: DSHIFTR, Up: Intrinsic Procedures
11114 8.92 'DTIME' -- Execution time subroutine (or function)
11118 'DTIME(VALUES, TIME)' initially returns the number of seconds of
11124 Subsequent invocations of 'DTIME' return values accumulated since
11135 from multiple threads. However, if 'DTIME' is called from multiple
11156 'CALL DTIME(VALUES, TIME)'.
11157 'TIME = DTIME(VALUES)', (not recommended).
11189 File: gfortran.info, Node: EOSHIFT, Next: EPSILON, Prev: DTIME, Up: Intrinsic Procedures
[all …]
H A Dintrinsic.texi135 * @code{DTIME}: DTIME, Execution time subroutine (or function)
5243 @node DTIME
5244 @section @code{DTIME} --- Execution time subroutine (or function)
5245 @fnindex DTIME
5251 @code{DTIME(VALUES, TIME)} initially returns the number of seconds of runtime
5257 Subsequent invocations of @code{DTIME} return values accumulated since the
5268 threads. However, if @code{DTIME} is called from multiple threads, the result
5291 @item @code{CALL DTIME(VALUES, TIME)}.
5292 @item @code{TIME = DTIME(VALUES)}, (not recommended).
H A DChangeLog-2009574 * intrinsic.texi: Explicitly state that ETIME and DTIME take
2560 LOG_GAMMA, DATAN2, DBESJN, DTIME, ETIME, FSTAT, STAT, LSTAT,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.info7117 * 'DTIME': DTIME, Execution time subroutine (or function)
11401 File: gfortran.info, Node: DSHIFTR, Next: DTIME, Prev: DSHIFTL, Up: Intrinsic Procedures
11441 File: gfortran.info, Node: DTIME, Next: EOSHIFT, Prev: DSHIFTR, Up: Intrinsic Procedures
11443 9.92 'DTIME' -- Execution time subroutine (or function)
11447 'DTIME(VALUES, TIME)' initially returns the number of seconds of
11453 Subsequent invocations of 'DTIME' return values accumulated since
11464 from multiple threads. However, if 'DTIME' is called from multiple
11486 'CALL DTIME(VALUES, TIME)'.
11487 'TIME = DTIME(VALUES)', (not recommended).
11519 File: gfortran.info, Node: EOSHIFT, Next: EPSILON, Prev: DTIME, Up: Intrinsic Procedures
[all …]
H A Dintrinsic.texi135 * @code{DTIME}: DTIME, Execution time subroutine (or function)
5247 @node DTIME
5248 @section @code{DTIME} --- Execution time subroutine (or function)
5249 @fnindex DTIME
5255 @code{DTIME(VALUES, TIME)} initially returns the number of seconds of runtime
5261 Subsequent invocations of @code{DTIME} return values accumulated since the
5272 threads. However, if @code{DTIME} is called from multiple threads, the result
5295 @item @code{CALL DTIME(VALUES, TIME)}.
5296 @item @code{TIME = DTIME(VALUES)}, (not recommended).
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-200728 DTIME and ETIME to ...