HomeSort by relevance Sort by last modified time
    Searched full:rndx (Results 1 - 8 of 8) sorted by null

  /external/skia/resources/
test.lua 20 rndX = function () return rnd(640) end
31 path:moveTo(rndX(), rndY());
33 path:quadTo(rndX(), rndY(), rndX(), rndY());
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
fifo.h 34 uint32_t rndx, wndx; member in struct:AVFifoBuffer
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 130 float rndX = rnd.getFloat(-w, w);
133 for (int j = 0; j < verticesPerPrimitive; j++) // Second loop gets 3 random points within given distance s from (rndX, rndY)
135 dst[(i+j)*ELEMENTS_PER_VERTEX ] = rndX + rnd.getFloat(-s,s); // x
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 324 rndx if (bt == btStruct,btUnion,btEnum,btSet,btRange,
344 RNDXR rndx; /* relative index into symbol table */ member in union:__anon74382
371 RNDXR rndx; /* points to a symbol or opt entry */ member in struct:__anon74383
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 998 RNDXR *rndx,
1005 unsigned int ifd = rndx->rfd;
1006 unsigned int indx = rndx->index;
1015 || (rndx->rfd == 0xfff && indx == 0))
1075 RNDXR rndx;
1072 RNDXR rndx; local
    [all...]
ecoffswap.h 689 &ext->o_rndx, &intern->rndx);
726 &intern->rndx, &ext->o_rndx);
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 100 6) rndx: A relative index into the symbol table. The relative
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]

Completed in 163 milliseconds