Searched refs:lowest (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/libs/ui/tests/ |
D | Size_test.cpp | 174 ClampTest(std::numeric_limits<int8_t>::lowest(), std::numeric_limits<int8_t>::lowest()); in TEST() 180 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/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScoreCardBasedScorer.java | 107 int lowest = cutoff - RSSI_RAIL; in estimatedCutoff() local 118 cutoff = (int) Math.min(Math.max(value, lowest), highest); in estimatedCutoff()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 118 std::numeric_limits<remove_cv_reference_t<ToType>>::lowest(); in clamp() 122 std::numeric_limits<remove_cv_reference_t<FromType>>::lowest(); in clamp()
|
/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 118 std::numeric_limits<remove_cv_reference_t<ToType>>::lowest(); in clamp() 122 std::numeric_limits<remove_cv_reference_t<FromType>>::lowest(); in clamp()
|
/frameworks/ml/nn/common/operations/ |
D | Reduce.cpp | 202 return compute<float>(context, std::numeric_limits<float>::lowest(), in executeMax() 205 return compute<uint8_t>(context, std::numeric_limits<uint8_t>::lowest(), in executeMax() 208 return compute<int8_t>(context, std::numeric_limits<int8_t>::lowest(), in executeMax()
|
D | Multinomial.cpp | 123 float max = std::numeric_limits<float>::lowest(); in EvalFloat32()
|
/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 | 59 EXPECT_EQ(0xFBFF, std::numeric_limits<half>::lowest().getBits()); in TEST_F()
|
/frameworks/ml/nn/tools/api/ |
D | README.md | 182 `*` to indicate a *wildcard pattern* or `+` to indicate a *lowest version 187 * One of the lowest version pattern tokens less the `+` matches the "kind" or 188 the "kind" matches any token to the right from the lowest version pattern in 204 * Ordering the possible kinds for the *lowest version pattern* (see the section
|
D | types.spec | 3795 * the maximum number of boxes for the output. Boxes with the lowest 4025 * with the lowest scores are discarded to meet the limit. Set to 4029 * with the lowest scores are discarded to meet the limit. Set to
|
/frameworks/native/libs/math/include/math/ |
D | half.h | 196 …inline static constexpr type lowest() noexcept { return android::half(android::half::binary, 0xfbf…
|
D | TVecHelpers.h | 529 T r(std::numeric_limits<T>::lowest()); in max()
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 301 *activation_min = std::numeric_limits<float>::lowest(); in CalculateActivationRangeFloat()
|
/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/base/cmds/statsd/src/ |
D | atoms.proto | 2596 * initialized, bucket 1 is the lowest 1/10th of the battery, 4396 * starts from highest to lowest. The value should be monotonically
|