Home
last modified time | relevance | path

Searched defs:Math (Results 1 – 25 of 35) 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/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.rb13 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/typescript/tests/cases/compiler/
DmultiImportExport.ts13 var Math = { variable
/third_party/grpc/src/php/tests/generated_code/GPBMetadata/
DMath.php7 class Math class
/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/
Dmindspore.numpy.rst353 Math chapter
/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/
DNum.php5 namespace Math; namespace
DFibReply.php5 namespace Math; namespace
DFibArgs.php5 namespace Math; namespace
DDivReply.php5 namespace Math; namespace
DDivArgs.php5 namespace Math; namespace
DMathStub.php19 namespace Math; namespace
DMathClient.php19 namespace Math; namespace
/third_party/ncurses/Ada95/samples/
Dsample-text_io_demo.adb89 package Math is new packspec
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts169 interface Math { interface
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts149 interface Math { interface
Des2015.core.d.ts80 interface Math { interface

12