Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathutil.h111 static T Abs(const T x) { in Abs() function
154 T relative_margin = static_cast<T>(fraction * Max(Abs(x), Abs(y))); in WithinFractionOrMargin()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs210 AppendNanoseconds(builder, Math.Abs(nanoseconds)); in ToJson()