HomeSort by relevance Sort by last modified time
    Searched defs:fmax (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
fmax-diagnostics.s 6 fmax z0.h, p0/m, z0.h, #0.5 label
8 // CHECK-NEXT: fmax z0.h, p0/m, z0.h, #0.5
11 fmax z0.h, p0/m, z0.h, #-0.0 label
13 // CHECK-NEXT: fmax z0.h, p0/m, z0.h, #-0.0
16 fmax z0.h, p0/m, z0.h, #0.0000000000000000000000001 label
18 // CHECK-NEXT: fmax z0.h, p0/m, z0.h, #0.0000000000000000000000001
21 fmax z0.h, p0/m, z0.h, #1.0000000000000000000000001 label
23 // CHECK-NEXT: fmax z0.h, p0/m, z0.h, #1.0000000000000000000000001
26 fmax z0.h, p0/m, z0.h, #0.9999999999999999999999999 label
28 // CHECK-NEXT: fmax z0.h, p0/m, z0.h, #0.999999999999999999999999
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
    [all...]
fmax.s 10 fmax z0.h, p0/m, z0.h, #0.000000000000000 label
11 // CHECK-INST: fmax z0.h, p0/m, z0.h, #0.0
16 fmax z0.h, p0/m, z0.h, #0.0 label
17 // CHECK-INST: fmax z0.h, p0/m, z0.h, #0.0
22 fmax z0.s, p0/m, z0.s, #0.0 label
23 // CHECK-INST: fmax z0.s, p0/m, z0.s, #0.0
28 fmax z31.d, p7/m, z31.d, #1.0 label
29 // CHECK-INST: fmax z31.d, p7/m, z31.d, #1.0
34 fmax z31.h, p7/m, z31.h, #1.0 label
35 // CHECK-INST: fmax z31.h, p7/m, z31.h, #1.
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
80 fmax z0.d, p0\/m, z0.d, #0.0 label
92 fmax z0.d, p0\/m, z0.d, #0.0 label
104 fmax z0.d, p7\/m, z0.d, z31.d label
116 fmax z0.d, p7\/m, z0.d, z31.d label
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmax.c 38 fmax(double x, double y) function
59 __weak_reference(fmax, fmaxl);
  /bionic/libm/
builtins.cpp 59 double fmax(double x, double y) { return __builtin_fmax(x, y); } function
  /external/eigen/test/
boostmultiprec.cpp 114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } function in namespace:boost::multiprecision
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
quantize_and_dequantize_op.cc 68 const xla::XlaComputation* fmax = ctx->GetOrCreateMax(data_type); variable
71 max_range = ReduceAll(input, xla::MinValue(b, xla_type), *fmax);
  /external/tensorflow/tensorflow/core/platform/cloud/
ram_file_block_cache.cc 84 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); local
85 auto fcmp = block_map_.upper_bound(fmax);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 529 double fmax, fmin; local
534 fmin = fmax = trf;
541 if (trf>fmax) {
542 fmax = trf;
554 firMax = fmax * norm;
604 double fmin, fmax; local
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
606 double d1 = (fmax - fmin)/2.;
608 passMax = fmax;
610 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.cpp 202 INT fmax);
343 INT fmax = 0; local
493 fmax = calcFillLengthMax(tranPos, numberTimeSlots);
523 fmax);
599 fmax);
971 int fmax; local
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. local
138 if (fmax < dmax)
139 fd[fdiagoff + ++fmax + 1] = -1;
141 --fmax;
142 for (d = fmax; d >= fmin; d -= 2)
190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
210 for (d = fmax; d >= fmin; d -= 2)
  /external/python/cpython2/Modules/
clmodule.c 529 float fmin, fmax; local
540 fmax = CL_TypeIsFloat(max);
541 return Py_BuildValue("(ff)", fmin, fmax);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 754 // 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/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 77 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon64.cc 2731 float fmax; local
    [all...]
row_common.cc 3193 float fmax = 0.f; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 536 friend const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode);
2550 inline const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::get_default_rnd()) function in namespace:mpfr
    [all...]
  /external/libpng/
png.c 3987 PNG_CONST double fmax = 1.\/(((png_int_32)1 << (16U - shift))-1); local
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 3909 PNG_CONST double fmax = 1.\/(((png_int_32)1 << (16U - shift))-1); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 660 static private Target.Floaty fmax(double a, double b, Target t) { method in class:CoreMathVerifier
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/neon_2_sse/
NEON_2_SSE.h 12714 _NEON2SSE_ALIGN_16 static const float32_t fmax[] = { 2.14748364e+009f, 2.14748364e+009f, 2.14748364e+009f, 2.14748364e+009f }; local
12726 _NEON2SSE_ALIGN_16 static const float32_t fmax[] = { 2.14748364e+009f, 2.14748364e+009f, 2.14748364e+009f, 2.14748364e+009f }; local
    [all...]

Completed in 1194 milliseconds