Home
last modified time | relevance | path

Searched refs:rounding (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationScrollViewModel.kt118 ) { bounds, rounding -> in <lambda>() method
119 bounds?.let { ShadeScrimClipping(it, rounding) } in <lambda>()
131 topRadius = radius.takeIf { clipping.rounding.isTopRounded } ?: 0, in <lambda>()
132 bottomRadius = radius.takeIf { clipping.rounding.isBottomRounded } ?: 0 in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/
DShadeScrimClipping.kt22 val rounding: ShadeScrimRounding = ShadeScrimRounding() constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimClipping
/frameworks/rs/script_api/
Drs_vector_math.spec30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
33 values may be flushed to zero, and rounding towards zero may be used.</li>
Drs_math.spec37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of
44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
47 values may be flushed to zero, and rounding towards zero may be used.</li>
1460 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton.
3359 See @rint() and @round() for other rounding options.
/frameworks/base/core/proto/android/internal/
Dbinder_latency.proto91 // The rate in which each consecutive bucket increases (before rounding).
/frameworks/rs/script_api/include/
Drs_vector_math.rsh31 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
34 * values may be flushed to zero, and rounding towards zero may be used.
Drs_math.rsh39 * rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of
46 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
49 * values may be flushed to zero, and rounding towards zero may be used.
2590 * In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton.
6431 * See rint() and round() for other rounding options.
/frameworks/proto_logging/stats/
Datoms.proto19476 // The rate in which each consecutive bucket increases (before rounding).