Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Dsse2.rs111 let smaller = _mm_cmplt_ps(result, v); in m128_ceil() localVariable
113 let smaller = _mm_cvtepi32_ps(_mm_castps_si128(smaller)); in m128_ceil() localVariable
/aosp_15_r20/external/curl/lib/
H A Dsplay.h31 struct Curl_tree *smaller; /* smaller node */ member
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/math/
H A Dalgorithm.h79 Smaller smaller) { in GetTopKIndices()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DTimeUnit.java66 public TimeUnit smaller() { in smaller() method in TimeUnit
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmemclr_ppc64x.s180 smaller: label
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/
H A DTimeUnit.java64 public TimeUnit smaller() { in smaller() method in TimeUnit
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailCleanupTest.java79 private static void assertBigger(int smaller, int actual) { in assertBigger()
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DDisplayMetricsSession.java51 final int smaller = Math.min(originalSize.getWidth(), originalSize.getHeight()); in changeAspectRatio() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
Dinsert_fn_imps.hpp238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
Dinsert_fn_imps.hpp238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DAbstractTableReadTest.java128 Table<String, Integer, C> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
H A DArrayTableTest.java133 Table<String, Integer, @Nullable Character> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractTableReadTest.java128 Table<String, Integer, C> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
H A DArrayTableTest.java133 Table<String, Integer, @Nullable Character> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/jank/
H A DDisplayResolutionTracker.java124 int smaller = Math.min(info.logicalWidth, info.logicalHeight); in getResolution() local
/aosp_15_r20/cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
H A DContactsContract_Wipe.java79 private void assertBigger(long bigger, long smaller) { in assertBigger()
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dsearch_manager.ts129 const [smaller] = searchSegment(this._results.tses, endNs); constant
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
H A DDisplayUtils.java82 public static boolean fuzzyBoundsInScreenContains(Rect larger, Rect smaller) { in fuzzyBoundsInScreenContains()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollPreviewFragment.java316 float smaller = Math.min(scaleX, scaleY); in configureTransform() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java222 float larger, float smaller) { in formatUsage()
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/tests/
H A DAdjustableMaxPriorityQueue_tests.cpp115 auto smaller = std::make_unique<int>(1); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseBinaryOpIntersectionCommon.h189 Tensor larger, smaller; variable
/aosp_15_r20/external/skia/tests/
H A DPDFJpegEmbedTest.cpp29 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of()
/aosp_15_r20/art/cmdline/
H A Dtoken_range.h202 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/abt/
Davlint32_test.go462 func smaller(x, y interface{}) interface{} { func

123456