Searched refs:cbrt_table (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/
H A Dsiox.cpp69 static float cbrt_table[ROOT_TAB_SIZE +1]; member in namespace:org::siox
73 double y = cbrt_table[int(x*ROOT_TAB_SIZE )]; // assuming x \in [0, 1]
103 cbrt_table[0] = pow(float(1)/float(ROOT_TAB_SIZE*2), 0.3333);
107 cbrt_table[i] = pow(float(i)/float(ROOT_TAB_SIZE), 0.3333);

Completed in 31 milliseconds