Home
last modified time | relevance | path

Searched defs:sinc (Results 1 – 5 of 5) sorted by relevance

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp122 float MultiChannelResampler::sinc(float radians) { in sinc() function in MultiChannelResampler
/external/musl/src/regex/
Dfnmatch.c167 size_t pinc, sinc, tailcnt=0; in fnmatch_internal() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2.java461 double sinc = S2Point.crossProd(a, b).norm(); in trueCentroid() local
/external/speex/libspeexdsp/
Dresample.c275 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() function
288 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py900 def sinc(x): function