Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_channel.h63 …uint32_t totaldigittimesquared; /*!< Total Time Squared used to enter Number (Enbloc-Emu) … member
H A Dsccp_actions.c3135 channel->enbloc.totaldigittimesquared += pow(lpbx_digit_usecs, 2); in handle_keypad_button()
3142 …variance = ( (double) channel->enbloc.totaldigittimesquared - ((double)number_of_digits * pow(mean… in handle_keypad_button()
3144 …U sqrt((%d - (%d * (%d/%d)^2)/(%d-1))='%2.2f'\n", channel->enbloc.totaldigittimesquared, number_of… in handle_keypad_button()
3145 …'%d', std_deviation '%2.2f', variance '%2.2f'\n", channel->enbloc.totaldigittimesquared, channel->… in handle_keypad_button()
H A Dsccp_pbx.c1120 c->enbloc.totaldigittimesquared = 0; in sccp_pbx_softswitch()