Home
last modified time | relevance | path

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

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/fft/fft_fxpt/
H A Dfft.cpp124 sc_int<32> w_temp2; in entry() local
197 w_temp2 = w_rec_imag*w_imag; in entry()
204 w_temp5 = w_temp1 - w_temp2; in entry()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewStatistics.cpp663 wxCoord w_temp2; in DrawAxis() local
666 …dc.GetTextExtent(wxString::Format(wxT(" %s"), format_number(min_val_y_all, 2)), &w_temp2, &h_temp,… in DrawAxis()
668 if (w_temp < w_temp2) w_temp = w_temp2; in DrawAxis()