HomeSort by relevance Sort by last modified time
    Searched refs:rnd (Results 276 - 300 of 353) sorted by null

<<1112131415

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4]
77 for (var c=0; c<Nb; c++) state[r][c] ^= w[rnd*4+c][r];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4]
77 for (var c=0; c<Nb; c++) state[r][c] ^= w[rnd*4+c][r];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4]
77 for (var c=0; c<Nb; c++) state[r][c] ^= w[rnd*4+c][r];
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 128 Random rnd(301);
133 test::CompressibleString(&rnd, FLAGS_compression_ratio, 100, &piece);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 171 switch (insn->rnd) {
176 assert(insn->rnd == ROUND_N);
765 switch (i->rnd) {
783 switch (i->rnd) {
801 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break;
802 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break;
803 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 280 de::Random rnd(0xabcdef);
287 const GLint len = rnd.getInt(0, 1024);
es3fFlushFinishTests.cpp 520 de::Random rnd (123);
526 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);
es3fIntegerStateQueryTests.cpp     [all...]
es3fTextureMipmapTests.cpp 591 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height)
596 bool partition = rnd.getFloat() > 0.4f;
597 bool partitionX = partition && width > minWidth && rnd.getBool();
602 int split = width/2 + rnd.getInt(-width/4, +width/4);
603 randomPartition(dst, rnd, x, y, split, height);
604 randomPartition(dst, rnd, x+split, y, width-split, height);
608 int split = height/2 + rnd.getInt(-height/4, +height/4);
609 randomPartition(dst, rnd, x, y, width, split);
610 randomPartition(dst, rnd, x, y+split, width, height-split);
618 de::Random rnd(7)
    [all...]
es3fClippingTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 271 de::Random rnd (0xde123);
277 const float value = rnd.getFloat();
es31fShaderSharedVarTests.cpp 250 de::Random rnd (0x324f);
254 values[ndx] = rnd.getBool() ? 1 : 0;
es31fMultisampleTests.cpp     [all...]
es31fTessellationTests.cpp 999 vector<float> generateRandomPatchTessLevels (int numPatches, int constantOuterLevelIndex, float constantOuterLevel, de::Random& rnd)
1009 inner[j] = rnd.getFloat(1.0f, 62.0f);
1011 outer[j] = j == constantOuterLevelIndex ? constantOuterLevel : rnd.getFloat(1.0f, 62.0f);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 171 switch (insn->rnd) {
176 assert(insn->rnd == ROUND_N);
765 switch (i->rnd) {
783 switch (i->rnd) {
801 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break;
802 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break;
803 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 417 bld.mkOp2(OP_MUL, TYPE_F32, (qf = bld.getSSA()), af, bf)->rnd = ROUND_Z;
418 bld.mkCvt(OP_CVT, ty, (q0 = bld.getSSA()), TYPE_F32, qf)->rnd = ROUND_Z;
427 bld.mkOp2(OP_MUL, TYPE_F32, (qRf = bld.getSSA()), aR, bf)->rnd = ROUND_Z;
429 ->rnd = ROUND_Z;
nv50_ir.cpp 557 rnd = ROUND_N;
726 i->rnd = rnd;
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_xform.c 219 s[i][j] = rnd();
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 417 bld.mkOp2(OP_MUL, TYPE_F32, (qf = bld.getSSA()), af, bf)->rnd = ROUND_Z;
418 bld.mkCvt(OP_CVT, ty, (q0 = bld.getSSA()), TYPE_F32, qf)->rnd = ROUND_Z;
427 bld.mkOp2(OP_MUL, TYPE_F32, (qRf = bld.getSSA()), aR, bf)->rnd = ROUND_Z;
429 ->rnd = ROUND_Z;
nv50_ir.cpp 557 rnd = ROUND_N;
726 i->rnd = rnd;
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 219 s[i][j] = rnd();
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 620 de::Random rnd (hash);
622 int xOffset = rnd.getInt(0, xOffsetMax);
623 int yOffset = rnd.getInt(0, yOffsetMax);
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 167 de::Random& rnd = state.getRandom(); local
186 int rangeLen = rnd.getInt(0, maxRangeLen);
187 int minVal = minIntVal + rnd.getInt(0, maxRangeLen-rangeLen);
206 int rangeLen = rnd.getInt(0, maxSteps);
207 int minStep = rnd.getInt(0, maxSteps-rangeLen);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 77 var rnd = UTIL_getRandom(2);
78 this.cid ^= (rnd[0] << 16) | (rnd[1] << 8);

Completed in 3531 milliseconds

<<1112131415