| 65 | fl4RowWidth(size_t width, size_t typeSize); |
| 66 | |
| 67 | static __inline bool |
| 68 | isDoubleBasedType(DataType dtype) |
| 69 | { |
| 70 | return (dtype == TYPE_DOUBLE || dtype == TYPE_COMPLEX_DOUBLE); |
| 71 | } |
| 72 | |
| 73 | static __inline bool |
| 74 | isComplexType(DataType dtype) |
no outgoing calls