Searched defs:small (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dattr-print.cpp23 // CHECK: int small __attribute__((mode(byte)));
24 int small __attribute__((mode(byte))); variable
/external/valgrind/memcheck/tests/
H A Dbig_blocks_freed_list.c11 char *small = NULL; local
25 /* Then verify that dangling pointers for small blocks is not hampered
27 small = malloc (10000);
28 free(small);
32 with the malloc of small above. */
41 if (small[10] > 0x0) jumped();
55 if (small[10] > 0x0) jumped();
/external/libvterm/src/
H A Drect.h38 /* True if small is contained entirely within big */
39 static int rect_contains(VTermRect *big, VTermRect *small) argument
41 if(small->start_row < big->start_row) return 0;
42 if(small->start_col < big->start_col) return 0;
43 if(small->end_row > big->end_row) return 0;
44 if(small->end_col > big->end_col) return 0;
/external/skia/bench/
H A DMagnifierBench.cpp20 MagnifierBench(bool small) : argument
21 fIsSmall(small), fInitialized(false) {
H A DBlurImageFilterBench.cpp27 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small) : argument
28 fIsSmall(small), fInitialized(false), fSigmaX(sigmaX), fSigmaY(sigmaY) {
29 fName.printf("blur_image_filter_%s_%.2f_%.2f", fIsSmall ? "small" : "large",
H A DColorFilterBench.cpp23 ColorFilterBaseBench(bool small) : fIsSmall(small) {} argument
69 ColorFilterDimBrightBench(bool small) : INHERITED(small) { argument
99 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { argument
126 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { argument
153 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { argument
180 ColorFilterBrightBlueBench(bool small) argument
207 ColorFilterBrightBench(bool small) argument
233 ColorFilterBlueBench(bool small) argument
259 ColorFilterGrayBench(bool small) argument
[all...]
H A DDisplacementBench.cpp20 DisplacementBaseBench(bool small) : argument
21 fInitialized(false), fIsSmall(small) {
90 DisplacementZeroBench(bool small) : INHERITED(small) { argument
117 DisplacementAlphaBench(bool small) : INHERITED(small) { argument
143 DisplacementFullBench(bool small) : INHERITED(small) { argument
H A DMergeBench.cpp20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } argument
H A DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { } argument
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { argument
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { argument
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { argument
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { argument
188 LightingDistantLitSpecularBench(bool small) argument
210 LightingSpotLitSpecularBench(bool small) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DCorrelatedRandomVectorGenerator.java86 * @param small diagonal elements threshold under which column are
98 RealMatrix covariance, double small,
108 decompose(covariance, small);
119 * @param small diagonal elements threshold under which column are
126 public CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, argument
136 decompose(covariance, small);
176 * <li>columns with the too small diagonal element are discarded</li>
183 * @param small diagonal elements threshold under which column are
188 private void decompose(RealMatrix covariance, double small) argument
224 if (c[ir][ir] < small) {
97 CorrelatedRandomVectorGenerator(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator) argument
[all...]
/external/clang/test/Sema/
H A Daarch64-neon-ranges.c6 void test_vext_8bit(int8x8_t small, int8x16_t big) { argument
7 vext_s8(small, small, 7);
8 vext_u8(small, small, 7);
9 vext_p8(small, small, 7);
14 vext_s8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}}
15 vext_u8(small, smal
22 test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) argument
39 test_ld1st1(int8x8_t small, int8x16_t big, void *addr) argument
[all...]
/external/skia/gm/
H A Dbigmatrix.cpp49 SkScalar small = 1 / (500 * SK_Scalar1); local
52 path.addCircle(pt.fX, pt.fY, small);
57 SkRect rect = {pt.fX - small, pt.fY - small,
58 pt.fX + small, pt.fY + small};
81 rect.setLTRB(pt.fX - small, pt.fY - small,
82 pt.fX + small, pt.fY + small);
[all...]
H A Dverylargebitmap.cpp75 int small = 150; variable
82 show_bm(canvas, small, small, colors);
87 show_bm(canvas, big, small, colors);
99 show_bm(canvas, veryBig, small, colors);
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small',
/external/eigen/test/
H A Dstable_norm.cpp62 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); local
70 vsmall.fill(small);
91 VERIFY(isFinite(sqrt(size)*abs(small)));
92 VERIFY_IS_NOT_APPROX(sqrt(copy(vsmall.squaredNorm())), abs(sqrt(size)*small)); // here the default norm must fail
93 VERIFY_IS_APPROX(vsmall.stableNorm(), sqrt(size)*abs(small));
94 VERIFY_IS_APPROX(vsmall.blueNorm(), sqrt(size)*abs(small));
95 VERIFY_IS_APPROX(vsmall.hypotNorm(), sqrt(size)*abs(small));
/external/skia/tests/
H A DInfRectTest.cpp62 SkScalar small = SkIntToScalar(10); local
67 SkRect rect = SkRect::MakeXYWH(small, small, big, big);
72 check_invalid(reporter, small, small, big, invalid[i]);
73 check_invalid(reporter, small, small, invalid[i], big);
74 check_invalid(reporter, small, invalid[i], big, big);
75 check_invalid(reporter, invalid[i], small, big, big);
/external/bzip2/
H A Dbzlib.h80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
H A Dbzlib.c495 int small )
502 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
520 s->smallDecompress = (Bool)small;
1091 int small,
1101 (small != 0 && small != 1) ||
1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1304 int small,
1312 (small !
1087 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1299 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/clang/test/CodeGen/
H A Dsparcv9-abi.c25 struct small { struct
29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1)
30 struct small f_small(struct small x) {
167 // CHECK-DAG: %[[ADR:[^ ]+]] = bitcast i8* %[[CUR]] to %struct.small*
170 s += *va_arg(ap, struct small).a;
/external/icu/icu4c/source/test/cintltst/
H A Dsorttest.c30 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; local
38 /* sort small array (stable) */
40 uprv_sortArray(small, UPRV_LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
42 log_err("uprv_sortArray(small) failed - %s\n", u_errorName(errorCode));
45 for(i=1; i<UPRV_LENGTHOF(small); ++i) {
46 if(small[i-1]>small[i]) {
47 log_err("uprv_sortArray(small) mi
[all...]
H A Dcdattst.c1236 * Recursively test between 'small' and 'large', up to the depth
1239 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1244 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1250 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1259 * binary search of a predefined interval (from 'small' to 'large').
1273 const double small = 1000; /* 1 sec */ local
1287 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/valgrind/none/tests/s390x/
H A Dmvcl.c174 uint8_t byte, buf[10], small[5], i; local
205 memset(small, 's', sizeof small);
206 run_test(buf, sizeof buf, small, sizeof small, 'a');
211 memset(small, 's', sizeof small);
212 run_test(small, sizeof small, buf, sizeof buf, 'a');
/external/valgrind/helgrind/
H A Dhg_wordset.c562 WordSet HG_(isSubsetOf) ( WordSetU* wsu, WordSet small, WordSet big ) argument
565 return small == HG_(intersectWS)( wsu, small, big );
/external/boringssl/src/crypto/ec/
H A Dp256-64.c222 /* smallfelem_neg sets |out| to |-small|
225 static void smallfelem_neg(felem out, const smallfelem small) { argument
227 out[0] = zero105[0] - small[0];
228 out[1] = zero105[1] - small[1];
229 out[2] = zero105[2] - small[2];
230 out[3] = zero105[3] - small[3];
414 /* smallfelem_square sets |out| = |small|^2
416 * small[i] < 2^64
419 static void smallfelem_square(longfelem out, const smallfelem small) { argument
423 a = ((uint128_t)small[
496 u64 small[4]; local
826 smallfelem_is_zero(const smallfelem small) argument
858 smallfelem_is_zero_int(const smallfelem small) argument
[all...]
/external/v8/src/
H A Dfactory.cc120 const ConstantPoolArray::NumberOfEntries& small) {
121 DCHECK(small.total_count() > 0);
124 isolate()->heap()->AllocateConstantPoolArray(small),
130 const ConstantPoolArray::NumberOfEntries& small,
132 DCHECK(small.total_count() > 0);
136 isolate()->heap()->AllocateExtendedConstantPoolArray(small, extended),
507 // If the resulting string is small make a flat string.
646 // For small strings we check whether the resource contains only
2032 // number string cache. The idea is to have a small number string
119 NewConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small) argument
129 NewExtendedConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small, const ConstantPoolArray::NumberOfEntries& extended) argument

Completed in 748 milliseconds

12