Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Doutput.h39 OBJECT * outf_double( double const value );
Dmake1.cpp766 outf_double( time->user ) ), in call_timing_rule()
767 outf_double( time->system ) ), in call_timing_rule()
768 outf_double( timestamp_delta_seconds(&time->start, &time->end) ) ) in call_timing_rule()
829 outf_double( time->user ) ), in call_action_rule()
830 outf_double( time->system ) ) ); in call_action_rule()
Doutput.cpp148 OBJECT * outf_double( double const value ) in outf_double() function