Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c166 size_t pinc, sinc, tailcnt=0; in fnmatch_internal() local
182 k = str_next(str, n, &sinc); in fnmatch_internal()
185 str += sinc; in fnmatch_internal()
186 n -= sinc; in fnmatch_internal()
243 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal()
247 s += sinc; in fnmatch_internal()
274 k = str_next(s, endstr-s, &sinc); in fnmatch_internal()
284 s += sinc; in fnmatch_internal()
289 k = str_next(str, endstr-str, &sinc); in fnmatch_internal()
290 if (k > 0) str += sinc; in fnmatch_internal()
[all …]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp119 double sinc; in update_coefficients() local
123 sinc = 1.0; in update_coefficients()
125 sinc = sin(value) / value; in update_coefficients()
129 rawCoefficients[i] = sinc * window; in update_coefficients()