Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/cfront/
Dfrontobj.c352 int fmax, i, j, high_cut, bandwidth; in setup_freq_object() local
/external/jdiff/src/jdiff/
DDiffMyers.java119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
/external/clang/lib/Headers/
Dtgmath.h769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro