Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DFloat16.kt255 val bits = halfValue.toInt() and 0xffff in round() constant
285 val bits = halfValue.toInt() and 0xffff in ceil() constant
315 val bits = halfValue.toInt() and 0xffff in floor() constant
344 val bits = halfValue.toInt() and 0xffff in trunc() constant
428 val bits = halfValue.toInt() and 0xffff in toHexString() constant
535 val bits = f.toRawBits() in floatToHalf() constant
578 val bits = h.toInt() and 0xffff in halfToFloat() constant
/compose/ui/ui-graphics/src/commonTest/kotlin/androidx/compose/ui/graphics/vector/
DFastFloatParserTest.kt30 val bits = hex.toInt(16) in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt3498 val bits = others[address] in set() constant
3553 val bits = if (start < end) -1L else 0L in setRange() constant