HomeSort by relevance Sort by last modified time
    Searched refs:fmax (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFmax.rs 26 return fmax(inA, inB);
31 return fmax(inA, inB);
36 return fmax(inA, inB);
41 return fmax(inA, inB);
46 return fmax(inA, inB);
51 return fmax(inA, inB);
56 return fmax(inA, inB);
61 return fmax(inA, inB);
66 return fmax(inA, inB);
71 return fmax(inA, inB)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 67 fmax = open(self.sys_cpufreq_path + 'cpuinfo_max_freq', 'r')
68 available_freqs = map(int, [fmin.read(), fmax.read()])
70 fmax.close()
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmax.c 35 fmax(double x, double y) function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
floatdp2.d 12 10: 1e2f48e0 fmax s0, s7, s15
21 34: 1e6f48e0 fmax d0, d7, d15
  /external/llvm/test/MC/AArch64/
neon-max-min.s 70 fmax v0.4h, v1.4h, v2.4h
71 fmax v0.8h, v1.8h, v2.8h
72 fmax v0.2s, v1.2s, v2.2s
73 fmax v31.4s, v15.4s, v16.4s
74 fmax v7.2d, v8.2d, v25.2d
76 // CHECK: fmax v0.4h, v1.4h, v2.4h // encoding: [0x20,0x34,0x42,0x0e]
77 // CHECK: fmax v0.8h, v1.8h, v2.8h // encoding: [0x20,0x34,0x42,0x4e]
78 // CHECK: fmax v0.2s, v1.2s, v2.2s // encoding: [0x20,0xf4,0x22,0x0e]
79 // CHECK: fmax v31.4s, v15.4s, v16.4s // encoding: [0xff,0xf5,0x30,0x4e]
80 // CHECK: fmax v7.2d, v8.2d, v25.2d // encoding: [0x07,0xf5,0x79,0x4e
    [all...]
  /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...]
  /bionic/libm/
builtins.cpp 53 double fmax(double x, double y) { return __builtin_fmax(x, y); } function
fake_long_double.c 27 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); }
  /external/capstone/suite/MC/AArch64/
neon-max-min.s.cs 26 0x20,0xf4,0x22,0x0e = fmax v0.2s, v1.2s, v2.2s
27 0xff,0xf5,0x30,0x4e = fmax v31.4s, v15.4s, v16.4s
28 0x07,0xf5,0x79,0x4e = fmax v7.2d, v8.2d, v25.2d
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
quantize_and_dequantize_op.cc 58 const xla::Computation* fmax = ctx->GetOrCreateMax(data_type); variable
63 b->ReduceAll(input, XlaHelpers::MinValue(b, data_type), *fmax);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs 113 accum->max = fmax(accum->max, in);
119 accum->max = fmax(accum->max, val->max);
137 max = fmax(max, val);
164 // result[1].x = fmax(input[...].x)
165 // result[1].y = fmax(input[...].y)
189 accum->max.x = fmax(accum->max.x, in.x);
190 accum->max.y = fmax(accum->max.y, in.y);
197 accum->max.x = fmax(accum->max.x, val->max.x);
198 accum->max.y = fmax(accum->max.y, val->max.y);
219 max.x = fmax(max.x, val.x)
    [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/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
209 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
209 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
223 using ::fmax;

Completed in 1256 milliseconds

1 2 3 4 5 6 7 8 9