Searched refs:FASTFLOOR (Results 1 – 2 of 2) sorted by relevance
55 #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) macro215 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 …]