reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2120 if (dim_z == 0) 2121 dim_z = 1; 2123 alloc->size = dim_x * dim_y * dim_z * *alloc->element.datum_size.get(); 2136 dim_z = dim_z == 0 ? 0 : dim_z - 1; 2136 dim_z = dim_z == 0 ? 0 : dim_z - 1; 2136 dim_z = dim_z == 0 ? 0 : dim_z - 1; 2139 *alloc->address.get(), dim_x, dim_y, dim_z);