Searched refs:ly (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTiledInputFile.h199 // isValidLevel(lx, ly) returns true if the file contains
200 // a level with level number (lx, ly), false if not.
207 bool isValidLevel (int lx, int ly) const;
220 // levelHeight(ly) returns the height of a level with level
221 // number (*, ly), where * is any number.
224 // max (1, rfunc (h / pow (2, ly)))
229 int levelHeight (int ly) const;
243 // numYTiles(ly) returns the number of tiles in y direction
244 // that cover a level with level number (*, ly), where * is
248 // (levelHeight(ly)
[all...]
H A DImfTiledOutputFile.h200 // isValidLevel(lx, ly) returns true if the file contains
201 // a level with level number (lx, ly), false if not.
208 bool isValidLevel (int lx, int ly) const;
221 // levelHeight(ly) returns the height of a level with level
222 // number (*, ly), where * is any number.
225 // max (1, rfunc (h / pow (2, ly)))
230 int levelHeight (int ly) const;
244 // numYTiles(ly) returns the number of tiles in y direction
245 // that cover a level with level number (*, ly), where * is
249 // (levelHeight(ly)
[all...]
H A DImfTiledMisc.h56 int lx, int ly);
62 int lx, int ly);
H A DImfTiledOutputFile.cpp132 int ly; member in struct:Imf::__anon2714::TileCoord
139 lx (xLevel), ly (yLevel)
148 return (ly < other.ly) ||
149 (ly == other.ly && lx < other.lx) ||
150 ((ly == other.ly && lx == other.lx) &&
159 ly == other.ly
428 writeTileData(TiledOutputFile::Data *ofd, int dx, int dy, int lx, int ly, const char pixelData[], int pixelDataSize) argument
477 bufferedTileWrite(TiledOutputFile::Data *ofd, int dx, int dy, int lx, int ly, const char pixelData[], int pixelDataSize) argument
661 TileBufferTask(TaskGroup *group, TiledOutputFile::Data *ofd, int number, int dx, int dy, int lx, int ly) argument
1100 writeTiles(int dx1, int dx2, int dy1, int dy2, int lx, int ly) argument
1297 writeTile(int dx, int dy, int lx, int ly) argument
1409 int ly = _data->nextTileToWrite.ly; local
1667 breakTile(int dx, int dy, int lx, int ly, int offset, int length, char c) argument
[all...]
H A DImfTileOffsets.cpp80 for (unsigned int ly = 0; ly < _numYLevels; ++ly)
84 int l = ly * _numXLevels + lx;
85 _offsets[l].resize (numYTiles[ly]);
253 TileOffsets::isValidTile (int dx, int dy, int lx, int ly) const
260 ly == 0 &&
273 ly < _numYLevels &&
286 ly < _numYLevels &&
287 _offsets.size() > lx + ly * _numXLevel
306 operator ()(int dx, int dy, int lx, int ly) argument
[all...]
H A DImfTiledRgbaFile.h198 bool isValidLevel (int lx, int ly) const;
201 int levelHeight (int ly) const;
204 int numYTiles (int ly = 0) const;
207 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
213 int lx, int ly) const;
218 // writeTile(dx, dy, lx, ly) writes the tile with tile
219 // coordinates (dx, dy), and level number (lx, ly) to
223 // dy must lie in the interval [0, numYTiles(ly)-1]
226 // ly must lie in the inverval [0, numYLevels()-1]
244 void writeTile (int dx, int dy, int lx, int ly);
[all...]
H A DImfTileOffsets.h84 Int64 & operator () (int dx, int dy, int lx, int ly);
86 const Int64 & operator () (int dx, int dy, int lx, int ly) const;
95 bool isValidTile (int dx, int dy, int lx, int ly) const;
H A DImfTiledRgbaFile.cpp151 void writeTile (int dx, int dy, int lx, int ly);
198 TiledRgbaOutputFile::ToYa::writeTile (int dx, int dy, int lx, int ly) argument
212 Box2i dw = _outputFile.dataWindowForTile (dx, dy, lx, ly);
240 _outputFile.writeTile (dx, dy, lx, ly);
518 TiledRgbaOutputFile::isValidLevel (int lx, int ly) const
520 return _outputFile->isValidLevel (lx, ly);
532 TiledRgbaOutputFile::levelHeight (int ly) const
534 return _outputFile->levelHeight (ly);
546 TiledRgbaOutputFile::numYTiles (int ly) const
548 return _outputFile->numYTiles (ly);
596 writeTile(int dx, int dy, int lx, int ly) argument
611 writeTiles(int dxMin, int dxMax, int dyMin, int dyMax, int lx, int ly) argument
689 readTile(int dx, int dy, int lx, int ly) argument
1033 readTile(int dx, int dy, int lx, int ly) argument
1048 readTiles(int dxMin, int dxMax, int dyMin, int dyMax, int lx, int ly) argument
1081 breakTile(int dx, int dy, int lx, int ly, int offset, int length, char c) argument
[all...]
H A DImfTiledInputFile.cpp142 int ly; member in struct:Imf::__anon2711::TileBuffer
166 ly (-1),
280 int lx, int ly,
296 Int64 tileOffset = ifd->tileOffsets (dx, dy, lx, ly);
301 lx << ", " << ly << ") is missing.");
330 if (levelY != ly)
358 int &lx, int &ly,
373 Xdr::read <StreamIO> (*ifd->is, ly);
457 _tileBuffer->ly);
585 int lx, int ly)
278 readTileData(TiledInputFile::Data *ifd, int dx, int dy, int lx, int ly, char *&buffer, int &dataSize) argument
356 readNextTileData(TiledInputFile::Data *ifd, int &dx, int &dy, int &lx, int &ly, char * & buffer, int &dataSize) argument
580 newTileBufferTask(TaskGroup *group, TiledInputFile::Data *ifd, int number, int dx, int dy, int lx, int ly) argument
943 readTiles(int dx1, int dx2, int dy1, int dy2, int lx, int ly) argument
1059 readTile(int dx, int dy, int lx, int ly) argument
1073 rawTileData(int &dx, int &dy, int &lx, int &ly, const char *&pixelData, int &pixelDataSize) argument
[all...]
H A DImfInputFile.h187 int &lx, int &ly,
H A DImfTiledMisc.cpp75 int lx, int ly)
81 levelSize (minY, maxY, ly, tileDesc.roundingMode) - 1);
92 int lx, int ly)
100 (tileDesc, minX, maxX, minY, maxY, lx, ly).max;
72 dataWindowForLevel(const TileDescription &tileDesc, int minX, int maxX, int minY, int maxY, int lx, int ly) argument
88 dataWindowForTile(const TileDescription &tileDesc, int minX, int maxX, int minY, int maxY, int dx, int dy, int lx, int ly) argument
H A DImfCRgbaFile.h352 int lx, int ly);
357 int lx, int ly);
417 int lx, int ly);
422 int lx, int ly);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_fmod.c40 u_int32_t lx,ly,lz; local
43 EXTRACT_WORDS(hy,ly,y);
49 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
50 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */
53 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
54 if(lx==ly)
70 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1;
76 /* set up {hx,lx}, {hy,ly} and align y to x */
94 hy = (hy<<n)|(ly>>(3
[all...]
H A Ds_remquo.c33 u_int32_t sx,lx,ly; local
37 EXTRACT_WORDS (hy, ly, y);
44 if ((hy | ly) == 0)
48 && (((hy - 0x7ff00000) | ly) != 0)))
54 if (((hx - hy) | (lx - ly)) == 0)
H A De_atan2l.c72 u_int32_t sx,sy,lx,ly; local
77 GET_LDOUBLE_WORDS(sy,hy,ly,y);
79 ly |= hy & 0x7fffffff;
81 ((2*iy|((ly|-ly)>>31))>0xfffe)) /* x or y is NaN */
87 if((iy|ly)==0) {
H A Ds_nextafter.c40 u_int32_t lx,ly; local
43 EXTRACT_WORDS(hy,ly,y);
48 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */
57 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */
65 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */
H A Ds_nexttowardf.c32 u_int32_t hy,ly,esy; local
35 GET_LDOUBLE_WORDS(esy,hy,ly,y);
40 (iy>=0x7fff&&((hy|ly)!=0))) /* y is nan */
/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A Ds_nextafterl.c40 u_int32_t hx,hy,lx,ly; local
43 GET_LDOUBLE_WORDS(esy,hy,ly,y);
48 ((iy==0x7fff)&&((hy&0x7fffffff)|ly)!=0)) /* y is nan */
57 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
76 if(esy>=0||esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))){
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_nexttoward.c41 u_int32_t lx,hy,ly,esy; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
51 ((iy>=0x7fff)&&((hy&0x7fffffff)|ly)!=0)) /* y is nan */
65 && (lx<<11)>ly)))) { /* x > y, x -= ulp */
77 && (lx<<11)>ly)))) {/* x < y, x -= ulp */
H A Ds_nexttowardf.c33 u_int32_t hy,ly,esy; local
36 GET_LDOUBLE_WORDS(esy,hy,ly,y);
43 (iy>=0x7fff&&(((hy&0x7fffffff)|ly)!=0))) /* y is nan */
H A Ds_nextafterl.c40 u_int32_t lx,ly; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
51 ((iy==0x7fff)&&(((hy&0x7fffffff)|ly)!=0))) /* y is nan */
60 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
87 if(esy>=0||(esx>esy||((esx==esy)&&(hx>hy||((hx==hy)&&(lx>ly)))))){
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_nextafterl.c40 u_int32_t lx,ly; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
51 ((iy==0x7fff)&&(((hy&0x7fffffff)|ly)!=0))) /* y is nan */
63 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
90 if(esy>=0||(esx>esy||((esx==esy)&&(hx>hy||((hx==hy)&&(lx>ly)))))){
H A Ds_nexttoward.c42 u_int32_t lx,hy,ly,esy; local
45 GET_LDOUBLE_WORDS(esy,hy,ly,y);
52 ((iy>=0x7fff)&&((hy&0x7fffffff)|ly)!=0)) /* y is nan */
68 && (lx<<11)>ly)))) { /* x > y, x -= ulp */
80 && (lx<<11)>ly)))) {/* x < y, x -= ulp */
H A Ds_nexttowardf.c34 u_int32_t hy,ly,esy; local
37 GET_LDOUBLE_WORDS(esy,hy,ly,y);
44 (iy>=0x7fff&&(((hy&0x7fffffff)|ly)!=0))) /* y is nan */
/haiku-fatelf/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp52 int32 lx,ly; member in struct:NWindowScreen::__anon5792
296 particle_list[i].ly = 0;
344 s->ly = s->y;
369 set_pixel(s->lx,s->ly,0);
377 if((s->lx <= width) && (s->lx >= 0) && (s->ly <= height) && (s->ly >= 0))
378 set_pixel(s->lx, s->ly,0);
382 s->ly = 0;
390 set_pixel(s->lx, s->ly,0);
392 s->ly
[all...]

Completed in 192 milliseconds

12