Searched defs:fmax (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/mjsunit/wasm/ |
D | asm-wasm-literals.js | 36 function fmax() { return 2147483647; } function in PositiveIntLiterals 91 function fmax() { return 2147483647 >>> 0; } function in PositiveUnsignedLiterals
|
/external/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 52 fmax d1, d2, d3 define
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 370 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/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
D | tgmath.h | 769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/clang/lib/Headers/ |
D | tgmath.h | 769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 1915 void Assembler::fmax(const FPRegister& fd, in fmax() function in v8::internal::Assembler
|