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

12 3 4 5 6 7 8 9

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 87 __DEVICE__ double fmax(double, double);
88 __DEVICE__ float fmax(float, float);
209 using ::fmax;
  /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/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_math_agree.java 320 // fmax reference functions
321 private float fmax(float v1, float v2) { method in class:UT_math_agree
325 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
329 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
561 // Set results for fmax
562 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
563 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
564 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
565 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
566 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_math_agree.java 322 // fmax reference functions
323 private float fmax(float v1, float v2) { method in class:UT_math_agree
327 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
331 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
563 // Set results for fmax
564 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
565 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
566 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
567 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
568 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /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...]
  /bionic/tests/headers/posix/
tgmath_h.c 85 TGMATH2(fmax);
  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper.h 65 return fmax(x, y);
  /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
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 256 fmax := t.Find(min + 11)
262 if g != nil || ge != nil || l != nil || le != nil || fmin != nil || fmax != nil {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 256 fmax := t.Find(min + 11)
262 if g != nil || ge != nil || l != nil || le != nil || fmin != nil || fmax != nil {
  /system/media/audio_utils/tests/
primitives_benchmark.cpp 39 expected[i] = fmin(absMax, fmax(-absMax, src[i]));
  /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
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.cc 83 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); local
84 auto fcmp = block_map_.upper_bound(fmax);
  /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 1965 milliseconds

12 3 4 5 6 7 8 9