Searched defs:div (Results 1 – 12 of 12) sorted by relevance
58 @Stable inline operator fun div(other: Float): Dp = Dp(value / other) in plus() method60 @Stable inline operator fun div(other: Int): Dp = Dp(value / other) in plus() method63 @Stable inline operator fun div(other: Dp): Float = value / other.value in plus() method332 operator fun div(other: Int): DpSize = in takeOrElse() method336 operator fun div(other: Float): DpSize = in takeOrElse() method
107 inline operator fun div(other: Float): TextUnit { in TextUnit() method120 inline operator fun div(other: Double): TextUnit { in TextUnit() method133 inline operator fun div(other: Int): TextUnit { in TextUnit() method
128 operator fun div(operand: Float): Velocity = in Velocity() method
72 operator fun div(other: Int): IntSize = in IntSize() method
118 operator fun div(operand: Float): IntOffset = in IntOffset() method
70 @Stable operator fun div(operand: Float) = ScaleFactor(scaleX / operand, scaleY / operand) in ScaleFactor() method127 operator fun Size.div(scaleFactor: ScaleFactor): Size = in takeOrElse() method
152 operator fun div(operand: Float) = in CornerRadius() method
122 operator fun div(operand: Float): Size = in Size() method
206 operator fun div(operand: Float): Offset { in Offset() method
42 internal actual operator fun SnapshotId.div(other: Int): SnapshotId = implementedInJetBrainsFork() in compareTo() method
43 internal expect operator fun SnapshotId.div(other: Int): SnapshotId in compareTo() method
42 internal actual inline operator fun SnapshotId.div(other: Int): SnapshotId = this / other.toLong() in <lambda>() method