Home
last modified time | relevance | path

Searched refs:fvalue (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dtfrc_equation.c658 * @fvalue: function value to match, scaled by 1000000
662 u32 tfrc_calc_x_reverse_lookup(u32 fvalue) in tfrc_calc_x_reverse_lookup() argument
666 if (fvalue == 0) /* f(p) = 0 whenever p = 0 */ in tfrc_calc_x_reverse_lookup()
670 if (fvalue < tfrc_calc_x_lookup[0][1]) { in tfrc_calc_x_reverse_lookup()
671 DCCP_WARN("fvalue %u smaller than resolution\n", fvalue); in tfrc_calc_x_reverse_lookup()
674 if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { in tfrc_calc_x_reverse_lookup()
675 DCCP_WARN("fvalue %u exceeds bounds!\n", fvalue); in tfrc_calc_x_reverse_lookup()
679 if (fvalue < in tfrc_calc_x_reverse_lookup()
[all...]
H A Dtfrc.h55 u32 tfrc_calc_x_reverse_lookup(u32 fvalue);
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c658 * @fvalue: function value to match, scaled by 1000000
662 u32 tfrc_calc_x_reverse_lookup(u32 fvalue) in tfrc_calc_x_reverse_lookup() argument
666 if (fvalue == 0) /* f(p) = 0 whenever p = 0 */ in tfrc_calc_x_reverse_lookup()
670 if (fvalue < tfrc_calc_x_lookup[0][1]) { in tfrc_calc_x_reverse_lookup()
671 DCCP_WARN("fvalue %u smaller than resolution\n", fvalue); in tfrc_calc_x_reverse_lookup()
674 if (fvalue > tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][0]) { in tfrc_calc_x_reverse_lookup()
675 DCCP_WARN("fvalue %u exceeds bounds!\n", fvalue); in tfrc_calc_x_reverse_lookup()
679 if (fvalue < in tfrc_calc_x_reverse_lookup()
[all...]
H A Dtfrc.h55 u32 tfrc_calc_x_reverse_lookup(u32 fvalue);
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dmemset.S40 #define fvalue f6 define
111 setf.sig fvalue=value // transfer value to FLP side
150 stf8 [ptr9] = fvalue, 128 // Do stores one cache line apart
160 stf8 [ptr2] = fvalue, 8
161 stf8 [ptr0] = fvalue, 8
164 stf8 [ptr2] = fvalue, 24
165 stf8 [ptr0] = fvalue, 24
168 stf8 [ptr2] = fvalue, 8
169 stf8 [ptr0] = fvalue, 8
172 stf8 [ptr2] = fvalue, 2
[all...]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dmemset.S40 #define fvalue f6 define
111 setf.sig fvalue=value // transfer value to FLP side
150 stf8 [ptr9] = fvalue, 128 // Do stores one cache line apart
160 stf8 [ptr2] = fvalue, 8
161 stf8 [ptr0] = fvalue, 8
164 stf8 [ptr2] = fvalue, 24
165 stf8 [ptr0] = fvalue, 24
168 stf8 [ptr2] = fvalue, 8
169 stf8 [ptr0] = fvalue, 8
172 stf8 [ptr2] = fvalue, 2
[all...]

Completed in 3 milliseconds