Lines Matching refs:FASTFLOOR
55 #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()
495 int l = FASTFLOOR(ws); in _mesa_noise4()