Home
last modified time | relevance | path

Searched refs:NEGPOL (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Dwindow.c175 else if (max <= FL(0.0) && min <FL(0.0)) pol = (int16)NEGPOL; in display()
179 else if (pol == (int16)NEGPOL && max > FL(0.0)) pol = (int16)BIPOL; in display()
H A DFL_graph.cpp151 else if (pol == (short)NEGPOL) in draw()
207 if (pol != NEGPOL) in draw()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcwindow.h54 NEGPOL, enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcwindow.h54 NEGPOL, enumerator
/dports/audio/csound/csound-6.15.0/include/
H A Dcwindow.h54 NEGPOL, enumerator
/dports/audio/csound/csound-6.15.0/OOps/
H A Ddisprep.c373 if (p->dbout) p->dwindow.polarity = NEGPOL; in kdspfft()
418 p->dwindow.polarity = NEGPOL; in dspfft()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py177 NEGPOL = 1 variable
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dwidgetlayout.cpp1199 case NEGPOL: in appendCurve()