Home
last modified time | relevance | path

Searched refs:FASTFLOOR (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_noise1234.cpp163 ix0 = FASTFLOOR(x); // Integer part of x in noise()
184 ix0 = FASTFLOOR(x); // Integer part of x in pnoise()
205 ix0 = FASTFLOOR(x); // Integer part of x in noise()
206 iy0 = FASTFLOOR(y); // Integer part of y in noise()
238 ix0 = FASTFLOOR(x); // Integer part of x in pnoise()
239 iy0 = FASTFLOOR(y); // Integer part of y in pnoise()
272 ix0 = FASTFLOOR(x); // Integer part of x in noise()
273 iy0 = FASTFLOOR(y); // Integer part of y in noise()
274 iz0 = FASTFLOOR(z); // Integer part of z in noise()
324 ix0 = FASTFLOOR(x); // Integer part of x in pnoise()
[all …]
/dports/games/instead/instead-3.4.1/src/
H A Dnoise1234.c143 ix0 = FASTFLOOR( x ); // Integer part of x in noise1()
165 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise1()
188 ix0 = FASTFLOOR( x ); // Integer part of x in noise2()
189 iy0 = FASTFLOOR( y ); // Integer part of y in noise2()
222 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise2()
223 iy0 = FASTFLOOR( y ); // Integer part of y in pnoise2()
258 ix0 = FASTFLOOR( x ); // Integer part of x in noise3()
259 iy0 = FASTFLOOR( y ); // Integer part of y in noise3()
260 iz0 = FASTFLOOR( z ); // Integer part of z in noise3()
311 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise3()
[all …]
/dports/devel/love/love-11.3/src/libraries/noise1234/
H A Dnoise1234.cpp147 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
169 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
192 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
193 iy0 = FASTFLOOR( y ); // Integer part of y in noise()
226 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
227 iy0 = FASTFLOOR( y ); // Integer part of y in pnoise()
262 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
263 iy0 = FASTFLOOR( y ); // Integer part of y in noise()
264 iz0 = FASTFLOOR( z ); // Integer part of z in noise()
315 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
[all …]
H A Dsimplexnoise1234.cpp41 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
123 int i0 = FASTFLOOR(x); in noise()
157 int i = FASTFLOOR(xs); in noise()
158 int j = FASTFLOOR(ys); in noise()
/dports/devel/love10/love-0.10.2/src/libraries/noise1234/
H A Dnoise1234.cpp147 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
169 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
192 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
193 iy0 = FASTFLOOR( y ); // Integer part of y in noise()
226 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
227 iy0 = FASTFLOOR( y ); // Integer part of y in pnoise()
262 ix0 = FASTFLOOR( x ); // Integer part of x in noise()
263 iy0 = FASTFLOOR( y ); // Integer part of y in noise()
264 iz0 = FASTFLOOR( z ); // Integer part of z in noise()
315 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise()
[all …]
H A Dsimplexnoise1234.cpp41 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
123 int i0 = FASTFLOOR(x); in noise()
157 int i = FASTFLOOR(xs); in noise()
158 int j = FASTFLOOR(ys); in noise()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dnoise1234.c155 ix0 = FASTFLOOR( x ); // Integer part of x in noise1()
177 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise1()
200 ix0 = FASTFLOOR( x ); // Integer part of x in noise2()
201 iy0 = FASTFLOOR( y ); // Integer part of y in noise2()
234 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise2()
235 iy0 = FASTFLOOR( y ); // Integer part of y in pnoise2()
270 ix0 = FASTFLOOR( x ); // Integer part of x in noise3()
271 iy0 = FASTFLOOR( y ); // Integer part of y in noise3()
272 iz0 = FASTFLOOR( z ); // Integer part of z in noise3()
323 ix0 = FASTFLOOR( x ); // Integer part of x in pnoise3()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/program/
H A Dprog_noise.c55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
215 int i0 = FASTFLOOR(x); in _mesa_noise1()
250 int i = FASTFLOOR(xs); in _mesa_noise2()
251 int j = FASTFLOOR(ys); in _mesa_noise2()
334 int i = FASTFLOOR(xs); in _mesa_noise3()
335 int j = FASTFLOOR(ys); in _mesa_noise3()
336 int k = FASTFLOOR(zs); in _mesa_noise3()
492 int i = FASTFLOOR(xs); in _mesa_noise4()
493 int j = FASTFLOOR(ys); in _mesa_noise4()
494 int k = FASTFLOOR(zs); in _mesa_noise4()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dnoise.cpp91 ix0 = FASTFLOOR( x ); in noise()
111 ix0 = FASTFLOOR( x ); in pnoise()
130 ix0 = FASTFLOOR( x ); in noise()
131 iy0 = FASTFLOOR( y ); in noise()
163 ix0 = FASTFLOOR( x ); in pnoise()
164 iy0 = FASTFLOOR( y ); in pnoise()
195 ix0 = FASTFLOOR( x ); in noise()
196 iy0 = FASTFLOOR( y ); in noise()
197 iz0 = FASTFLOOR( z ); in noise()
248 ix0 = FASTFLOOR( x ); in pnoise()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dipgrain.cc144 float FASTFLOOR(float x) in FASTFLOOR() function in rtengine::__anondf3ebb850111::GrainEvaluator
155 const int i = FASTFLOOR(xin + s); in simplex_noise()
156 const int j = FASTFLOOR(yin + s); in simplex_noise()
157 const int k = FASTFLOOR(zin + s); in simplex_noise()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A Dsimplexnoise.cpp50 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro
63 int i0 = FASTFLOOR(x); in SimplexNoise1D()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dgrain.c152 #define FASTFLOOR(x) (x > 0 ? (int)(x) : (int)(x)-1) macro
160 const int i = FASTFLOOR(xin + s); in _simplex_noise()
161 const int j = FASTFLOOR(yin + s); in _simplex_noise()
162 const int k = FASTFLOOR(zin + s); in _simplex_noise()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dgrain.c152 #define FASTFLOOR(x) (x > 0 ? (int)(x) : (int)(x)-1) macro
160 const int i = FASTFLOOR(xin + s); in _simplex_noise()
161 const int j = FASTFLOOR(yin + s); in _simplex_noise()
162 const int k = FASTFLOOR(zin + s); in _simplex_noise()