Searched refs:lowest (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/libs/ui/tests/ |
D | Size_test.cpp | 183 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()
|
D | colorspace_test.cpp | 119 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/ |
D | Vendor_054c_Product_05c4.idc | 21 # 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
|
D | Vendor_054c_Product_09cc.idc | 21 # 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/ |
D | Size.h | 120 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/ |
D | Size.h | 120 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/ |
D | Size.h | 120 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/ |
D | StaggeredGridView.java | 793 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/ |
D | half_test.cpp | 60 EXPECT_EQ(0xFBFF, std::numeric_limits<half>::lowest().getBits()); in TEST_F()
|
/frameworks/native/libs/math/include/math/ |
D | half.h | 198 …inline static constexpr type lowest() noexcept { return android::half(android::half::binary, 0xfbf…
|
D | TVecHelpers.h | 542 T r(std::numeric_limits<T>::lowest()); in max()
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2917 Only the sign and lowest three bits of the quotient are guaranteed to be accurate. 2924 Example: <code>remquo(-23.5f, 8.f, &quot)</code> sets the lowest three bits of quot to 3
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5714 * Only the sign and lowest three bits of the quotient are guaranteed to be accurate. 5721 * Example: remquo(-23.5f, 8.f, ") sets the lowest three bits of quot to 3
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3278 * initialized, bucket 1 is the lowest 1/10th of the battery,
|