Home
last modified time | relevance | path

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

/liblc3-3.7.0-3.6.0/src/
Dltpf.c449 float xw_max = (*x_max = x[arg = 0]); in argmax_weighted() local
453 if (xw_max < x[i] * w) in argmax_weighted()
454 xw_max = (*x_max = x[arg = i]) * w; in argmax_weighted()