Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/ui/tests/
DSize_test.cpp183 ClampTest(std::numeric_limits<int8_t>::lowest(), std::numeric_limits<int8_t>::lowest()); in TEST()
195 ClampTest(nexttowardf(std::numeric_limits<int32_t>::lowest(), 0), in TEST()
196 static_cast<int32_t>(nexttowardf(std::numeric_limits<int32_t>::lowest(), 0))); in TEST()
197 ClampTest(static_cast<float>(std::numeric_limits<int32_t>::lowest()), in TEST()
198 std::numeric_limits<int32_t>::lowest()); in TEST()
199 ClampTest(nexttowardf(std::numeric_limits<int32_t>::lowest(), in TEST()
200 std::numeric_limits<float>::lowest()), in TEST()
201 std::numeric_limits<int32_t>::lowest()); in TEST()
202 ClampTest(std::numeric_limits<float>::lowest(), std::numeric_limits<int32_t>::lowest()); in TEST()
Dcolorspace_test.cpp119 float previousEOTF = std::numeric_limits<float>::lowest(); in TEST_F()
120 float previousOETF = std::numeric_limits<float>::lowest(); in TEST_F()
/frameworks/base/data/keyboards/
DVendor_054c_Product_05c4.idc21 # The delay between sensor events corresponding to the lowest frequency in microsecond
30 # The delay between sensor events corresponding to the lowest frequency in microsecond
DVendor_054c_Product_09cc.idc21 # The delay between sensor events corresponding to the lowest frequency in microsecond
30 # The delay between sensor events corresponding to the lowest frequency in microsecond
/frameworks/native/libs/ui/include/ui/
DSize.h120 static constexpr auto toLowest = std::numeric_limits<BareToType>::lowest(); in clamp()
122 static constexpr auto fromLowest = std::numeric_limits<BareFromType>::lowest(); in clamp()
/frameworks/native/libs/ui/include_vndk/ui/
DSize.h120 static constexpr auto toLowest = std::numeric_limits<BareToType>::lowest(); in clamp()
122 static constexpr auto fromLowest = std::numeric_limits<BareFromType>::lowest(); in clamp()
/frameworks/native/include/ui/
DSize.h120 static constexpr auto toLowest = std::numeric_limits<BareToType>::lowest(); in clamp()
122 static constexpr auto fromLowest = std::numeric_limits<BareFromType>::lowest(); in clamp()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java793 int lowest = childTop; in layoutChildren() local
796 if (bottom > lowest) { in layoutChildren()
797 lowest = bottom; in layoutChildren()
800 childTop = lowest; in layoutChildren()
1068 int lowest = mItemBottoms[nextCol]; in fillDown() local
1071 if (bottom > lowest) { in fillDown()
1072 lowest = bottom; in fillDown()
1075 startFrom = lowest; in fillDown()
/frameworks/native/libs/math/tests/
Dhalf_test.cpp60 EXPECT_EQ(0xFBFF, std::numeric_limits<half>::lowest().getBits()); in TEST_F()
/frameworks/native/libs/math/include/math/
Dhalf.h198 …inline static constexpr type lowest() noexcept { return android::half(android::half::binary, 0xfbf…
DTVecHelpers.h542 T r(std::numeric_limits<T>::lowest()); in max()
/frameworks/rs/script_api/
Drs_math.spec2917 Only the sign and lowest three bits of the quotient are guaranteed to be accurate.
2924 Example: <code>remquo(-23.5f, 8.f, &amp;quot)</code> sets the lowest three bits of quot to 3
/frameworks/rs/script_api/include/
Drs_math.rsh5714 * Only the sign and lowest three bits of the quotient are guaranteed to be accurate.
5721 * Example: remquo(-23.5f, 8.f, &quot) sets the lowest three bits of quot to 3
/frameworks/proto_logging/stats/
Datoms.proto3278 * initialized, bucket 1 is the lowest 1/10th of the battery,