Home
last modified time | relevance | path

Searched refs:SetOutput (Results 1 – 25 of 3829) sorted by relevance

12345678910>>...154

/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/OperatorPlugin/
H A DOperatorPlugin.C95 SetOutput(0,n,GetInput(0,n)+GetInput(1,n)); in Execute()
102 SetOutput(0,n,GetInput(0,n)+m_Constant); in Execute()
111 SetOutput(0,n,GetInput(0,n)-GetInput(1,n)); in Execute()
118 SetOutput(0,n,GetInput(0,n)-m_Constant); in Execute()
127 if (GetInput(1,n)==0) SetOutput(0,n,0); in Execute()
128 else SetOutput(0,n,GetInput(0,n)/GetInput(1,n)); in Execute()
135 if (m_Constant==0) SetOutput(0,n,0); in Execute()
136 else SetOutput(0,n,GetInput(0,n)/m_Constant); in Execute()
145 SetOutput(0,n,GetInput(0,n)*GetInput(1,n)); in Execute()
152 SetOutput(0,n,GetInput(0,n)*m_Constant); in Execute()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/log/
H A Dlog_test.go14 log.SetOutput(buf)
27 log.SetOutput(buf)
40 log.SetOutput(buf)
53 log.SetOutput(buf)
65 log.SetOutput(buf)
78 log.SetOutput(buf)
90 log.SetOutput(buf)
103 log.SetOutput(buf)
115 log.SetOutput(buf)
129 log.SetOutput(buf)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/clog/app/
H A Dtest_ncbi_applog.sh14 SetOutput() { function
24 SetOutput cwd
26 SetOutput stdout
46 SetOutput cwd
76 SetOutput cwd
96 SetOutput cwd
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-states/include/aws/states/model/
H A DActivitySucceededEventDetails.h58 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
64 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
70 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
76 …inline ActivitySucceededEventDetails& WithOutput(const Aws::String& value) { SetOutput(value); ret… in WithOutput()
82 …inline ActivitySucceededEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(value)… in WithOutput()
88 …inline ActivitySucceededEventDetails& WithOutput(const char* value) { SetOutput(value); return *th… in WithOutput()
H A DExecutionSucceededEventDetails.h58 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
64 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
70 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
76 …inline ExecutionSucceededEventDetails& WithOutput(const Aws::String& value) { SetOutput(value); re… in WithOutput()
82 …inline ExecutionSucceededEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(value… in WithOutput()
88 …inline ExecutionSucceededEventDetails& WithOutput(const char* value) { SetOutput(value); return *t… in WithOutput()
H A DLambdaFunctionSucceededEventDetails.h58 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
64 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
70 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
76 …inline LambdaFunctionSucceededEventDetails& WithOutput(const Aws::String& value) { SetOutput(value… in WithOutput()
82 …inline LambdaFunctionSucceededEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(… in WithOutput()
88 …inline LambdaFunctionSucceededEventDetails& WithOutput(const char* value) { SetOutput(value); retu… in WithOutput()
H A DSendTaskSuccessRequest.h126 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
132 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
138 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
144 …inline SendTaskSuccessRequest& WithOutput(const Aws::String& value) { SetOutput(value); return *th… in WithOutput()
150 …inline SendTaskSuccessRequest& WithOutput(Aws::String&& value) { SetOutput(std::move(value)); retu… in WithOutput()
156 inline SendTaskSuccessRequest& WithOutput(const char* value) { SetOutput(value); return *this;} in WithOutput()
H A DStateExitedEventDetails.h147 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
153 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
159 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
165 …inline StateExitedEventDetails& WithOutput(const Aws::String& value) { SetOutput(value); return *t… in WithOutput()
171 …inline StateExitedEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(value)); ret… in WithOutput()
177 inline StateExitedEventDetails& WithOutput(const char* value) { SetOutput(value); return *this;} in WithOutput()
H A DTaskSubmittedEventDetails.h140 inline void SetOutput(const Aws::String& value) { m_outputHasBeenSet = true; m_output = value; } in SetOutput() function
146 …inline void SetOutput(Aws::String&& value) { m_outputHasBeenSet = true; m_output = std::move(value… in SetOutput() function
152 inline void SetOutput(const char* value) { m_outputHasBeenSet = true; m_output.assign(value); } in SetOutput() function
158 …inline TaskSubmittedEventDetails& WithOutput(const Aws::String& value) { SetOutput(value); return … in WithOutput()
164 …inline TaskSubmittedEventDetails& WithOutput(Aws::String&& value) { SetOutput(std::move(value)); r… in WithOutput()
170 … inline TaskSubmittedEventDetails& WithOutput(const char* value) { SetOutput(value); return *this;} in WithOutput()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
93 log.SetOutput(olw)
98 log.SetOutput(lOut)
130 log.SetOutput(olw)
135 log.SetOutput(lOut)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
93 log.SetOutput(olw)
98 log.SetOutput(lOut)
130 log.SetOutput(olw)
135 log.SetOutput(lOut)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
93 log.SetOutput(olw)
98 log.SetOutput(lOut)
130 log.SetOutput(olw)
135 log.SetOutput(lOut)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
101 log.SetOutput(olw)
106 log.SetOutput(lOut)
138 log.SetOutput(olw)
143 log.SetOutput(lOut)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
93 log.SetOutput(olw)
98 log.SetOutput(lOut)
130 log.SetOutput(olw)
135 log.SetOutput(lOut)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
93 log.SetOutput(olw)
98 log.SetOutput(lOut)
130 log.SetOutput(olw)
135 log.SetOutput(lOut)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
101 log.SetOutput(olw)
106 log.SetOutput(lOut)
138 log.SetOutput(olw)
143 log.SetOutput(lOut)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/testing/iotest/
H A Dlogger_test.go32 log.SetOutput(olw)
37 log.SetOutput(lOut)
64 log.SetOutput(olw)
69 log.SetOutput(lOut)
101 log.SetOutput(olw)
106 log.SetOutput(lOut)
138 log.SetOutput(olw)
143 log.SetOutput(lOut)
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/LogicPlugin/
H A DLogicPlugin.C86 if (GetInput(0,n)>0) SetOutput(0,n,-1.0f); in Execute()
87 else SetOutput(0,n,1.0f); in Execute()
91 SetOutput(0,n,1.0f); in Execute()
92 else SetOutput(0,n,-1.0f); in Execute()
96 SetOutput(0,n,1.0f); in Execute()
97 else SetOutput(0,n,-1.0f); in Execute()
113 SetOutput (0, n, (float)result); in Execute()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/
H A DChAxle.cpp30 void ChAxle::SetOutput(bool state) { in SetOutput() function in chrono::vehicle::ChAxle
31 m_suspension->SetOutput(state); in SetOutput()
33 m_brake_left->SetOutput(state); in SetOutput()
34 m_brake_right->SetOutput(state); in SetOutput()
37 wheel->SetOutput(state); in SetOutput()
40 m_antirollbar->SetOutput(state); in SetOutput()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DUnlDripGameAudio.h43 SetOutput(((int)_buffer[_readPos] - 0x80) * _volume); in ClockAudio()
51 void SetOutput(int16_t output) in SetOutput() function
96 SetOutput(0); in WriteRegister()
106 SetOutput((value - 0x80) * _volume); in WriteRegister()
130 SetOutput(((int)_buffer[_readPos] - 0x80) * _volume); in WriteRegister()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DGetConsoleOutputResponse.h83 inline void SetOutput(const Aws::String& value) { m_output = value; } in SetOutput() function
89 inline void SetOutput(Aws::String&& value) { m_output = std::move(value); } in SetOutput() function
95 inline void SetOutput(const char* value) { m_output.assign(value); } in SetOutput() function
101 …inline GetConsoleOutputResponse& WithOutput(const Aws::String& value) { SetOutput(value); return *… in WithOutput()
107 …inline GetConsoleOutputResponse& WithOutput(Aws::String&& value) { SetOutput(std::move(value)); re… in WithOutput()
113 … inline GetConsoleOutputResponse& WithOutput(const char* value) { SetOutput(value); return *this;} in WithOutput()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/MoogFilterPlugin/
H A DMoogFilterPlugin.C144 SetOutput(0,n,0); in Execute()
145 SetOutput(1,n,0); in Execute()
146 SetOutput(2,n,0); in Execute()
161 SetOutput(0,n,b4); in Execute()
162 SetOutput(1,n,(in-b4)); in Execute()
163 SetOutput(2,n,3.0f * (b3 - b4)); in Execute()
/dports/shells/elvish/elvish-0.17.0/pkg/logutil/
H A Dlogutil.go28 func SetOutput(newout io.Writer) { func
36 logger.SetOutput(out)
46 SetOutput(io.Discard)
53 SetOutput(file)
/dports/net/croc/croc-9.5.0/vendor/github.com/schollz/logger/
H A Dlogger.go68 func SetOutput(w io.Writer) { func
69 l.SetOutput(w)
80 func (l *Logger) SetOutput(w io.Writer) { func
81 l.T.SetOutput(w)
82 l.D.SetOutput(w)
83 l.I.SetOutput(w)
84 l.W.SetOutput(w)
85 l.E.SetOutput(w)
/dports/net/traefik/traefik-2.6.1/pkg/log/
H A Dlog.go32 logrus.SetOutput(os.Stdout)
41 func SetOutput(out io.Writer) { func
42 logrus.SetOutput(out)
109 SetOutput(logFile)
115 logrus.SetOutput(os.Stdout)

12345678910>>...154