Home
last modified time | relevance | path

Searched defs:Min (Results 1 – 25 of 85) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DMin.java40 public class Min extends AbstractStorelessUnivariateStatistic implements Serializable { class
54 public Min() { in Min() method in Min
65 public Min(Min original) { in Min() method in Min
/external/libavc/encoder/
Dirc_cbr_buffer_control.h44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenTypes.cs44 public const int Min = Up + 1; field in Antlr.Runtime.TokenTypes
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h49 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1() local
59 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1() local
111 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2() local
/external/pdfium/xfa/fwl/
Dcfwl_eventscroll.h16 Min, enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs62 public const int Min = Up + 1; field in Antlr.Runtime.TokenTypes
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h161 unsigned Min, Max; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/skia/src/opts/
DSkNx_neon.h66 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vmin_f32(l.fVec, r.fVec); } in Min() function
161 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vminq_f32(l.fVec, r.fVec); } in Min() function
269 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vmin_u16(a.fVec, b.fVec); } in Min() function
309 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u16(a.fVec, b.fVec); } in Min() function
374 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u8(a.fVec, b.fVec); } in Min() function
435 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_s32(a.fVec, b.fVec); } in Min() function
487 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u32(a.fVec, b.fVec); } in Min() function
DSkNx_sse.h44 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
110 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
210 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
423 AI static SkNx Min(const SkNx& a, const SkNx& b) { in Min() function
490 AI static SkNx Min(const SkNx& a, const SkNx& b) { return _mm_min_epu8(a.fVec, b.fVec); } in Min() function
/external/vboot_reference/firmware/lib/include/
Dutility.h47 #define Min(a, b) (((a) < (b)) ? (a) : (b)) macro
/external/vulkan-validation-layers/libs/glm/gtc/
Drandom.inl72 genType const & Min,
/external/llvm/include/llvm/ADT/
DPointerSumType.h145 struct Min : std::integral_constant< struct
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp501 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange() local
573 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymGERange() local
613 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
641 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp164 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective()
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective()
432 unsigned Min = 1; in ParseDirective() local
891 unsigned Min, unsigned Max) { in create()
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl73 float Min = min(min(rgbColor.r, rgbColor.g), rgbColor.b); local
/external/pdfium/third_party/base/numerics/
Dsafe_math.h246 constexpr CheckedNumeric<typename MathWrapper<CheckedMinOp, T, U>::type> Min( in Min() function
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h72 uint64_t Min, Max; member
/external/libmpeg2/common/
Dimpeg2_macros.h29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/skia/src/core/
DSk4px.h69 static Wide Min(const Wide& a, const Wide& b) { return INHERITED::Min(a,b); } in Min() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp254 ModRefBehavior Min = UnknownModRefBehavior; in getModRefBehavior() local
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h37 Min = 1, enumerator
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp124 ModRefBehavior Min = UnknownModRefBehavior; in getModRefBehavior() local
140 ModRefBehavior Min = UnknownModRefBehavior; in getModRefBehavior() local
/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h353 static inline UINT_32 Min( in Min() function
368 static inline INT_32 Min( in Min() function
/external/gemmlowp/internal/
Dsimd_wrappers.h32 inline std::int32_t Min(std::int32_t a, std::int32_t b) { in Min() function
/external/libcxx/utils/google-benchmark/src/
Dstat.h277 VType Min() const { return min_; } in Min() function

1234