Home
last modified time | relevance | path

Searched refs:floatSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/test/004-UnsafeTest/src/
H A DMain.java260 int floatSize = 4; in testCopyMemoryPrimitiveArrays() local
261 float[] inputFloats = new float[size / floatSize]; in testCopyMemoryPrimitiveArrays()
265 float[] outputFloats = new float[size / floatSize]; in testCopyMemoryPrimitiveArrays()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java241 int floatSize = configArray[CONFIG_ARRAY_INDEX_FLOAT] in toMixedVehiclePropValue() local
243 while (floatSize != 0) { in toMixedVehiclePropValue()
246 floatSize--; in toMixedVehiclePropValue()