HomeSort by relevance Sort by last modified time
    Searched refs:isgn (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/common_audio/
fft4g.h 19 void WebRtc_rdft(size_t n, int isgn, float *a, size_t *ip, float *w);
fft4g.c 310 void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w)
316 if (isgn >= 0) {
330 void WebRtc_rdft(size_t n, int isgn, float *a, size_t *ip, float *w)
345 if (isgn >= 0) {
370 static void ddct(int n, int isgn, float *a, int *ip, float *w)
385 if (isgn < 0) {
402 if (isgn >= 0) {
421 static void ddst(int n, int isgn, float *a, int *ip, float *w)
436 if (isgn < 0) {
453 if (isgn >= 0)
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.hpp 317 void isgn(Vector4f &dst, const Vector4f &src);
357 void isgn(Float4 &dst, const Float4 &src);
ShaderCore.cpp 1436 void ShaderCore::isgn(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore
1690 void ShaderCore::isgn(Float4 &dst, const Float4 &src) function in class:sw::ShaderCore
    [all...]
PixelProgram.cpp 248 case Shader::OPCODE_ISGN: isgn(d, s0); break;
    [all...]
VertexProgram.cpp 276 case Shader::OPCODE_ISGN: isgn(d, s0); break;
    [all...]
  /external/eigen/Eigen/src/misc/
lapacke.h     [all...]

Completed in 794 milliseconds