Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp39 TEST(Math, ScanForward) { in TEST() argument
51 TEST(Math, Log2) { in TEST() argument
80 TEST(Math, Log2Ceil) { in TEST() argument
115 TEST(Math, IsPowerOfTwo) { in TEST() argument
125 TEST(Math, NextPowerOfTwo) { in TEST() argument
138 TEST(Math, AlignPtr) { in TEST() argument
154 TEST(Math, Align) { in TEST() argument
184 TEST(Math, IsPtrAligned) { in TEST() argument
198 TEST(Math, IsAligned) { in TEST() argument
224 TEST(Math, Float32ToFloat16) { in TEST() argument
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp22 TEST(Math, ScanForward) { in TEST() argument
34 TEST(Math, Log2) { in TEST() argument
48 TEST(Math, IsPowerOfTwo) { in TEST() argument
58 TEST(Math, AlignPtr) { in TEST() argument
74 TEST(Math, Align) { in TEST() argument
100 TEST(Math, IsPtrAligned) { in TEST() argument
114 TEST(Math, IsAligned) { in TEST() argument
140 TEST(Math, Float32ToFloat16) { in TEST() argument
155 TEST(Math, IsFloat16NaN) { in TEST() argument
169 TEST(Math, SRGBToLinear) { in TEST() argument
/third_party/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) {
/third_party/grpc/src/ruby/bin/
Dmath_services_pb.rb22 module Math module
23 module Math module
Dmath_pb.rb28 module Math module
/third_party/typescript/tests/baselines/reference/
DmultiImportExport.js13 var Math = { variable
41 var Math = { variable
DgetterControlFlowStrictNull.js4 if (Math.random() > 0.5) { field in A
13 if (Math.random() > 0.5) { field in B
/third_party/gn/src/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
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h158 using Math = typename MathWrapper<M, L, R>::math; in MathOp() local
167 using Math = typename MathWrapper<M, T, R>::math; in MathOp() local
220 using Math = typename MathWrapper<M, L, R>::math; in ClampMathOp() local
Dchecked_math.h227 using Math = typename MathWrapper<M, L, R>::math; in MathOp() local
238 using Math = typename MathWrapper<M, T, R>::math; in MathOp() local
/third_party/grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs19 namespace Math namespace
/third_party/grpc/src/php/tests/generated_code/GPBMetadata/
DMath.php7 class Math class
/third_party/typescript/tests/cases/compiler/
DmultiImportExport.ts13 var Math = { variable
/third_party/grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs21 namespace Math namespace
/third_party/typescript/tests/cases/conformance/constEnums/
DconstEnum2.ts12 e = 199 * Math.floor(Math.random() * 1000), enumerator
/third_party/grpc/src/php/tests/generated_code/Math/
DFibArgs.php5 namespace Math; namespace
DNum.php5 namespace Math; namespace
DFibReply.php5 namespace Math; namespace
DDivReply.php5 namespace Math; namespace
DDivArgs.php5 namespace Math; namespace
DMathClient.php19 namespace Math; namespace
/third_party/grpc/src/csharp/Grpc.Examples/
DMathExamples.cs23 namespace Math namespace
DMathServiceImpl.cs24 namespace Math namespace
DMathGrpc.cs25 namespace Math { namespace
26 public static partial class Math class

12