Home
last modified time | relevance | path

Searched refs:freeze_ (Results 1 – 25 of 43) sorted by relevance

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/clouds/drivers/
H A Dgate_input.h45 inline bool freeze() const { return freeze_; } in freeze()
49 return freeze_ && !previous_freeze_; in freeze_rising_edge()
52 return !freeze_ && previous_freeze_; in freeze_falling_edge()
64 bool freeze_; variable
H A Dgate_input.cc47 freeze_ = false; in Init()
54 previous_freeze_ = freeze_; in Read()
56 freeze_ = !GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_7); in Read()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/clouds/drivers/
H A Dgate_input.h45 inline bool freeze() const { return freeze_; } in freeze()
49 return freeze_ && !previous_freeze_; in freeze_rising_edge()
52 return !freeze_ && previous_freeze_; in freeze_falling_edge()
64 bool freeze_; variable
H A Dgate_input.cc47 freeze_ = false; in Init()
54 previous_freeze_ = freeze_; in Read()
56 freeze_ = !GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_7); in Read()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/clouds/drivers/
H A Dgate_input.h45 inline bool freeze() const { return freeze_; } in freeze()
49 return freeze_ && !previous_freeze_; in freeze_rising_edge()
52 return !freeze_ && previous_freeze_; in freeze_falling_edge()
64 bool freeze_; variable
H A Dgate_input.cc47 freeze_ = false;
54 previous_freeze_ = freeze_;
56 freeze_ = !GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_7);
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/warps/dsp/
H A Dvocoder.h48 freeze_ = false; in Init()
62 freeze_ = freeze; in set_freeze()
67 float attack = freeze_ ? 0.0f : attack_; in Process()
68 float decay = freeze_ ? 0.0f : decay_; in Process()
90 float freeze_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/warps/dsp/
H A Dvocoder.h48 freeze_ = false; in Init()
62 freeze_ = freeze; in set_freeze()
67 float attack = freeze_ ? 0.0f : attack_; in Process()
68 float decay = freeze_ ? 0.0f : decay_; in Process()
90 float freeze_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/clouds/dsp/
H A Dresonestor.h97 freeze_ = previous_freeze_ = 0.0f; in Init()
145 if (trigger_ && !previous_trigger_ && !freeze_) { in Process()
149 if (freeze_ && !previous_freeze_) { in Process()
150 previous_freeze_ = freeze_; in Process()
344 previous_freeze_ = freeze_; in set_freeze()
345 freeze_ = freeze; in set_freeze()
372 int16_t freeze_, previous_freeze_; variable
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dlogic_program_types.h292 bool frozen() const { return freeze_ != uint32(freeze_no); } in frozen()
294 ValueRep freezeValue()const { return static_cast<ValueRep>(freeze_ - uint32(freeze_ != 0)); } in freezeValue()
296 …Literal assumption() const { return freeze_ > uint32(freeze_free) ? literal() ^ (freeze_ == … in assumption()
328 uint32 freeze_: 2; // incremental freeze state variable
373 void markFrozen(ValueRep v){ freeze_ = v + freeze_free; } in markFrozen()
374 void clearFrozen() { freeze_ = freeze_no; markDirty(); } in clearFrozen()
418 bool inRule() const { return hasHeads() || freeze_; } in inRule()
484 void markFrozen() { freeze_= 1; } in markFrozen()
546 uint32 freeze_ : 1; // keep body even if it does not occur in a rule? variable
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dlogic_program_types.h292 bool frozen() const { return freeze_ != uint32(freeze_no); } in frozen()
294 ValueRep freezeValue()const { return static_cast<ValueRep>(freeze_ - uint32(freeze_ != 0)); } in freezeValue()
296 …Literal assumption() const { return freeze_ > uint32(freeze_free) ? literal() ^ (freeze_ == … in assumption()
328 uint32 freeze_: 2; // incremental freeze state variable
373 void markFrozen(ValueRep v){ freeze_ = v + freeze_free; } in markFrozen()
374 void clearFrozen() { freeze_ = freeze_no; markDirty(); } in clearFrozen()
418 bool inRule() const { return hasHeads() || freeze_; } in inRule()
484 void markFrozen() { freeze_= 1; } in markFrozen()
546 uint32 freeze_ : 1; // keep body even if it does not occur in a rule? variable
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dlogic_program_types.h292 bool frozen() const { return freeze_ != uint32(freeze_no); } in frozen()
294 ValueRep freezeValue()const { return static_cast<ValueRep>(freeze_ - uint32(freeze_ != 0)); } in freezeValue()
296 …Literal assumption() const { return freeze_ > uint32(freeze_free) ? literal() ^ (freeze_ == … in assumption()
328 uint32 freeze_: 2; // incremental freeze state variable
373 void markFrozen(ValueRep v){ freeze_ = v + freeze_free; } in markFrozen()
374 void clearFrozen() { freeze_ = freeze_no; markDirty(); } in clearFrozen()
418 bool inRule() const { return hasHeads() || freeze_; } in inRule()
484 void markFrozen() { freeze_= 1; } in markFrozen()
546 uint32 freeze_ : 1; // keep body even if it does not occur in a rule? variable
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dsigerr.c25 extern /* Subroutine */ int byebye_(char *, ftnlen), freeze_(void); in sigerr_()
329 freeze_(); in sigerr_()
H A Dtrcpkg.c2679 /* Subroutine */ int freeze_(void) in freeze_() function
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dsigerr.c25 extern /* Subroutine */ int byebye_(char *, ftnlen), freeze_(void); in sigerr_()
329 freeze_(); in sigerr_()
H A Dtrcpkg.c2679 /* Subroutine */ int freeze_(void) in freeze_() function
/dports/devel/p5-MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.11/t/
H A D003-apply.t20 default => sub { "freeze_" . shift->format },
/dports/math/clasp/clasp-3.3.5/src/
H A Dlogic_program_types.cpp411 , data_(data), upper_(0), dirty_(0), freeze_(0), isAtom_(t == PrgNode::Atom) { in PrgHead()
704 size_ = sz, head_ = 0, type_ = t, sBody_ = 0, sHead_ = 0, freeze_ = 0; in init()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dlogic_program_types.cpp411 , data_(data), upper_(0), dirty_(0), freeze_(0), isAtom_(t == PrgNode::Atom) { in PrgHead()
704 size_ = sz, head_ = 0, type_ = t, sBody_ = 0, sHead_ = 0, freeze_ = 0; in init()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dlogic_program_types.cpp411 , data_(data), upper_(0), dirty_(0), freeze_(0), isAtom_(t == PrgNode::Atom) { in PrgHead()
704 size_ = sz, head_ = 0, type_ = t, sBody_ = 0, sHead_ = 0, freeze_ = 0; in init()
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/
H A DPKG-INFO64 …* freeze_ and thaw_ functions to convert between pythons standard collections and pyrsistent colle…
H A DREADME56 * freeze_ and thaw_ functions to convert between pythons standard collections and pyrsistent collec…
H A DREADME.rst56 * freeze_ and thaw_ functions to convert between pythons standard collections and pyrsistent collec…
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/pyrsistent.egg-info/
H A DPKG-INFO64 …* freeze_ and thaw_ functions to convert between pythons standard collections and pyrsistent colle…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/
H A DPKG-INFO64 …* freeze_ and thaw_ functions to convert between pythons standard collections and pyrsistent colle…

12