/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | gftt.cu | 72 maxVal = ::fmax(tex2D(eigTex, j - 1, i - 1), maxVal); in findCorners() 73 maxVal = ::fmax(tex2D(eigTex, j , i - 1), maxVal); in findCorners() 74 maxVal = ::fmax(tex2D(eigTex, j + 1, i - 1), maxVal); in findCorners() 76 maxVal = ::fmax(tex2D(eigTex, j - 1, i), maxVal); in findCorners() 77 maxVal = ::fmax(tex2D(eigTex, j + 1, i), maxVal); in findCorners() 79 maxVal = ::fmax(tex2D(eigTex, j - 1, i + 1), maxVal); in findCorners() 80 maxVal = ::fmax(tex2D(eigTex, j , i + 1), maxVal); in findCorners() 81 maxVal = ::fmax(tex2D(eigTex, j + 1, i + 1), maxVal); in findCorners()
|
/external/llvm/test/CodeGen/X86/ |
D | fmaxnum.ll | 5 declare double @fmax(double, double) 48 ; CHECK: jmp fmax 50 %z = call double @fmax(double %x, double %y) readnone 84 ; CHECK: jmp fmax 251 ; CHECK: callq fmax 252 ; CHECK: callq fmax 261 ; CHECK: callq fmax 262 ; CHECK: callq fmax 263 ; CHECK: callq fmax 264 ; CHECK: callq fmax [all …]
|
/external/llvm/test/MC/AArch64/ |
D | 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
|
D | arm64-fp-encoding.s | 50 fmax h1, h2, h3 51 fmax s1, s2, s3 52 fmax d1, d2, d3 define 57 ; FP16: fmax h1, h2, h3 ; encoding: [0x41,0x48,0xe3,0x1e] 59 ; NO-FP16-NEXT: fmax h1, h2, h3 60 ; CHECK: fmax s1, s2, s3 ; encoding: [0x41,0x48,0x23,0x1e] 61 ; CHECK: fmax d1, d2, d3 ; encoding: [0x41,0x48,0x63,0x1e]
|
/external/autotest/client/site_tests/kernel_CpufreqMinMax/ |
D | 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()
|
/external/clang/test/Driver/ |
D | rewrite-legacy-objc.m | 6 …-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fd… 12 …ck-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fd… 13 …ck-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fd…
|
D | rewrite-objc.m | 6 …-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fd…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fmaxnum.ll | 4 declare double @fmax(double, double) 22 ; CHECK: bl fmax 24 %z = call double @fmax(double %x, double %y) readnone 43 ; CHECK: bl fmax
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local 138 if (fmax < dmax) in diag() 139 fd[fdiagoff + ++fmax + 1] = -1; in diag() 141 --fmax; in diag() 142 for (d = fmax; d >= fmin; d -= 2) in diag() 190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d]) in diag() 210 for (d = fmax; d >= fmin; d -= 2) in diag()
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 236 INT bufferFrameStart, INT numberTimeSlots, INT fmax); 370 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local 521 fmax = calcFillLengthMax(tranPos, numberTimeSlots); in FDKsbrEnc_frameInfoGenerator() 554 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 630 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 1030 int fmax; in calcFillLengthMax() local 1039 fmax = 6; in calcFillLengthMax() 1041 fmax = 4; in calcFillLengthMax() 1043 fmax = 8; in calcFillLengthMax() 1048 fmax = 5; in calcFillLengthMax() [all …]
|
/external/opencv3/modules/cudacodec/src/cuda/ |
D | nv12_to_rgb.cu | 97 red = ::fmin(::fmax(red, 0.0f), 1023.f); in RGBA_pack_10bit() 98 green = ::fmin(::fmax(green, 0.0f), 1023.f); in RGBA_pack_10bit() 99 blue = ::fmin(::fmax(blue, 0.0f), 1023.f); in RGBA_pack_10bit()
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 3rf.ll | 254 %2 = tail call <4 x float> @llvm.mips.fmax.w(<4 x float> %0, <4 x float> %1) 259 declare <4 x float> @llvm.mips.fmax.w(<4 x float>, <4 x float>) nounwind 264 ; CHECK: fmax.w 276 %2 = tail call <2 x double> @llvm.mips.fmax.d(<2 x double> %0, <2 x double> %1) 281 declare <2 x double> @llvm.mips.fmax.d(<2 x double>, <2 x double>) nounwind 286 ; CHECK: fmax.d 298 %2 = tail call <4 x float> @llvm.mips.fmax.a.w(<4 x float> %0, <4 x float> %1) 303 declare <4 x float> @llvm.mips.fmax.a.w(<4 x float>, <4 x float>) nounwind 320 %2 = tail call <2 x double> @llvm.mips.fmax.a.d(<2 x double> %0, <2 x double> %1) 325 declare <2 x double> @llvm.mips.fmax.a.d(<2 x double>, <2 x double>) nounwind
|
D | compare_float.ll | 4 declare <4 x float> @llvm.mips.fmax.w(<4 x float>, <4 x float>) nounwind 5 declare <2 x double> @llvm.mips.fmax.d(<2 x double>, <2 x double>) nounwind 606 %3 = tail call <4 x float> @llvm.mips.fmax.w(<4 x float> %1, <4 x float> %2) 607 ; CHECK-DAG: fmax.w [[R3:\$w[0-9]+]], [[R1]], [[R2]] 622 %3 = tail call <2 x double> @llvm.mips.fmax.d(<2 x double> %1, <2 x double> %2) 623 ; CHECK-DAG: fmax.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
|
/external/llvm/test/MC/Mips/msa/ |
D | 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/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 781 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(max, ::fmax, double, double) 850 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uchar, double, double) 853 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, char, double, double) 856 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, ushort, double, double) 859 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, short, double, double) 862 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uint, double, double) 865 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, int, double, double) 867 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, float, double, double) 868 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, double, double, double)
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 792 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(max, ::fmax, double, double) 861 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uchar, double, double) 864 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, char, double, double) 867 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, ushort, double, double) 870 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, short, double, double) 873 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uint, double, double) 876 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, int, double, double) 878 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, float, double, double) 879 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, double, double, double)
|
D | atomic.hpp | 188 __double_as_longlong(::fmax(val, __longlong_as_double(assumed)))); in atomicMax()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function 948 static_assert((std::is_same<decltype(std::fmax((float)0, (float)0)), float>::value), ""); in test_fmax() 949 static_assert((std::is_same<decltype(std::fmax((bool)0, (float)0)), double>::value), ""); in test_fmax() 950 …static_assert((std::is_same<decltype(std::fmax((unsigned short)0, (double)0)), double>::value), ""… in test_fmax() 951 …static_assert((std::is_same<decltype(std::fmax((int)0, (long double)0)), long double>::value), ""); in test_fmax() 952 … static_assert((std::is_same<decltype(std::fmax((float)0, (unsigned int)0)), double>::value), ""); in test_fmax() 953 static_assert((std::is_same<decltype(std::fmax((double)0, (long)0)), double>::value), ""); in test_fmax() 954 …static_assert((std::is_same<decltype(std::fmax((long double)0, (unsigned long)0)), long double>::v… in test_fmax() 955 static_assert((std::is_same<decltype(std::fmax((int)0, (long long)0)), double>::value), ""); in test_fmax() 956 …static_assert((std::is_same<decltype(std::fmax((int)0, (unsigned long long)0)), double>::value), "… in test_fmax() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-add-sub.ll | 191 ; CHECK: fmax d{{[0-9]+}}, d{{[0-9]+}}, d{{[0-9]+}} 192 %1 = tail call <1 x double> @llvm.aarch64.neon.fmax.v1f64(<1 x double> %a, <1 x double> %b) 235 declare <1 x double> @llvm.aarch64.neon.fmax.v1f64(<1 x double>, <1 x double>)
|
D | arm64-fmax-safe.ll | 10 ; CHECK: fmax s
|
D | arm64-vmax.ll | 497 ;CHECK: fmax.2s 500 %tmp3 = call <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float> %tmp1, <2 x float> %tmp2) 506 ;CHECK: fmax.4s 509 %tmp3 = call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %tmp1, <4 x float> %tmp2) 515 ;CHECK: fmax.2d 518 %tmp3 = call <2 x double> @llvm.aarch64.neon.fmax.v2f64(<2 x double> %tmp1, <2 x double> %tmp2) 522 declare <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float>, <2 x float>) nounwind readnone 523 declare <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float>, <4 x float>) nounwind readnone 524 declare <2 x double> @llvm.aarch64.neon.fmax.v2f64(<2 x double>, <2 x double>) nounwind readnone
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 47 # FP16: fmax h1, h2, h3 48 # CHECK: fmax s1, s2, s3 49 # CHECK: fmax d1, d2, d3
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 202 %3 = call double @fmax(double %1, double %2) nounwind 216 %4 = call double @fmax(double %2, double %3) nounwind 271 declare double @fmax(double, double) nounwind readnone
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fmax3.ll | 23 ; Commute operand of second fmax
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 94 double fmax(double, double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
|