/external/llvm/test/MC/AArch64/ |
D | neon-max-min.s | 85 fmin v10.4h, v15.4h, v22.4h 86 fmin v10.8h, v15.8h, v22.8h 87 fmin v10.2s, v15.2s, v22.2s 88 fmin v3.4s, v5.4s, v6.4s 89 fmin v17.2d, v13.2d, v2.2d
|
D | arm64-fp-encoding.s | 68 fmin h1, h2, h3 69 fmin s1, s2, s3 70 fmin d1, d2, d3 define 75 ; FP16: fmin h1, h2, h3 ; encoding: [0x41,0x58,0xe3,0x1e] 77 ; NO-FP16-NEXT: fmin h1, h2, h3 78 ; CHECK: fmin s1, s2, s3 ; encoding: [0x41,0x58,0x23,0x1e] 79 ; CHECK: fmin d1, d2, d3 ; encoding: [0x41,0x58,0x63,0x1e]
|
/external/autotest/client/site_tests/kernel_CpufreqMinMax/ |
D | kernel_CpufreqMinMax.py | 66 fmin = open(self.sys_cpufreq_path + 'cpuinfo_min_freq', 'r') 68 available_freqs = map(int, [fmin.read(), fmax.read()]) 69 fmin.close()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | BisectionSolver.java | 107 double fmin; in solve() local 112 fmin = f.value(min); in solve() 115 if (fm * fmin > 0.0) { in solve()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fminnum.ll | 4 declare double @fmin(double, double) 22 ; CHECK: bl fmin 24 %z = call double @fmin(double %x, double %y) readnone 43 ; CHECK: bl fmin
|
D | ctr-minmaxnum.ll | 8 declare double @fmin(double, double) 170 ; CHECK: bl fmin 178 %0 = call double @fmin(double %f, double 1.0) readnone 190 ; CHECK: bl fmin
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. in diag() local 134 if (fmin > dmin) in diag() 135 fd[fdiagoff + --fmin - 1] = -1; in diag() 137 ++fmin; 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/llvm/test/CodeGen/AArch64/ |
D | arm64-fmax.ll | 20 ; CHECK: fmin 32 ; CHECK: fmin 61 ; FIXME: It'd be nice for this to create an fmin instruction!
|
D | arm64-fmax-safe.ll | 20 ; CHECK: fmin s 24 ; must become fminnm, not fmin.
|
D | arm64-neon-add-sub.ll | 198 ; CHECK: fmin d{{[0-9]+}}, d{{[0-9]+}}, d{{[0-9]+}} 199 %1 = tail call <1 x double> @llvm.aarch64.neon.fmin.v1f64(<1 x double> %a, <1 x double> %b) 234 declare <1 x double> @llvm.aarch64.neon.fmin.v1f64(<1 x double>, <1 x double>)
|
D | arm64-vmax.ll | 559 ;CHECK: fmin.2s 562 %tmp3 = call <2 x float> @llvm.aarch64.neon.fmin.v2f32(<2 x float> %tmp1, <2 x float> %tmp2) 568 ;CHECK: fmin.4s 571 %tmp3 = call <4 x float> @llvm.aarch64.neon.fmin.v4f32(<4 x float> %tmp1, <4 x float> %tmp2) 577 ;CHECK: fmin.2d 580 %tmp3 = call <2 x double> @llvm.aarch64.neon.fmin.v2f64(<2 x double> %tmp1, <2 x double> %tmp2) 584 declare <2 x float> @llvm.aarch64.neon.fmin.v2f32(<2 x float>, <2 x float>) nounwind readnone 585 declare <4 x float> @llvm.aarch64.neon.fmin.v4f32(<4 x float>, <4 x float>) nounwind readnone 586 declare <2 x double> @llvm.aarch64.neon.fmin.v2f64(<2 x double>, <2 x double>) nounwind readnone
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 3rf.ll | 166 %2 = tail call <4 x float> @llvm.mips.fmin.w(<4 x float> %0, <4 x float> %1) 171 declare <4 x float> @llvm.mips.fmin.w(<4 x float>, <4 x float>) nounwind 176 ; CHECK: fmin.w 188 %2 = tail call <2 x double> @llvm.mips.fmin.d(<2 x double> %0, <2 x double> %1) 193 declare <2 x double> @llvm.mips.fmin.d(<2 x double>, <2 x double>) nounwind 198 ; CHECK: fmin.d 210 %2 = tail call <4 x float> @llvm.mips.fmin.a.w(<4 x float> %0, <4 x float> %1) 215 declare <4 x float> @llvm.mips.fmin.a.w(<4 x float>, <4 x float>) nounwind 232 %2 = tail call <2 x double> @llvm.mips.fmin.a.d(<2 x double> %0, <2 x double> %1) 237 declare <2 x double> @llvm.mips.fmin.a.d(<2 x double>, <2 x double>) nounwind
|
D | compare_float.ll | 6 declare <4 x float> @llvm.mips.fmin.w(<4 x float>, <4 x float>) nounwind 7 declare <2 x double> @llvm.mips.fmin.d(<2 x double>, <2 x double>) nounwind 638 %3 = tail call <4 x float> @llvm.mips.fmin.w(<4 x float> %1, <4 x float> %2) 639 ; CHECK-DAG: fmin.w [[R3:\$w[0-9]+]], [[R1]], [[R2]] 654 %3 = tail call <2 x double> @llvm.mips.fmin.d(<2 x double> %1, <2 x double> %2) 655 ; CHECK-DAG: fmin.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 89 __DEVICE__ double fmin(double, double); 90 __DEVICE__ float fmin(float, float); 210 using ::fmin;
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 176 %3 = call double @fmin(double %1, double %2) nounwind 190 %4 = call double @fmin(double %2, double %3) nounwind 241 %3 = call double @fmin(double 1.000000e+00, double %2) nounwind 253 %3 = call double @fmin(double 1.300000e+00, double %2) nounwind 259 ; CHECK: %3 = call double @fmin(double 1.300000e+00, double %2) 270 declare double @fmin(double, double) nounwind readnone
|
D | double-float-shrink-1.ll | 373 %e = call fp128 @fmin(fp128 %c, fp128 %d) 380 ; CHECK-NEXT: %e = call fp128 @fmin(fp128 %c, fp128 %d) 385 declare fp128 @fmin(fp128, fp128) ; This is not the 'fmin' you're looking for.
|
/external/llvm/test/MC/Mips/msa/ |
D | test_3rf.s | 39 # CHECK: fmin.w $w24, $w1, $w30 # encoding: [0x7b,0x1e,0x0e,0x1b] 40 # CHECK: fmin.d $w27, $w27, $w10 # encoding: [0x7b,0x2a,0xde,0xdb] 122 fmin.w $w24, $w1, $w30 123 fmin.d $w27, $w27, $w10
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 77 Ambiguous fmin(Ambiguous, Ambiguous){ return Ambiguous(); } in fmin() function 1014 static_assert((std::is_same<decltype(fmin((float)0, (float)0)), float>::value), ""); in test_fmin() 1015 static_assert((std::is_same<decltype(fmin((bool)0, (float)0)), double>::value), ""); in test_fmin() 1016 static_assert((std::is_same<decltype(fmin((unsigned short)0, (double)0)), double>::value), ""); in test_fmin() 1017 static_assert((std::is_same<decltype(fmin((int)0, (long double)0)), long double>::value), ""); in test_fmin() 1018 static_assert((std::is_same<decltype(fmin((float)0, (unsigned int)0)), double>::value), ""); in test_fmin() 1019 static_assert((std::is_same<decltype(fmin((double)0, (long)0)), double>::value), ""); in test_fmin() 1020 …static_assert((std::is_same<decltype(fmin((long double)0, (unsigned long)0)), long double>::value)… in test_fmin() 1021 static_assert((std::is_same<decltype(fmin((int)0, (long long)0)), double>::value), ""); in test_fmin() 1022 static_assert((std::is_same<decltype(fmin((int)0, (unsigned long long)0)), double>::value), ""); in test_fmin() [all …]
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMath.h | 145 return make_double2(fmin(a.x, b.x), fmin(a.y, b.y)); 275 return fmin(a.x, a.y);
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 78 Ambiguous fmin(Ambiguous, Ambiguous){ return Ambiguous(); } in fmin() function 1016 static_assert((std::is_same<decltype(std::fmin((float)0, (float)0)), float>::value), ""); in test_fmin() 1017 static_assert((std::is_same<decltype(std::fmin((bool)0, (float)0)), double>::value), ""); in test_fmin() 1018 …static_assert((std::is_same<decltype(std::fmin((unsigned short)0, (double)0)), double>::value), ""… in test_fmin() 1019 …static_assert((std::is_same<decltype(std::fmin((int)0, (long double)0)), long double>::value), ""); in test_fmin() 1020 … static_assert((std::is_same<decltype(std::fmin((float)0, (unsigned int)0)), double>::value), ""); in test_fmin() 1021 static_assert((std::is_same<decltype(std::fmin((double)0, (long)0)), double>::value), ""); in test_fmin() 1022 …static_assert((std::is_same<decltype(std::fmin((long double)0, (unsigned long)0)), long double>::v… in test_fmin() 1023 static_assert((std::is_same<decltype(std::fmin((int)0, (long long)0)), double>::value), ""); in test_fmin() 1024 …static_assert((std::is_same<decltype(std::fmin((int)0, (unsigned long long)0)), double>::value), "… in test_fmin() [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 61 # FP16: fmin h1, h2, h3 62 # CHECK: fmin s1, s2, s3 63 # CHECK: fmin d1, d2, d3
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 97 double fmin(double, double); 281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fmin3.ll | 24 ; Commute operand of second fmin
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3rf.txt | 39 0x7b 0x1e 0x0e 0x1b # CHECK: fmin.w $w24, $w1, $w30 40 0x7b 0x2a 0xde 0xdb # CHECK: fmin.d $w27, $w27, $w10
|
/external/bzip2/ |
D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro 166 n = fmin(ltLo-lo, unLo-ltLo); fvswap(lo, unLo-n, n); in fallbackQSort3() 167 m = fmin(hi-gtHi, gtHi-unHi); fvswap(unLo, hi-m+1, m); in fallbackQSort3() 182 #undef fmin
|