Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.cpp289 flt ox, oy, oz; in Noise() local
305 ox = (x - ((int)x)); in Noise()
323 p00 = (int)((int)d00 * ox) + p000; in Noise()
324 p01 = (int)((int)d01 * ox) + p001; in Noise()
325 p10 = (int)((int)d10 * ox) + p010; in Noise()
326 p11 = (int)((int)d11 * ox) + p011; in Noise()