Home
last modified time | relevance | path

Searched defs:Math (Results 1 – 25 of 30) sorted by relevance

12

/external/grpc-grpc/src/proto/math/
Dmath.proto42 service Math { service
45 rpc Div (DivArgs) returns (DivReply) {
52 rpc DivMany (stream DivArgs) returns (stream DivReply) {
58 rpc Fib (FibArgs) returns (stream Num) {
63 rpc Sum (stream Num) returns (Num) {
/external/grpc-grpc/src/ruby/bin/
Dmath_services_pb.rb22 module Math module
23 module Math module
Dmath_pb.rb26 module Math module
/external/libchrome/base/numerics/
Dclamped_math.h149 using Math = typename MathWrapper<M, L, R>::math; in MathOp() local
157 using Math = typename MathWrapper<M, T, R>::math; in MathOp() local
209 using Math = typename MathWrapper<M, L, R>::math; in ClampMathOp() local
Dchecked_math.h231 using Math = typename MathWrapper<M, L, R>::math; in MathOp() local
242 using Math = typename MathWrapper<M, T, R>::math; in MathOp() local
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts101 const nextY = zeroY - Math.round((value / yMax) * RECT_HEIGHT); constant
129 const lastY = zeroY - Math.round((value / yMax) * RECT_HEIGHT); constant
150 const y = zeroY - Math.round((this.hoveredValue / yMax) * RECT_HEIGHT); constant
/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs21 namespace Math namespace
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs22 namespace Math namespace
/external/pdfium/third_party/base/numerics/
Dsafe_math.h297 using Math = typename MathWrapper<M, L, R>::math; in MathOp() local
308 using Math = typename MathWrapper<M, T, R>::math; in MathOp() local
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts102 const nextY = zeroY - Math.round((value / yRange) * RECT_HEIGHT); constant
141 const y = zeroY - Math.round((this.hoveredValue / yRange) * RECT_HEIGHT); constant
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DMath.java3 public class Math { class
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs23 namespace Math namespace
DMathServiceImpl.cs26 namespace Math namespace
DMathGrpc.cs25 namespace Math { namespace
26 public static partial class Math class
DMath.cs12 namespace Math { namespace
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DStats.cs40 using Math = System.Math; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DStats.cs37 using Math = System.Math; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs39 using Math = System.Math; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs40 using Math = System.Math; typedef
DTokenRewriteStream.cs39 using Math = System.Math; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs43 using Math = System.Math; typedef
DProfiler.cs44 using Math = System.Math; typedef
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp69 namespace Math { namespace
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs45 using Math = System.Math; typedef
/external/v8/tools/turbolizer/src/
Dsource-resolver.ts257 const nextPosition = list[Math.min(i + 1, list.length - 1)].scriptOffset; constant

12