HomeSort by relevance Sort by last modified time
    Searched refs:GetMin (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
induction_var_range_test.cc 199 Value GetMin(HInductionVarAnalysis::InductionInfo* info,
310 ExpectEqual(Value(), GetMin(nullptr, nullptr));
316 GetMin(CreateInvariant('+', CreateConst(2), CreateRange(10, 20)), nullptr));
320 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr));
324 GetMin(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr));
328 GetMin(CreateInvariant('+', CreateRange(-5, -1), CreateRange(10, 20)), nullptr));
335 GetMin(CreateInvariant('-', CreateConst(2), CreateRange(10, 20)), nullptr));
339 GetMin(CreateInvariant('-', CreateFetch(x_), CreateRange(-20, -10)), nullptr));
343 GetMin(CreateInvariant('-', CreateRange(10, 20), CreateFetch(x_)), nullptr));
347 GetMin(CreateInvariant('-', CreateRange(-5, -1), CreateRange(10, 20)), nullptr))
    [all...]
  /external/webp/src/dsp/
lossless_enc.c 384 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; }
564 const int max_y = GetMin(tile_size, height - row_start);
565 const int max_x = GetMin(tile_size, width - col_start);
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 130 T GetMin() {
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax());
bwe_test_framework_unittest.cc 133 EXPECT_EQ(0, stats.GetMin());
137 EXPECT_EQ(1, stats.GetMin());
141 EXPECT_EQ(1, stats.GetMin());
145 EXPECT_EQ(-4, stats.GetMin());
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 750 int32_t GetMin();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]
xfa_object_imp.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h 583 #define MAPI_IMAPIPROGRESS_METHODS(IPURE) MAPIMETHOD(Progress) (THIS_ ULONG ulValue,ULONG ulCount,ULONG ulTotal) IPURE; MAPIMETHOD(GetFlags) (THIS_ ULONG *lpulFlags) IPURE; MAPIMETHOD(GetMax) (THIS_ ULONG *lpulMax) IPURE; MAPIMETHOD(GetMin) (THIS_ ULONG *lpulMin) IPURE; MAPIMETHOD(SetLimits) (THIS_ LPULONG lpulMin,LPULONG lpulMax,LPULONG lpulFlags) IPURE;
    [all...]
wabdefs.h 582 #define MAPI_IMAPIPROGRESS_METHODS(IPURE) MAPIMETHOD(Progress) (THIS_ ULONG ulValue,ULONG ulCount,ULONG ulTotal) IPURE; MAPIMETHOD(GetFlags) (THIS_ ULONG *lpulFlags) IPURE; MAPIMETHOD(GetMax) (THIS_ ULONG *lpulMax) IPURE; MAPIMETHOD(GetMin) (THIS_ ULONG *lpulMin) IPURE; MAPIMETHOD(SetLimits) (THIS_ LPULONG lpulMin,LPULONG lpulMax,LPULONG lpulFlags) IPURE;
    [all...]

Completed in 513 milliseconds