Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 49) sorted by relevance

12

/external/aac/libSBRenc/src/
Dfram_gen.cpp236 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/
Dneon-max-min.s70 fmax v0.2s, v1.2s, v2.2s
71 fmax v31.4s, v15.4s, v16.4s
72 fmax v7.2d, v8.2d, v25.2d
Darm64-fp-encoding.s32 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/
DDiffMyers.java119 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/
D3rf.ll254 %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
Dcompare_float.ll4 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/
Dtest_3rf.s35 # 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/
Darm64-fmax.ll10 ; CHECK: fmax
Darm64-neon-add-sub.ll191 ; 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>)
Darm64-vmax.ll497 ;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/
DTargetLibraryInfo.h266 fmax, enumerator
735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl: in hasOptimizedCodeGen()
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp849 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/
Dfloat-shrink-compare.ll202 %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/
Darm64-scalar-fp.txt36 # CHECK: fmax s1, s2, s3
37 # CHECK: fmax d1, d2, d3
/external/clang/test/CodeGen/
Dlibcall-declarations.c94 double fmax(double, double);
280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
/external/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3rf.txt35 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/
Dtgmath.h762 __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/
Dfrontobj.c352 int fmax, i, j, high_cut, bandwidth; in setup_freq_object() local
407 fmax = bandwidth; in setup_freq_object()
/external/libcxx/include/
Dcmath200 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/
Dlibm.so.conf348 double fmax(double, double);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp419 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/
Dgettime.c299 if ((fmax(this, mean) - fmin(this, mean)) > S) in calibrate_cpu_clock()
/external/vixl/doc/
Dsupported-instructions.md1138 ### fmax ### subsection
1142 void fmax(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm)
/external/vixl/test/
Dtest-simulator-a64.cc964 DEFINE_TEST_FP(fmax, 2Op, Basic)
/external/clang/include/clang/Driver/
DOptions.td1644 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>;

12