/frameworks/native/libs/ui/tests/ |
D | Size_test.cpp | 213 ClampTest(std::numeric_limits<int8_t>::lowest(), std::numeric_limits<int8_t>::lowest()); in TEST() 225 ClampTest(nexttowardf(std::numeric_limits<int32_t>::lowest(), 0), in TEST() 226 static_cast<int32_t>(nexttowardf(std::numeric_limits<int32_t>::lowest(), 0))); in TEST() 227 ClampTest(static_cast<float>(std::numeric_limits<int32_t>::lowest()), in TEST() 228 std::numeric_limits<int32_t>::lowest()); in TEST() 229 ClampTest(nexttowardf(std::numeric_limits<int32_t>::lowest(), in TEST() 230 std::numeric_limits<float>::lowest()), in TEST() 231 std::numeric_limits<int32_t>::lowest()); in TEST() 232 ClampTest(std::numeric_limits<float>::lowest(), std::numeric_limits<int32_t>::lowest()); in TEST()
|
D | colorspace_test.cpp | 120 float previousEOTF = std::numeric_limits<float>::lowest(); in TEST_F() 121 float previousOETF = std::numeric_limits<float>::lowest(); in TEST_F()
|
/frameworks/proto_logging/stats/atoms/corenetworking/networkstack/ |
D | ipclient_extension_atoms.proto | 46 // The lowest router lifetime in seconds, excluding 0. 49 // The lowest valid lifetime of PIO (Prefix Information Option) in seconds, excluding 0. 52 // The lowest route lifetime of RIO (Route Information Option) in seconds, excluding 0. 55 // The lowest lifetime of RDNSS (Recursive DNS Server Option) in seconds, excluding 0.
|
/frameworks/native/include/ui/ |
D | Size.h | 99 constexpr auto toLowest = ToLimits::lowest(); in clamp() 101 constexpr auto fromLowest = FromLimits::lowest(); in clamp()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 99 constexpr auto toLowest = ToLimits::lowest(); in clamp() 101 constexpr auto fromLowest = FromLimits::lowest(); in clamp()
|
/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 99 constexpr auto toLowest = ToLimits::lowest(); in clamp() 101 constexpr auto fromLowest = FromLimits::lowest(); in clamp()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_09cc.idc | 23 # The delay between sensor events corresponding to the lowest frequency in microsecond 32 # The delay between sensor events corresponding to the lowest frequency in microsecond
|
D | Vendor_054c_Product_05c4.idc | 23 # The delay between sensor events corresponding to the lowest frequency in microsecond 32 # The delay between sensor events corresponding to the lowest frequency in microsecond
|
/frameworks/native/include/ftl/ |
D | cast.h | 62 if (v < L::lowest()) return CastSafety::kUnderflow; in cast_safety()
|
/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/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 168 static constexpr berberis::intrinsics::WrappedFloatType<BaseType> lowest() { in lowest() function 170 std::numeric_limits<BaseType>::lowest()); in lowest()
|
/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/native/libs/ftl/ |
D | cast_test.cpp | 30 constexpr T min = std::numeric_limits<T>::lowest();
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 502 # lowest among setFrameRate() and game intervention override.
|
/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/libs/binary_translation/tests/inline_asm_tests/ |
D | main_arm64.cc | 2368 MakeF64x2(std::numeric_limits<double>::lowest(), -std::numeric_limits<double>::infinity())); in TEST() 2389 ASSERT_EQ(AsmFcvtxn(bit_cast<uint64_t>(std::numeric_limits<double>::lowest())), in TEST() 2390 bit_cast<uint32_t>(std::numeric_limits<float>::lowest())); in TEST()
|
/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 | 4657 * initialized, bucket 1 is the lowest 1/10th of the battery, 21598 // Indicates the lowest voltage class supported by the SIM
|