/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | fmax.s | 10 fmax z0.h, p0/m, z0.h, #0.000000000000000 label 16 fmax z0.h, p0/m, z0.h, #0.0 label 22 fmax z0.s, p0/m, z0.s, #0.0 label 28 fmax z31.d, p7/m, z31.d, #1.0 label 34 fmax z31.h, p7/m, z31.h, #1.0 label 40 fmax z31.s, p7/m, z31.s, #1.0 label 46 fmax z0.d, p0/m, z0.d, #0.0 label 52 fmax z0.h, p7/m, z0.h, z31.h label 58 fmax z0.s, p7/m, z0.s, z31.s label 64 fmax z0.d, p7/m, z0.d, z31.d label [all …]
|
D | fmax-diagnostics.s | 6 fmax z0.h, p0/m, z0.h, #0.5 label 11 fmax z0.h, p0/m, z0.h, #-0.0 label 16 fmax z0.h, p0/m, z0.h, #0.0000000000000000000000001 label 21 fmax z0.h, p0/m, z0.h, #1.0000000000000000000000001 label 26 fmax z0.h, p0/m, z0.h, #0.9999999999999999999999999 label 35 fmax z0.h, p7/m, z1.h, z31.h label 44 fmax z0.b, p7/m, z0.b, z31.b label 49 fmax z0.h, p7/m, z0.h, z31.s label 58 fmax z0.h, p8/m, z0.h, z31.h label
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | quantize_and_dequantize_op.cc | 68 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); in Compile() local
|
/external/eigen/test/ |
D | boostmultiprec.cpp | 114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } in fmax() function
|
/external/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 52 fmax d1, d2, d3 define
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 52 fmax d1, d2, d3 define
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 343 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local 971 int fmax; in calcFillLengthMax() local 1029 INT fmax) { in fillFramePost()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | ram_file_block_cache.cc | 84 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); in UpdateLRU() local
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local
|
/external/libcxx/include/ |
D | math.h | 1217 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function 1218 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function 1228 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 77 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
|
/external/python/cpython2/Modules/ |
D | clmodule.c | 529 float fmin, fmax; in clm_GetMinMax() local
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 522 __ fmax(d12, d5, d5); in GenerateTestSequenceFP() local 523 __ fmax(s12, s28, s6); in GenerateTestSequenceFP() local 2611 __ fmax(v19.V2D(), v7.V2D(), v8.V2D()); in GenerateTestSequenceNEONFP() local 2612 __ fmax(v25.V2S(), v12.V2S(), v29.V2S()); in GenerateTestSequenceNEONFP() local 2613 __ fmax(v6.V4S(), v15.V4S(), v5.V4S()); in GenerateTestSequenceNEONFP() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 2731 float fmax; in ScaleMaxSamples_NEON() local
|
D | row_common.cc | 3193 float fmax = 0.f; in ScaleMaxSamples_C() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1455 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|
/external/clang/lib/Headers/ |
D | tgmath.h | 769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 12714 …_NEON2SSE_ALIGN_16 static const float32_t fmax[] = { 2.14748364e+009f, 2.14748364e+009f, 2.1474836… in vcvtq_s32_f32() local 12726 …_NEON2SSE_ALIGN_16 static const float32_t fmax[] = { 2.14748364e+009f, 2.14748364e+009f, 2.1474836… in vcvtq_u32_f32() local
|