Home
last modified time | relevance | path

Searched refs:Tout (Results 101 – 125 of 2025) sorted by relevance

12345678910>>...81

/dports/cad/tkgate/tkgate-2.1/povray/
H A Dprinter.pov210 #local Tout = -(D/2);
220 object { TrayForm(TW,TH,TD) inverse translate <Xshft,T1y,Tout> }
221 object { TrayForm(TW,TH,TD) inverse translate <Xshft,T2y,Tout> }
231 object { Tray(TW,TH,TD) translate <Xshft,T1y,Tout> }
232 object { Tray(TW,TH,TD) translate <Xshft,T2y,Tout> }
H A Dmodule_copy.pov343 #local Tout = -(D/2);
355 object { TrayForm(TW,TH,TD) inverse translate <Xshft,T1y,Tout> }
356 object { TrayForm(TW,TH,TD) inverse translate <Xshft,T2y,Tout> }
374 object { OutTray(TW,TH/2,TD) translate <Xshft,T1y,Tout> }
375 object { Tray(TW,TH,TD) translate <Xshft,T2y,Tout> }
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/image/
H A Dimage.h222 template<typename Tout=T>
223 Tout Sum() const in Sum()
228 template<typename Tout=T>
229 Tout Mean() const in Mean()
231 return Sum<Tout>() / Area(); in Mean()
/dports/sysutils/webmin/webmin-1.981/cron/
H A Dconfig.info.fr.UTF-821 …ons sans fichier d'autorisation ni d'interdiction,1,0-Tout refuser,1-Tout refuser sauf root,2-Tout
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/hwmon/
H A Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
78 not simply invert Tout.
80 A second thing is that, during extensive testing, Tout showed a tolerance
83 1.0 degree Celsius to avoid Tout "bouncing", though!
90 status of Tout. They will only tell you about its history, whether or not
92 reset. Be aware: When testing, it showed that the status of Tout can change
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/hwmon/
H A Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
78 not simply invert Tout.
80 A second thing is that, during extensive testing, Tout showed a tolerance
83 1.0 degree Celsius to avoid Tout "bouncing", though!
90 status of Tout. They will only tell you about its history, whether or not
92 reset. Be aware: When testing, it showed that the status of Tout can change
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/hwmon/
H A Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
78 not simply invert Tout.
80 A second thing is that, during extensive testing, Tout showed a tolerance
83 1.0 degree Celsius to avoid Tout "bouncing", though!
90 status of Tout. They will only tell you about its history, whether or not
92 reset. Be aware: When testing, it showed that the status of Tout can change
/dports/devel/vexcl/vexcl-1.4.3/vexcl/
H A Dfft.hpp64 template <typename Tin, typename Tout = Tin, class Planner = fft::planner>
143 auto operator()(const Expr &x) -> decltype(plan.template apply<Tout>(x)) in operator ()()
145 return plan.template apply<Tout>(x); in operator ()()
/dports/mail/addresses-goodies/Addresses-0.4.8/AddressManager/French.lproj/
H A DLocalizable.strings24 "All" = "Tout";
59 = "Voulez vous vraiment effacer %@ de \"Tout\" et de tous les groupes ?";
62 = "Voulez vous vraiment effacer les %d personnes s\U00e9lectionn\U00e9es de \"Tout\" et tous les gr…
80 "Everything" = "Tout";
149 = "Vous ne pouvez renommer un groupe en \"Tout\",\ncar ce nom est r\U00e9serv\U00e9 par le syst\U00…
/dports/mail/addresses/Addresses-0.4.8/AddressManager/French.lproj/
H A DLocalizable.strings24 "All" = "Tout";
59 = "Voulez vous vraiment effacer %@ de \"Tout\" et de tous les groupes ?";
62 = "Voulez vous vraiment effacer les %d personnes s\U00e9lectionn\U00e9es de \"Tout\" et tous les gr…
80 "Everything" = "Tout";
149 = "Vous ne pouvez renommer un groupe en \"Tout\",\ncar ce nom est r\U00e9serv\U00e9 par le syst\U00…
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/tests/
H A DcpsPend_dnsL.c30 realtype reltol, abstol, t, tout, Tout; in main() local
48 Tout = Nout*1.0; in main()
54 flag = CPodeSetStopTime(cpode_mem, Tout); in main()
H A DpendLr.c30 realtype reltol, abstol, t, tout, Tout; in main() local
48 Tout = Nout*1.0; in main()
54 flag = CPodeSetStopTime(cpode_mem, Tout); in main()
H A Dpend.c33 realtype reltol, abstol, t, tout, Tout; in main() local
58 Tout = Nout*1.0; in main()
64 flag = CPodeSetStopTime(cpode_mem, Tout); in main()
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/impl/
H A Dsimd.hpp55 template <typename Tout, typename Tin, size_t N>
58 using value_type_out = Tout;
/dports/www/yaws/yaws-2.0.6/www/
H A Dwebsockets_example_endpoint.yaws18 Tout = case queryvar(A, "timeout") of
49 {keepalive_timeout, Tout},
/dports/www/yaws/yaws-2.0.6/testsuite/
H A Dtestsuite.erl125 sock_connect(http, Host, Port, Opts, Tout) ->
126 gen_tcp:connect(Host, Port, Opts, Tout);
127 sock_connect(https, Host, Port, Opts, Tout) ->
128 ssl:connect(Host, Port, Opts, Tout).
148 sock_recv(Sock, Length, Tout) when is_port(Sock) -> gen_tcp:recv(Sock, Length, Tout);
149 sock_recv(Sock, Length, Tout) -> ssl:recv(Sock, Length, Tout).
173 receive_http_response(Meth, Sock, Tout) ->
174 ReqRef = case Tout of
179 Ref = erlang:start_timer(Tout, self(), timeout),
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfXfldigi.pas144 Tout,
166 Tout := 1500; // timeout
177 dec(Tout);
181 until ((buffer = '') or (Tout < 1 ));
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_hlines_fr.lang41 {130,"Tout"},
52 {141,"Tout"},
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/tests/
H A DPendLrCpp.cpp102 Real reltol, abstol, t, tout, Tout; in main() local
120 Tout = Nout*1.0; in main()
128 flag = cpode.setStopTime(Tout); in main()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dlinalg.h70 template <typename Tout, typename Tin1, typename Tin2>
71 Plane<Tout> MatMul(const Plane<Tin1>& A, const Plane<Tin2>& B) { in MatMul()
73 Plane<Tout> out(A.xsize(), B.ysize()); in MatMul()
76 Tout* const JXL_RESTRICT row_out = out.Row(y); in MatMul()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h71 template <typename Tout, typename Tin1, typename Tin2>
72 Plane<Tout> MatMul(const Plane<Tin1>& A, const Plane<Tin2>& B) { in MatMul()
74 Plane<Tout> out(A.xsize(), B.ysize()); in MatMul()
77 Tout* const JXL_RESTRICT row_out = out.Row(y); in MatMul()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h70 template <typename Tout, typename Tin1, typename Tin2>
71 Plane<Tout> MatMul(const Plane<Tin1>& A, const Plane<Tin2>& B) { in MatMul()
73 Plane<Tout> out(A.xsize(), B.ysize()); in MatMul()
76 Tout* const JXL_RESTRICT row_out = out.Row(y); in MatMul()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h70 template <typename Tout, typename Tin1, typename Tin2>
71 Plane<Tout> MatMul(const Plane<Tin1>& A, const Plane<Tin2>& B) { in MatMul()
73 Plane<Tout> out(A.xsize(), B.ysize()); in MatMul()
76 Tout* const JXL_RESTRICT row_out = out.Row(y); in MatMul()
/dports/science/py-rmf/rmf-1.3.1/test/
H A Dtest_avro2_validate.cpp36 template <class Tout, class Tin>
37 void validate_one(Tout fr, Tin) { in validate_one()
/dports/science/rmf/rmf-1.3.1/test/
H A Dtest_avro2_validate.cpp36 template <class Tout, class Tin>
37 void validate_one(Tout fr, Tin) { in validate_one()

12345678910>>...81