Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/wasm/
Dasm-wasm-literals.js36 function fmax() { return 2147483647; } function in PositiveIntLiterals
91 function fmax() { return 2147483647 >>> 0; } function in PositiveUnsignedLiterals
/external/llvm/test/MC/AArch64/
Darm64-fp-encoding.s52 fmax d1, d2, d3 define
/external/aac/libSBRenc/src/
Dfram_gen.cpp370 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local
1030 int fmax; in calcFillLengthMax() local
1089 INT bufferFrameStart, INT numberTimeSlots, INT fmax) in fillFramePost()
/external/jdiff/src/jdiff/
DDiffMyers.java119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Dtgmath.h769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/external/clang/lib/Headers/
Dtgmath.h769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/external/v8/src/arm64/
Dassembler-arm64.cc1915 void Assembler::fmax(const FPRegister& fd, in fmax() function in v8::internal::Assembler