Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp121 float MultiChannelResampler::sinc(float radians) { in sinc() function in MultiChannelResampler
/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.c277 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() function
290 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.py905 def sinc(x): function