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

1 2 3 4 5 6 7

  /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/java/tests/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/java/tests/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/java/tests/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/opencv3/modules/cudaimgproc/src/cuda/
gftt.cu 72 maxVal = ::fmax(tex2D(eigTex, j - 1, i - 1), maxVal);
73 maxVal = ::fmax(tex2D(eigTex, j , i - 1), maxVal);
74 maxVal = ::fmax(tex2D(eigTex, j + 1, i - 1), maxVal);
76 maxVal = ::fmax(tex2D(eigTex, j - 1, i), maxVal);
77 maxVal = ::fmax(tex2D(eigTex, j + 1, i), maxVal);
79 maxVal = ::fmax(tex2D(eigTex, j - 1, i + 1), maxVal);
80 maxVal = ::fmax(tex2D(eigTex, j , i + 1), maxVal);
81 maxVal = ::fmax(tex2D(eigTex, j + 1, i + 1), maxVal);
  /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.25/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/services/audioflinger/
AudioResamplerFirGen.h 529 double fmax, fmin; local
534 fmin = fmax = trf;
541 if (trf>fmax) {
542 fmax = trf;
553 firMax = fmax * norm;
600 double fmin, fmax; local
601 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
602 double d1 = (fmax - fmin)/2.;
604 passMax = fmax;
606 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
    [all...]
  /bionic/libm/
fake_long_double.c 28 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); }
  /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/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 97 red = ::fmin(::fmax(red, 0.0f), 1023.f);
98 green = ::fmin(::fmax(green, 0.0f), 1023.f);
99 blue = ::fmin(::fmax(blue, 0.0f), 1023.f);
  /external/aac/libSBRenc/src/
fram_gen.cpp 236 INT bufferFrameStart, INT numberTimeSlots, INT fmax);
370 INT fmax = 0; local
521 fmax = calcFillLengthMax(tranPos, numberTimeSlots);
554 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
630 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
1030 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)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_agree.java 268 // fmax reference functions
269 private float fmax(float v1, float v2) { method in class:UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
507 // Set results for fmax
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_math_agree.java 268 // fmax reference functions
269 private float fmax(float v1, float v2) { method in class:UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
507 // Set results for fmax
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_math_agree.java 268 // fmax reference functions
269 private float fmax(float v1, float v2) { method in class:UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
507 // Set results for fmax
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
atomic.hpp 188 __double_as_longlong(::fmax(val, __longlong_as_double(assumed))));
  /frameworks/rs/driver/runtime/arch/
generic.c 115 * FMAX
118 extern float __attribute__((overloadable)) fmax(float v1, float v2) { function
122 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { function
129 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { function
137 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { function
146 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { function
153 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { function
161 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { function
400 return fmax(v1, v2);
404 return fmax(v1, v2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 126 __NTH (fmax (double __x, double __y)) function
  /external/llvm/test/MC/Mips/msa/
test_3rf.s 35 # CHECK: fmax.w $w0, $w23, $w13 # encoding: [0x7b,0x8d,0xb8,0x1b]
36 # CHECK: fmax.d $w26, $w18, $w8 # encoding: [0x7b,0xa8,0x96,0x9b]
118 fmax.w $w0, $w23, $w13
119 fmax.d $w26, $w18, $w8
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro

Completed in 857 milliseconds

1 2 3 4 5 6 7