Home
last modified time | relevance | path

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

1234

/external/skqp/bench/
DColorFilterBench.cpp47 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench()
66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench()
94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench()
119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench()
144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench()
169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench()
194 ColorFilterBrightBench(bool small) : INHERITED(small) { } in ColorFilterBrightBench()
218 ColorFilterBlueBench(bool small) : INHERITED(small) { } in ColorFilterBlueBench()
242 ColorFilterGrayBench(bool small) : INHERITED(small) { } in ColorFilterGrayBench()
DLightingBench.cpp19 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.cpp22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()
94 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench()
121 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench()
147 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
/external/skia/bench/
DLightingBench.cpp19 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()
DDisplacementBench.cpp21 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()
/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp20 CFGAS_Decimal small(std::numeric_limits<int32_t>::min()); in TEST() local
27 CFGAS_Decimal small(std::numeric_limits<uint32_t>::min()); in TEST() local
34 CFGAS_Decimal small(std::numeric_limits<uint64_t>::min()); in TEST() local
69 CFGAS_Decimal small(L"-1000000000000000000000000"); in TEST() local
/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/clang/test/SemaCXX/
Dattr-print.cpp24 int small __attribute__((mode(byte))); variable
/external/python/cpython3/Include/internal/
Dpycore_accu.h26 PyObject *small; /* Pending small strings */ member
/external/oss-fuzz/projects/bzip2/
Dbzip2_decompress_target.c35 int r, small; in LLVMFuzzerTestOneInput() local
Dbzip2_compress_target.c43 int r, blockSize100k, workFactor, small; in LLVMFuzzerTestOneInput() local
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp40 …const bool small = std::integral_constant<bool, sizeof(T) <= sizeof(std::size_t)>::value; // avoid… in test() local
/external/tensorflow/tensorflow/core/kernels/
Dmkl_dequantize_op_test.cc32 TEST_F(MklDequantizeOpTest, small) { in TEST_F() argument
/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/skqp/gm/
Dbigmatrix.cpp35 SkScalar small = 1 / (500 * SK_Scalar1); variable
/external/skia/gm/
Dbigmatrix.cpp44 SkScalar small = 1 / (500 * SK_Scalar1); variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DMergeTagTest.java47 Map<Object, Object> small = (Map<Object, Object>) list.get(3); in testMerge() local
/external/skia/tools/fonts/
Dcreate_test_font_color.cpp44 unsigned small[] = { 8, 16 }; in main() local
/external/skia/tests/
DInfRectTest.cpp26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/external/skqp/tests/
DInfRectTest.cpp26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/external/libvterm/src/
Drect.h39 static int rect_contains(VTermRect *big, VTermRect *small) in rect_contains()
/external/skqp/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
29 #define PACK_8_24(small, large) ((small << 24) | large) argument
/external/skia/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
29 #define PACK_8_24(small, large) ((small << 24) | large) argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
DMergingTest.java77 Map<Object, Object> small = inputList.get(3); in check() local

1234