| /third_party/skia/bench/ |
| D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() 118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() 136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() 155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() 174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() 193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
|
| D | DisplacementBench.cpp | 22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 90 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 115 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 139 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
| /third_party/flutter/skia/bench/ |
| D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() 118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() 136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() 155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() 174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() 193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
|
| D | DisplacementBench.cpp | 21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 93 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 118 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 142 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
| /third_party/node/benchmark/buffers/ |
| D | buffer-read-float.js | 18 small: 2 ** -1074, property 25 small: 2 ** -149, property
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
| /third_party/abseil-cpp/absl/container/ |
| D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | general_reduction_impl.cu | 47 __global__ void ThreadReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, con… in ThreadReduction() 78 __global__ void WarpReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, const… in WarpReduction() 126 __global__ void Warp4Reduction(bool small, size_t outer_size, size_t bound, size_t inner_size, cons… in Warp4Reduction() 215 __global__ void BlockReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, cons… in BlockReduction() 299 void GeneralReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, const T *inpu… in GeneralReduction() 324 void CalGeneralReduction(bool small, const T *input, const size_t bound, const size_t outerSize, co… in CalGeneralReduction()
|
| /third_party/node/deps/npm/node_modules/qrcode-terminal/example/ |
| D | small-qrcode.js | 4 qrcode.generate(url, { small: true }, function (qr) { property
|
| /third_party/python/Include/internal/ |
| D | pycore_accu.h | 26 PyObject *small; /* Pending small strings */ member
|
| /third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/ |
| D | 22.02.03-007.js | 18 "small":0, property
|
| D | 22.02.03-014.js | 18 "small":0, property
|
| /third_party/skia/gm/ |
| D | bigmatrix.cpp | 41 SkScalar small = 1 / (500 * SK_Scalar1); variable
|
| /third_party/flutter/skia/gm/ |
| D | bigmatrix.cpp | 44 SkScalar small = 1 / (500 * SK_Scalar1); variable
|
| /third_party/skia/src/core/ |
| D | SkPictureRecord.h | 26 #define UNPACK_8_24(combined, small, large) \ argument 29 #define PACK_8_24(small, large) ((small << 24) | large) argument
|
| /third_party/boost/tools/build/src/util/ |
| D | set.py | 31 def contains (small, large): argument
|
| /third_party/flutter/skia/tools/fonts/ |
| D | create_test_font_color.cpp | 44 unsigned small[] = { 8, 16 }; in main() local
|
| /third_party/skia/tools/fonts/ |
| D | create_test_font_color.cpp | 46 unsigned small[] = { 8, 16 }; in main() local
|
| /third_party/skia/tests/ |
| D | InfRectTest.cpp | 26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
|
| /third_party/node/test/parallel/ |
| D | test-buffer-writefloat.js | 71 const small = Buffer.allocUnsafe(1); constant
|
| D | test-buffer-writedouble.js | 89 const small = Buffer.allocUnsafe(1); constant
|
| /third_party/flutter/skia/tests/ |
| D | InfRectTest.cpp | 26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
|
| /third_party/boost/boost/histogram/accumulators/ |
| D | sum.hpp | 49 sum(const_reference large, const_reference small) noexcept in sum() 102 const_reference small() const noexcept { return small_; } in small() function in boost::histogram::accumulators::sum
|
| /third_party/boost/boost/iostreams/filter/ |
| D | bzip2.hpp | 102 bool small; // For decompression. member 356 bzip2_decompressor_impl<Alloc>::bzip2_decompressor_impl(bool small) in bzip2_decompressor_impl() 418 (bool small, std::streamsize buffer_size) in basic_bzip2_decompressor()
|
| /third_party/boost/libs/math/test/ |
| D | test_beta.hpp | 94 T small = boost::math::tools::epsilon<T>() / 1024; in test_spots() local
|