Home
last modified time | relevance | path

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

12

/external/skia/bench/
DColorFilterBench.cpp23 ColorFilterBaseBench(bool small) : fIsSmall(small) {} in ColorFilterBaseBench()
69 ColorFilterDimBrightBench(bool small) : INHERITED(small) { in ColorFilterDimBrightBench()
99 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { in ColorFilterBrightGrayBench()
126 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { in ColorFilterGrayBrightBench()
153 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { in ColorFilterBlueBrightBench()
180 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { in ColorFilterBrightBlueBench()
207 ColorFilterBrightBench(bool small) : INHERITED(small) { in ColorFilterBrightBench()
233 ColorFilterBlueBench(bool small) : INHERITED(small) { in ColorFilterBlueBench()
259 ColorFilterGrayBench(bool small) : INHERITED(small) {} in ColorFilterGrayBench()
DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { in LightingPointLitDiffuseBench()
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { in LightingDistantLitDiffuseBench()
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { in LightingSpotLitDiffuseBench()
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { in LightingPointLitSpecularBench()
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { in LightingDistantLitSpecularBench()
210 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { in LightingSpotLitSpecularBench()
DDisplacementBench.cpp20 DisplacementBaseBench(bool small) : in DisplacementBaseBench()
90 DisplacementZeroBench(bool small) : INHERITED(small) { in DisplacementZeroBench()
117 DisplacementAlphaBench(bool small) : INHERITED(small) { in DisplacementAlphaBench()
143 DisplacementFullBench(bool small) : INHERITED(small) { in DisplacementFullBench()
DMagnifierBench.cpp20 MagnifierBench(bool small) : in MagnifierBench()
DMergeBench.cpp20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()
DBlurImageFilterBench.cpp27 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small) : in BlurImageFilterBench()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java98 RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator()
126 public CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator()
188 private void decompose(RealMatrix covariance, double small) in decompose()
/external/clang/test/Sema/
Daarch64-neon-ranges.c6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit()
22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64()
39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
/external/v8/test/cctest/
Dtest-constantpool.cc38 ConstantPoolArray::NumberOfEntries small(3, 1, 2, 1); in TEST() local
79 ConstantPoolArray::NumberOfEntries small(1, 2, 3, 4); in TEST() local
195 ConstantPoolArray::NumberOfEntries small(1, 5, 2, 0); in TEST() local
215 ConstantPoolArray::NumberOfEntries small(1, 0, 0, 4); in TEST() local
238 ConstantPoolArray::NumberOfEntries small(1, 0, 0, 1); in TEST() local
277 ConstantPoolArray::NumberOfEntries small(0, 0, 1, 0); in TEST() local
/external/clang/test/SemaCXX/
Dattr-print.cpp24 int small __attribute__((mode(byte))); variable
/external/clang/test/CodeGen/
Dsparcv9-abi.c25 struct small { struct
29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
/external/skia/src/core/
DSkPictureRecord.h21 #define UNPACK_8_24(combined, small, large) \ argument
24 #define PACK_8_24(small, large) ((small << 24) | large) argument
/external/valgrind/memcheck/tests/
Dbig_blocks_freed_list.c11 char *small = NULL; in main() local
/external/v8/test/mjsunit/
Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small', property
/external/libvterm/src/
Drect.h39 static int rect_contains(VTermRect *big, VTermRect *small) in rect_contains()
/external/skia/gm/
Dbigmatrix.cpp49 SkScalar small = 1 / (500 * SK_Scalar1); in onDraw() local
Dverylargebitmap.cpp75 int small = 150; in onDraw() local
/external/v8/test/mjsunit/es6/
Dstring-html.js121 String.prototype.small.call(undefined); method in String
124 String.prototype.small.call(null); method in String
/external/eigen/test/
Dstable_norm.cpp62 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); in stable_norm() local
/external/skia/tests/
DInfRectTest.cpp62 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c30 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
/external/boringssl/src/crypto/ec/
Dp256-64.c225 static void smallfelem_neg(felem out, const smallfelem small) { in smallfelem_neg()
419 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square()
496 u64 small[4]; in felem_square() local
826 static limb smallfelem_is_zero(const smallfelem small) { in smallfelem_is_zero()
858 static int smallfelem_is_zero_int(const smallfelem small) { in smallfelem_is_zero_int()
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/static/
Ddefault.css336 small { selector
/external/valgrind/none/tests/s390x/
Dmvcl.c174 uint8_t byte, buf[10], small[5], i; in main() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp113 constexpr pixel small(2); // expected-error {{must be initialized by a constant expression}} expect… variable

12