Searched refs:nextS (Results 1 - 14 of 14) sorted by relevance

/external/skia/bench/
H A DMatrixBench.cpp101 fArray[0] = (float) fRnd.nextS();
102 fArray[1] = (float) fRnd.nextS();
103 fArray[2] = (float) fRnd.nextS();
104 fArray[3] = (float) fRnd.nextS();
105 fArray[4] = (float) fRnd.nextS();
106 fArray[5] = (float) fRnd.nextS();
107 fArray[6] = (float) fRnd.nextS();
108 fArray[7] = (float) fRnd.nextS();
109 fArray[8] = (float) fRnd.nextS();
H A DSortBench.cpp20 array[i] = rand.nextS();
/external/skia/include/utils/
H A DSkRandom.h44 int32_t nextS() { return (int32_t)this->nextU(); } function in class:SkRandom
52 S16CPU nextS16() { return this->nextS() >> 16; }
108 SkFixed nextSFixed1() { return this->nextS() >> 15; }
142 int64_t hi = this->nextS();
/external/skia/tests/
H A DInfRectTest.cpp40 r.set(rand.nextS() >> 2, rand.nextS() >> 2,
41 rand.nextS() >> 2, rand.nextS() >> 2);
H A DClampRangeTest.cpp91 SkFixed fx = rand.nextS() >> 1;
92 SkFixed sx = rand.nextS() >> 1;
102 SkFixed fx = rand.nextS();
103 SkFixed dx = rand.nextS();
H A DSortTest.cpp22 array[j] = rand.nextS() & 0xFF;
H A DTDPQueueTest.cpp92 dummy->fPriority = random.nextS();
93 dummy->fValue = random.nextS();
144 array[item].fPriority = random.nextS();
H A DMathTest.cpp476 int ix = rand.nextS();
537 p.setLength((SkScalar) rand.nextS(),
538 (SkScalar) rand.nextS(),
541 p.setLength((SkScalar) (rand.nextS() >> 13),
542 (SkScalar) (rand.nextS() >> 13),
561 SkFixed numer = rand.nextS();
562 SkFixed denom = rand.nextS();
656 const T numer = (T)rand.nextS();
659 denom = (T)rand.nextS();
H A DUtilsTest.cpp127 array[i] = rand.nextS();
145 int value = rand.nextS();
H A DAAClipTest.cpp93 int x = rand.nextS() % n;
94 int y = rand.nextS() % n;
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp57 int32_t nextS() { return (int32_t)this->nextU(); } function in class:LCGRandom
62 SkFixed nextSFixed1() { return this->nextS() >> 15; }
/external/skia/samplecode/
H A DSamplePathEffects.cpp111 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25);
/external/opencv3/modules/imgproc/src/
H A Dimgwarp.cpp2366 const T* nextS = (const T*)((const uchar*)S + step); local
2373 D[dx] = (T)((S[index] + S[index+1] + nextS[index] + nextS[index+1] + 2) >> 2);
2379 D[dx] = (T)((S[index] + S[index+3] + nextS[index] + nextS[index+3] + 2) >> 2);
2380 D[dx+1] = (T)((S[index+1] + S[index+4] + nextS[index+1] + nextS[index+4] + 2) >> 2);
2381 D[dx+2] = (T)((S[index+2] + S[index+5] + nextS[index+2] + nextS[index+5] + 2) >> 2);
2389 D[dx] = (T)((S[index] + S[index+4] + nextS[inde
[all...]
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 174 milliseconds