Home
last modified time | relevance | path

Searched refs:fastfloor (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_simplexnoise.cpp131 int i = fastfloor(xin + s); in noise()
132 int j = fastfloor(yin + s); in noise()
208 int i = fastfloor(xin + s); in noise()
209 int j = fastfloor(yin + s); in noise()
210 int k = fastfloor(zin + s); in noise()
348 int i = fastfloor(x + s); in noise()
349 int j = fastfloor(y + s); in noise()
350 int k = fastfloor(z + s); in noise()
351 int l = fastfloor(w + s); in noise()
506 int i = fastfloor(xin + s); in getCellIds()
[all …]
H A Diwa_simplexnoise.h62 static int fastfloor(double x) { in fastfloor() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dperlin.cc114 static uint64_t fastfloor(const double x) in fastfloor() function
140 uint64_t i = fastfloor(xin+s); in noise()
141 uint64_t j = fastfloor(yin+s); in noise()
203 uint64_t i = fastfloor(xin+s); in noise()
204 uint64_t j = fastfloor(yin+s); in noise()
205 uint64_t k = fastfloor(zin+s); in noise()
301 uint64_t i = fastfloor(x + s); in noise()
302 uint64_t j = fastfloor(y + s); in noise()
303 uint64_t k = fastfloor(z + s); in noise()
304 uint64_t l = fastfloor(w + s); in noise()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dsimplex.cpp14 int fastfloor( const float x ) { return x > 0 ? (int) x : (int) x - 1; } in fastfloor() function
91 int i = fastfloor( x + s ); in SimplexRawNoise()
92 int j = fastfloor( y + s ); in SimplexRawNoise()
150 int i = fastfloor(x+s); in SimplexRawNoise()
151 int j = fastfloor(y+s); in SimplexRawNoise()
152 int k = fastfloor(z+s); in SimplexRawNoise()
234 int i = fastfloor(x + s); in SimplexRawNoise()
235 int j = fastfloor(y + s); in SimplexRawNoise()
236 int k = fastfloor(z + s); in SimplexRawNoise()
237 int l = fastfloor(w + s); in SimplexRawNoise()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsimplexnoise.cpp193 int i = fastfloor( x + s ); in raw_noise_2d()
194 int j = fastfloor( y + s ); in raw_noise_2d()
269 int i = fastfloor( x + s ); in raw_noise_3d()
270 int j = fastfloor( y + s ); in raw_noise_3d()
271 int k = fastfloor( z + s ); in raw_noise_3d()
406 int i = fastfloor( x + s ); in raw_noise_4d()
407 int j = fastfloor( y + s ); in raw_noise_4d()
408 int k = fastfloor( z + s ); in raw_noise_4d()
409 int l = fastfloor( w + s ); in raw_noise_4d()
535 int fastfloor( const float x ) in fastfloor() function
H A Dsimplexnoise.h118 int fastfloor( float x );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsimplexnoise.cpp193 int i = fastfloor( x + s ); in raw_noise_2d()
194 int j = fastfloor( y + s ); in raw_noise_2d()
269 int i = fastfloor( x + s ); in raw_noise_3d()
270 int j = fastfloor( y + s ); in raw_noise_3d()
271 int k = fastfloor( z + s ); in raw_noise_3d()
406 int i = fastfloor( x + s ); in raw_noise_4d()
407 int j = fastfloor( y + s ); in raw_noise_4d()
408 int k = fastfloor( z + s ); in raw_noise_4d()
409 int l = fastfloor( w + s ); in raw_noise_4d()
535 int fastfloor( const float x ) in fastfloor() function
H A Dsimplexnoise.h118 int fastfloor( float x );
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A DSimplexNoise.cpp46 static inline int32_t fastfloor(float fp) { in fastfloor() function
182 int32_t i0 = fastfloor(x); in noiseX()
226 const int32_t i = fastfloor(xs); in noiseXY()
227 const int32_t j = fastfloor(ys); in noiseXY()
312 int i = fastfloor(x + s); in noiseXYZ()
313 int j = fastfloor(y + s); in noiseXYZ()
314 int k = fastfloor(z + s); in noiseXYZ()
H A DSimplexIslands.hpp67 static inline int32_t fastfloor(double fp) { in fastfloor() function in SimplexIslands
81 int i = fastfloor(xin + s); in noise()
82 int j = fastfloor(yin + s); in noise()
/dports/games/pioneer/pioneer-20210723/src/
H A Dperlin.cpp56 inline int fastfloor(const double x) { return long(x > 0 ? x : x - 1); } in fastfloor() function
118 const int i = fastfloor(p.x + s); in noise()
119 const int j = fastfloor(p.y + s); in noise()
120 const int k = fastfloor(p.z + s); in noise()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxp1fill.c39 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
185 i0 = (int)fastfloor(u0); in tile_by_steps()
186 j0 = (int)fastfloor(v0); in tile_by_steps()
193 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps()
195 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps()
608 i0 = (int)fastfloor(u0); in tile_by_steps_trans()
609 j0 = (int)fastfloor(v0); in tile_by_steps_trans()
616 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps_trans()
618 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps_trans()
955 imod(-(int)fastfloor(ptile->step_matrix.tx - phase.x + 0.5), in gx_trans_pattern_fill_rect()
[all …]
H A Dgxht_thresh.c44 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
895 (int)fastfloor((dest_width - left_width)/ (float) thresh_width); in gxht_thresh_planes()
1061 … (int)fastfloor((float) (dest_height - thresh_height)/ (float) thresh_height); in gxht_thresh_planes()
H A Dgximono.c48 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxp1fill.c39 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
185 i0 = (int)fastfloor(u0); in tile_by_steps()
186 j0 = (int)fastfloor(v0); in tile_by_steps()
193 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps()
195 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps()
608 i0 = (int)fastfloor(u0); in tile_by_steps_trans()
609 j0 = (int)fastfloor(v0); in tile_by_steps_trans()
616 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps_trans()
618 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps_trans()
955 imod(-(int)fastfloor(ptile->step_matrix.tx - phase.x + 0.5), in gx_trans_pattern_fill_rect()
[all …]
H A Dgxht_thresh.c44 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
895 (int)fastfloor((dest_width - left_width)/ (float) thresh_width); in gxht_thresh_planes()
1061 … (int)fastfloor((float) (dest_height - thresh_height)/ (float) thresh_height); in gxht_thresh_planes()
H A Dgximono.c48 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxp1fill.c39 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
198 i0 = (int)fastfloor(u0); in tile_by_steps()
199 j0 = (int)fastfloor(v0); in tile_by_steps()
206 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps()
208 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps()
661 i0 = (int)fastfloor(u0); in tile_by_steps_trans()
662 j0 = (int)fastfloor(v0); in tile_by_steps_trans()
669 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps_trans()
671 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps_trans()
1334 imod(-(int)fastfloor(ptile->step_matrix.tx - phase.x + 0.5), in gx_trans_pattern_fill_rect()
[all …]
H A Dgxht_thresh.c45 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
899 (int)fastfloor((dest_width - left_width)/ (float) thresh_width); in gxht_thresh_planes()
1061 … (int)fastfloor((float) (dest_height - thresh_height)/ (float) thresh_height); in gxht_thresh_planes()
H A Dgximono.c49 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxp1fill.c39 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
198 i0 = (int)fastfloor(u0); in tile_by_steps()
199 j0 = (int)fastfloor(v0); in tile_by_steps()
206 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps()
208 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps()
661 i0 = (int)fastfloor(u0); in tile_by_steps_trans()
662 j0 = (int)fastfloor(v0); in tile_by_steps_trans()
669 int x = (int)fastfloor(step_matrix.xx * i + in tile_by_steps_trans()
671 int y = (int)fastfloor(step_matrix.xy * i + in tile_by_steps_trans()
1334 imod(-(int)fastfloor(ptile->step_matrix.tx - phase.x + 0.5), in gx_trans_pattern_fill_rect()
[all …]
H A Dgxht_thresh.c45 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro
899 (int)fastfloor((dest_width - left_width)/ (float) thresh_width); in gxht_thresh_planes()
1061 … (int)fastfloor((float) (dest_height - thresh_height)/ (float) thresh_height); in gxht_thresh_planes()
H A Dgximono.c49 #define fastfloor(x) (((int)(x)) - (((x)<0) && ((x) != (float)(int)(x)))) macro