Lines Matching refs:dimensionality
42 * A struct representing a single unit (optional SI or binary prefix, and dimensionality).
55 * Returns the "simple unit ID", without SI or dimensionality prefix: this
84 * Takes the sign of dimensionality into account, but not the absolute
90 * dimensionality not being negative.
93 if (dimensionality < 0 && other.dimensionality > 0) {
97 if (dimensionality > 0 && other.dimensionality < 0) {
158 * have the same dimensionality sign, such that we don't merge numerator and denominator.
195 int32_t dimensionality = 1;