Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcoordsys.cpp77 flt r1, phi, theta; in xyztospr() local
84 theta = acos((pnt.x / r1) / sin(phi)) / TWOPI; in xyztospr()
87 *u = theta; in xyztospr()
89 *u = 1 - theta; in xyztospr()
/oneTBB/examples/graph/som/
H A Dsom.cpp171 double theta = exp(-(radius * radius) / (2.0 * my_rsq)); in epoch_update_range() local
172 add_fraction_of_difference(my_map[xx][yy], s, theta * learning_rate); in epoch_update_range()