JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
juce_FloatVectorOperations.cpp File Reference

Go to the source code of this file.

Classes

union  juce::FloatVectorHelpers::signMask32
 
union  juce::FloatVectorHelpers::signMask64
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Macros

#define JUCE_INCREMENT_SRC_DEST
 
#define JUCE_INCREMENT_SRC1_SRC2_DEST
 
#define JUCE_INCREMENT_DEST
 
#define JUCE_PERFORM_VEC_OP_DEST(normalOp, vecOp, locals, setupOp)
 
#define JUCE_PERFORM_VEC_OP_SRC_DEST(normalOp, vecOp, locals, increment, setupOp)
 
#define JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST(normalOp, vecOp, locals, increment, setupOp)
 
#define JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST_DEST(normalOp, vecOp, locals, increment, setupOp)
 
#define JUCE_VEC_LOOP(vecOp, srcLoad, dstLoad, dstStore, locals, increment)
 
#define JUCE_VEC_LOOP_TWO_SOURCES(vecOp, src1Load, src2Load, dstStore, locals, increment)
 
#define JUCE_VEC_LOOP_TWO_SOURCES_WITH_DEST_LOAD(vecOp, src1Load, src2Load, dstLoad, dstStore, locals, increment)
 
#define JUCE_LOAD_NONE(srcLoad, dstLoad)
 
#define JUCE_LOAD_DEST(srcLoad, dstLoad)
 
#define JUCE_LOAD_SRC(srcLoad, dstLoad)
 
#define JUCE_LOAD_SRC1_SRC2(src1Load, src2Load)
 
#define JUCE_LOAD_SRC1_SRC2_DEST(src1Load, src2Load, dstLoad)
 
#define JUCE_LOAD_SRC_DEST(srcLoad, dstLoad)
 

Macro Definition Documentation

◆ JUCE_INCREMENT_DEST

#define JUCE_INCREMENT_DEST

Definition at line 30 of file juce_FloatVectorOperations.cpp.

◆ JUCE_INCREMENT_SRC1_SRC2_DEST

#define JUCE_INCREMENT_SRC1_SRC2_DEST

Definition at line 29 of file juce_FloatVectorOperations.cpp.

◆ JUCE_INCREMENT_SRC_DEST

#define JUCE_INCREMENT_SRC_DEST

Definition at line 28 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_DEST

#define JUCE_LOAD_DEST (   srcLoad,
  dstLoad 
)

Definition at line 346 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_NONE

#define JUCE_LOAD_NONE (   srcLoad,
  dstLoad 
)

Definition at line 345 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_SRC

#define JUCE_LOAD_SRC (   srcLoad,
  dstLoad 
)

Definition at line 347 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_SRC1_SRC2

#define JUCE_LOAD_SRC1_SRC2 (   src1Load,
  src2Load 
)

Definition at line 348 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_SRC1_SRC2_DEST

#define JUCE_LOAD_SRC1_SRC2_DEST (   src1Load,
  src2Load,
  dstLoad 
)

Definition at line 349 of file juce_FloatVectorOperations.cpp.

◆ JUCE_LOAD_SRC_DEST

#define JUCE_LOAD_SRC_DEST (   srcLoad,
  dstLoad 
)

Definition at line 350 of file juce_FloatVectorOperations.cpp.

◆ JUCE_PERFORM_VEC_OP_DEST

#define JUCE_PERFORM_VEC_OP_DEST (   normalOp,
  vecOp,
  locals,
  setupOp 
)

Definition at line 306 of file juce_FloatVectorOperations.cpp.

◆ JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST

#define JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST (   normalOp,
  vecOp,
  locals,
  increment,
  setupOp 
)

Definition at line 312 of file juce_FloatVectorOperations.cpp.

◆ JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST_DEST

#define JUCE_PERFORM_VEC_OP_SRC1_SRC2_DEST_DEST (   normalOp,
  vecOp,
  locals,
  increment,
  setupOp 
)

Definition at line 315 of file juce_FloatVectorOperations.cpp.

◆ JUCE_PERFORM_VEC_OP_SRC_DEST

#define JUCE_PERFORM_VEC_OP_SRC_DEST (   normalOp,
  vecOp,
  locals,
  increment,
  setupOp 
)

Definition at line 309 of file juce_FloatVectorOperations.cpp.

◆ JUCE_VEC_LOOP

#define JUCE_VEC_LOOP (   vecOp,
  srcLoad,
  dstLoad,
  dstStore,
  locals,
  increment 
)

Definition at line 321 of file juce_FloatVectorOperations.cpp.

◆ JUCE_VEC_LOOP_TWO_SOURCES

#define JUCE_VEC_LOOP_TWO_SOURCES (   vecOp,
  src1Load,
  src2Load,
  dstStore,
  locals,
  increment 
)

Definition at line 329 of file juce_FloatVectorOperations.cpp.

◆ JUCE_VEC_LOOP_TWO_SOURCES_WITH_DEST_LOAD

#define JUCE_VEC_LOOP_TWO_SOURCES_WITH_DEST_LOAD (   vecOp,
  src1Load,
  src2Load,
  dstLoad,
  dstStore,
  locals,
  increment 
)

Definition at line 337 of file juce_FloatVectorOperations.cpp.