Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/lib/
Dtfrc_equation.c666 u32 tfrc_calc_x_reverse_lookup(u32 fvalue) in tfrc_calc_x_reverse_lookup() argument
670 if (fvalue == 0) /* f(p) = 0 whenever p = 0 */ in tfrc_calc_x_reverse_lookup()
674 if (fvalue < tfrc_calc_x_lookup[0][1]) { in tfrc_calc_x_reverse_lookup()
675 DCCP_WARN("fvalue %u smaller than resolution\n", fvalue); in tfrc_calc_x_reverse_lookup()
678 if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { in tfrc_calc_x_reverse_lookup()
679 DCCP_WARN("fvalue %u exceeds bounds!\n", fvalue); in tfrc_calc_x_reverse_lookup()
683 if (fvalue <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { in tfrc_calc_x_reverse_lookup()
684 index = tfrc_binsearch(fvalue, 1); in tfrc_calc_x_reverse_lookup()
689 index = tfrc_binsearch(fvalue, 0); in tfrc_calc_x_reverse_lookup()
Dtfrc.h59 u32 tfrc_calc_x_reverse_lookup(u32 fvalue);
/linux-4.4.14/arch/ia64/lib/
Dmemset.S38 #define fvalue f6 macro
109 setf.sig fvalue=value // transfer value to FLP side
148 stf8 [ptr9] = fvalue, 128 // Do stores one cache line apart
158 stf8 [ptr2] = fvalue, 8
159 stf8 [ptr0] = fvalue, 8
162 stf8 [ptr2] = fvalue, 24
163 stf8 [ptr0] = fvalue, 24
166 stf8 [ptr2] = fvalue, 8
167 stf8 [ptr0] = fvalue, 8
170 stf8 [ptr2] = fvalue, 24
[all …]