Searched refs:Normalize (Results 1 – 6 of 6) sorted by relevance
66 return Duration.Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos); in operator -()82 return Normalize(lhs.Seconds + rhs.Seconds, lhs.Nanos + rhs.Nanos); in operator +()98 return Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos); in operator -()173 internal static Timestamp Normalize(long seconds, int nanoseconds) in Normalize() method in Google.Protobuf.WellKnownTypes.Timestamp
124 return Normalize(-value.Seconds, -value.Nanos); in operator -()140 return Normalize(lhs.Seconds + rhs.Seconds, lhs.Nanos + rhs.Nanos); in operator +()156 return Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos); in operator -()164 internal static Duration Normalize(long seconds, int nanoseconds) in Normalize() method in Google.Protobuf.WellKnownTypes.Duration
281 summary: Normalize a vector283 Normalize a vector.
41 // Normalize the arch, since the target triple may not actually match the
412 * normalize: Normalize a vector414 * Normalize a vector.
203 * rsQuaternionNormalize: Normalize a quaternion