/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 236 INT bufferFrameStart, INT numberTimeSlots, INT fmax); 369 INT fmax = 0; in FDKsbrEnc_frameInfoGenerator() local 521 fmax = calcFillLengthMax(tranPos, numberTimeSlots); in FDKsbrEnc_frameInfoGenerator() 553 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 629 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 1020 int fmax; in calcFillLengthMax() local 1029 fmax = 6; in calcFillLengthMax() 1031 fmax = 4; in calcFillLengthMax() 1033 fmax = 8; in calcFillLengthMax() 1038 fmax = 5; in calcFillLengthMax() [all …]
|
/external/llvm/test/MC/AArch64/ |
D | neon-max-min.s | 70 fmax v0.2s, v1.2s, v2.2s 71 fmax v31.4s, v15.4s, v16.4s 72 fmax v7.2d, v8.2d, v25.2d
|
D | arm64-fp-encoding.s | 32 fmax s1, s2, s3 33 fmax d1, d2, d3 define 37 ; CHECK: fmax s1, s2, s3 ; encoding: [0x41,0x48,0x23,0x1e] 38 ; CHECK: fmax d1, d2, d3 ; encoding: [0x41,0x48,0x63,0x1e]
|
/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/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/llvm/test/CodeGen/AArch64/ |
D | arm64-fmax.ll | 10 ; CHECK: fmax
|
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-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/include/llvm/Target/ |
D | TargetLibraryInfo.h | 266 fmax, enumerator 735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl: in hasOptimizedCodeGen()
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 849 static_assert((std::is_same<decltype(std::fmax((float)0, (float)0)), float>::value), ""); in test_fmax() 850 static_assert((std::is_same<decltype(std::fmax((bool)0, (float)0)), double>::value), ""); in test_fmax() 851 …static_assert((std::is_same<decltype(std::fmax((unsigned short)0, (double)0)), double>::value), ""… in test_fmax() 852 …static_assert((std::is_same<decltype(std::fmax((int)0, (long double)0)), long double>::value), ""); in test_fmax() 853 … static_assert((std::is_same<decltype(std::fmax((float)0, (unsigned int)0)), double>::value), ""); in test_fmax() 854 static_assert((std::is_same<decltype(std::fmax((double)0, (long)0)), double>::value), ""); in test_fmax() 855 …static_assert((std::is_same<decltype(std::fmax((long double)0, (unsigned long)0)), long double>::v… in test_fmax() 856 static_assert((std::is_same<decltype(std::fmax((int)0, (long long)0)), double>::value), ""); in test_fmax() 857 …static_assert((std::is_same<decltype(std::fmax((int)0, (unsigned long long)0)), double>::value), "… in test_fmax() 858 static_assert((std::is_same<decltype(std::fmax((double)0, (double)0)), double>::value), ""); in test_fmax() [all …]
|
/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 233 declare double @fmax(double, double) nounwind readnone
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 36 # CHECK: fmax s1, s2, s3 37 # CHECK: fmax d1, d2, d3
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 94 double fmax(double, double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3rf.txt | 35 0x7b 0x8d 0xb8 0x1b # CHECK: fmax.w $w0, $w23, $w13 36 0x7b 0xa8 0x96 0x9b # CHECK: fmax.d $w26, $w18, $w8
|
/external/clang/lib/Headers/ |
D | tgmath.h | 762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} in __tg_fmax() 768 #undef fmax 769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/srec/srec/cfront/ |
D | frontobj.c | 352 int fmax, i, j, high_cut, bandwidth; in setup_freq_object() local 407 fmax = bandwidth; in setup_freq_object()
|
/external/libcxx/include/ |
D | cmath | 200 floating_point fmax (arithmetic x, arithmetic y); 1235 // fmax 1237 using ::fmax; 1240 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {retu… 1241 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {retu… 1251 fmax(_A1 __x, _A2 __y) _NOEXCEPT 1256 return fmax((__result_type)__x, (__result_type)__y);
|
/external/ltrace/etc/ |
D | libm.so.conf | 348 double fmax(double, double);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 419 static_assert((std::is_same<decltype(fmax((double)0, (double)0)), double>::value), ""); in test_fmax() 422 assert(fmax(1,0) == 1); in test_fmax()
|
/external/fio/ |
D | gettime.c | 299 if ((fmax(this, mean) - fmin(this, mean)) > S) in calibrate_cpu_clock()
|
/external/vixl/doc/ |
D | supported-instructions.md | 1138 ### fmax ### subsection 1142 void fmax(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm)
|
/external/vixl/test/ |
D | test-simulator-a64.cc | 964 DEFINE_TEST_FP(fmax, 2Op, Basic)
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1644 def fmax_array_constructor_EQ : Joined<["-"], "fmax-array-constructor=">, Group<gfortran_Group>; 1645 def fmax_errors_EQ : Joined<["-"], "fmax-errors=">, Group<gfortran_Group>; 1646 def fmax_stack_var_size_EQ : Joined<["-"], "fmax-stack-var-size=">, Group<gfortran_Group>; 1647 def fmax_subrecord_length_EQ : Joined<["-"], "fmax-subrecord-length=">, Group<gfortran_Group>;
|