Searched refs:fvalue (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/net/dccp/ccids/lib/ |
D | tfrc_equation.c | 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 <= tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE - 1][1]) { in tfrc_calc_x_reverse_lookup() 680 index = tfrc_binsearch(fvalue, 1); in tfrc_calc_x_reverse_lookup() 685 index = tfrc_binsearch(fvalue, 0); in tfrc_calc_x_reverse_lookup()
|
D | tfrc.h | 55 u32 tfrc_calc_x_reverse_lookup(u32 fvalue);
|
/linux-5.19.10/arch/ia64/lib/ |
D | memset.S | 40 #define fvalue f6 macro 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, 24 [all …]
|