OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abmax
(Results
1 - 1
of
1
) sorted by null
/external/libldac/src/
func_fixp_ldac.c
75
INT32
abmax
, val;
local
77
abmax
= abs(p_x[0]);
80
if (
abmax
< val) {
81
abmax
= val;
85
return
abmax
;
Completed in 555 milliseconds