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

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug401.go 13 func (T) cplx() complex128 { func
22 cplx() complex128
29 if v := real(t.cplx()); v != 1 {
32 _ = imag(t.cplx())
41 if v := real(i.cplx()); v != 1 {
44 _ = imag(i.cplx())
  /prebuilts/go/linux-x86/test/fixedbugs/
bug401.go 13 func (T) cplx() complex128 { func
22 cplx() complex128
29 if v := real(t.cplx()); v != 1 {
32 _ = imag(t.cplx())
41 if v := real(i.cplx()); v != 1 {
44 _ = imag(i.cplx())
  /external/webrtc/webrtc/common_audio/
real_fourier_unittest.cc 33 RealFourier::fft_cplx_scoper cplx; local
34 cplx = RealFourier::AllocCplxBuffer(3);
35 ASSERT_TRUE(cplx.get() != nullptr);
36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(cplx.get());
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 25 * |real |cplx |cplx | no vectorization
26 * |real |cplx |real | alpha is converted to a cplx when calling the run function, no vectorization
27 * |cplx |real |cplx | invalid, the caller has to do tmp: = A * B; C += alpha*tmp
28 * |cplx |real |real | optimal case, vectorization possible via real-cplx mul
GeneralBlockPanelKernel.h 347 * cplx*real : unpack rhs to constant packets, ...
348 * real*cplx : load lhs as (a0,a0,a1,a1), and mul as usual
855 * |real |cplx | no vectorization yet, would require to pack A with duplication
856 * |cplx |real | easy vectorization
    [all...]
  /external/clang/test/SemaCXX/
ast-print.cpp 122 ConstrWithCleanupsClass(const VirualDestrClass& cplx = VirualDestrClass(42));
  /external/python/cpython2/Doc/whatsnew/
2.6.rst     [all...]

Completed in 548 milliseconds