Searched refs:sintheta (Results 1 – 2 of 2) sorted by relevance
388 const double sintheta = sin(i * (SK_ScalarPI / kTablePeriod)); in apply() local389 sin2table[i] = static_cast<float>(sintheta * sintheta - 0.5); in apply()