Searched defs:fmax (Results 1 - 8 of 8) sorted by relevance

/external/srec/srec/cfront/
H A Dfrontobj.c352 int fmax, i, j, high_cut, bandwidth; local
407 fmax = bandwidth;
409 /* finc= fmax/freqobj->ns; */
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp236 INT bufferFrameStart, INT numberTimeSlots, INT fmax);
369 INT fmax = 0; local
521 fmax = calcFillLengthMax(tranPos, numberTimeSlots);
553 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
629 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
1020 int fmax; local
1029 fmax = 6;
1031 fmax = 4;
1033 fmax = 8;
1038 fmax
1077 fillFramePost(INT *parts, INT *d, INT dmax, INT *v_bord, INT *length_v_bord, INT *v_freq, INT *length_v_freq, INT bmax, INT bufferFrameStart, INT numberTimeSlots, INT fmax) argument
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h527 friend const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2418 inline const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) function in namespace:mpfr
/external/vixl/src/a64/
H A Dassembler-a64.cc1311 void Assembler::fmax(const FPRegister& fd, function in class:vixl::Assembler
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc1869 void Assembler::fmax(const FPRegister& fd, function in class:v8::internal::Assembler
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h265 /// double fmax(double x, double y);
266 fmax, enumerator in enum:llvm::LibFunc::Func
735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl:
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 442 milliseconds