Home
last modified time | relevance | path

Searched refs:t_f (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/math/fastops/fastops-1.0.0/fastops/core/
H A DSIMDFunctions.h141 FORCE_INLINE static t_f FMADD(t_f v1, t_f v2, t_f v3) { \
144 FORCE_INLINE static t_f FMSUB(t_f v1, t_f v2, t_f v3) { \
147 FORCE_INLINE static t_f FNMADD(t_f v1, t_f v2, t_f v3) { \
278 FORCE_INLINE static t_f BlendVF(t_f v1, t_f v2, t_f v3) { in BlendVF()
321 FORCE_INLINE static t_f FMADD(t_f v1, t_f v2, t_f v3) { in FMADD()
324 FORCE_INLINE static t_f FMSUB(t_f v1, t_f v2, t_f v3) { in FMSUB()
327 FORCE_INLINE static t_f FNMADD(t_f v1, t_f v2, t_f v3) { in FNMADD()
402 FORCE_INLINE static t_f FMADD(t_f v1, t_f v2, t_f v3) {
405 FORCE_INLINE static t_f FMSUB(t_f v1, t_f v2, t_f v3) {
408 FORCE_INLINE static t_f FNMADD(t_f v1, t_f v2, t_f v3) {
[all …]
H A DFastIntrinsics.h265 using t_f = typename t::t_f;
273 t_f ymm_x_4 = t::Mul(ymm_x_2, ymm_x_2);
285 using t_f = typename t::t_f;
321 using t_f = typename t::t_f;
349 using t_f = typename t::t_f;
609 using t_f = typename t::t_f;
611 const t_f c_one(t::Cast(c_one_in));
624 t_f ymm_x_2 = t::Mul(ymm_x, ymm_x);
718 using t_f = typename t::t_f;
730 t_f ymm_zero_f = t::SetZeroF();
[all …]
/dports/irc/znc/znc-1.8.2/modules/
H A Ddcc.cpp140 PutModule(t_f("Attempting to send [{1}] to [{2}].")( in SendFile()
244 t_f("{1} KiB/s")(static_cast<int>( in ListTransfersCommand()
276 PutModule(t_f( in OnModCTCP()
345 t_f("Receiving [{1}] from [{2}]: File not open!")( in ReadData()
389 t_f("Receiving [{1}] from [{2}]: Connection refused.")( in ConnectionRefused()
401 t_f("Receiving [{1}] from [{2}]: Timeout.")( in Timeout()
411 t_f("Sending [{1}] to [{2}]: Socket error {3}: {4}")( in SockError()
427 t_f("Receiving [{1}] from [{2}]: Transfer started.")( in Connected()
450 t_f("Receiving [{1}] from [{2}]: Too much data!")( in Disconnected()
537 t_f("Sending [{1}] to [{2}]: Unable to open file.")( in OpenFile()
[all …]
H A Dsample.cpp116 PutModule(t_f("{1} {2} set mode on {3} {4}{5} {6}")( in OnChanPermission()
123 PutModule(t_f("{1} {2} opped {3} on {4}")( in OnOp()
129 PutModule(t_f("{1} {2} deopped {3} on {4}")( in OnDeop()
135 PutModule(t_f("{1} {2} voiced {3} on {4}")( in OnVoice()
141 PutModule(t_f("{1} {2} devoiced {3} on {4}")( in OnDevoice()
147 PutModule(t_f("* {1} sets mode: {2} {3} on {4}")( in OnRawMode()
163 PutModule(t_f("{1} kicked {2} from {3} with the msg {4}")( in OnKick()
177 PutModule(t_f("Attempting to join {1}")(Channel.GetName())); in OnTimerAutoJoin()
182 PutModule(t_f("* {1} ({2}@{3}) joins {4}")( in OnJoin()
189 PutModule(t_f("* {1} ({2}@{3}) parts {4}")( in OnPart()
[all …]
H A Dnotes.cpp35 PutModule(t_f("Added note {1}")(sKey)); in AddNoteCommand()
37 PutModule(t_f("Unable to add note {1}")(sKey)); in AddNoteCommand()
46 PutModule(t_f("Set note for {1}")(sKey)); in ModCommand()
48 PutModule(t_f("Unable to add note {1}")(sKey)); in ModCommand()
66 PutModule(t_f("Deleted note {1}")(sKey)); in DelCommand()
68 PutModule(t_f("Unable to delete note {1}")(sKey)); in DelCommand()
116 PutModNotice(t_f("Deleted note {1}")(sKey)); in OnUserRaw()
118 PutModNotice(t_f("Unable to delete note {1}")(sKey)); in OnUserRaw()
137 PutModNotice(t_f("Added note {1}")(sKey)); in OnUserRaw()
139 PutModNotice(t_f("Set note for {1}")(sKey)); in OnUserRaw()
[all …]
H A Dcontrolpanel.cpp496 PutModule(t_f("Supported languages: {1}")( in Set()
692 PutModule(t_f( in AddChan()
947 PutModule(t_f("User {1} added!")(sUsername)); in AddUser()
982 PutModule(t_f("User {1} deleted!")(sUsername)); in DelUser()
1022 PutModule(t_f("User {1} added!")(sNewUsername)); in CloneUser()
1062 PutModule(t_f("Network {1} added to user {2}.")( in AddNetwork()
1065 PutModule(t_f( in AddNetwork()
1096 PutModule(t_f( in DelNetwork()
1177 PutModule(t_f( in AddServer()
1355 PutModule(t_f( in DelCTCP()
[all …]
H A Dbuffextras.cpp47 t_f("{1} set mode: {2} {3}")(sNickMask, sModes, sArgs)); in OnRawMode2()
55 AddBuffer(Channel, t_f("{1} kicked {2} with reason: {3}")( in OnKickMessage()
64 const CString sMsg = t_f("{1} quit: {2}")(Nick.GetNickMask(), sMessage); in OnQuitMessage()
73 AddBuffer(Channel, t_f("{1} joined")(Nick.GetNickMask(), " joined"), in OnJoinMessage()
81 AddBuffer(Channel, t_f("{1} parted: {2}")(Nick.GetNickMask(), sMessage), in OnPartMessage()
90 t_f("{1} is now known as {2}")(OldNick.GetNickMask(), sNewNick); in OnNickMessage()
100 AddBuffer(Channel, t_f("{1} changed the topic to: {2}")( in OnTopicMessage()
H A Dblockuser.cpp55 sMessage = t_f("Could not block {1}")(*it); in OnLoad()
110 PutModule(t_f("Blocked {1}")(sUser)); in OnBlockCommand()
112 PutModule(t_f("Could not block {1} (misspelled?)")(sUser)); in OnBlockCommand()
125 PutModule(t_f("Unblocked {1}")(sUser)); in OnUnblockCommand()
152 t_f("Blocked {1}")(Tmpl["Username"])); in OnEmbeddedWebRequest()
155 t_f("Couldn't block {1}")(Tmpl["Username"])); in OnEmbeddedWebRequest()
161 t_f("Unblocked {1}")(Tmpl["Username"])); in OnEmbeddedWebRequest()
164 t_f("User {1} is not blocked")(Tmpl["Username"])); in OnEmbeddedWebRequest()
H A Didentfile.cpp48 PutModule(t_f("File is set to: {1}")(GetNV("File"))); in GetFile()
53 PutModule(t_f("File has been set to: {1}")(GetNV("File"))); in SetFile()
58 PutModule(t_f("Format has been set to: {1}")(GetNV("Format"))); in SetFormat()
59 PutModule(t_f("Format would be expanded to: {1}")( in SetFormat()
64 PutModule(t_f("Format is set to: {1}")(GetNV("Format"))); in GetFormat()
65 PutModule(t_f("Format would be expanded to: {1}")( in GetFormat()
189 t_f("[{1}] could not be written, retrying...")(GetNV("File"))); in OnIRCConnecting()
H A Dsend_raw.cpp32 PutModule(t_f("Sent [{1}] to {2}/{3}")(sLine.Token(3, true), in SendClient()
36 PutModule(t_f("Network {1} not found for user {2}")( in SendClient()
40 PutModule(t_f("User {1} not found")(sLine.Token(1))); in SendClient()
52 PutModule(t_f("Sent [{1}] to IRC server of {2}/{3}")( in SendServer()
56 PutModule(t_f("Network {1} not found for user {2}")( in SendServer()
60 PutModule(t_f("User {1} not found")(sLine.Token(1))); in SendServer()
H A Dfail2ban.cpp91 PutModule(t_f("Timeout: {1} min")(uTimeout)); in OnTimeoutCommand()
94 PutModule(t_f("Timeout: {1} min")(m_Cache.GetTTL() / 60 / 1000)); in OnTimeoutCommand()
114 PutModule(t_f("Attempts: {1}")(uiAttempts)); in OnAttemptsCommand()
117 PutModule(t_f("Attempts: {1}")(m_uiAllowedFailed)); in OnAttemptsCommand()
140 PutModule(t_f("Banned: {1}")(sHost)); in OnBanCommand()
163 PutModule(t_f("Unbanned: {1}")(sHost)); in OnUnbanCommand()
165 PutModule(t_f("Ignored: {1}")(sHost)); in OnUnbanCommand()
H A Dflooddetach.cpp93 PutModule(t_f("Flood in {1} is over, reattaching...")( in Cleanup()
150 PutModule(t_f("Channel {1} was flooded, you've been detached")( in Message()
190 PutModule(t_f("Current limit is {1} {2}")(sLines, sSeconds)); in ShowCommand()
197 PutModule(t_f("Seconds limit is {1}")(m_iThresholdSecs)); in SecsCommand()
202 PutModule(t_f("Set seconds limit to {1}")(m_iThresholdSecs)); in SecsCommand()
211 PutModule(t_f("Lines limit is {1}")(m_iThresholdMsgs)); in LinesCommand()
216 PutModule(t_f("Set lines limit to {1}")(m_iThresholdMsgs)); in LinesCommand()
H A Dcrypt.cpp270 t_f("Received DH1080 public key from {1}, sending mine...")( in OnPrivNotice()
275 PutModule(t_f("Key for {1} successfully set.")(Nick.GetNick())); in OnPrivNotice()
278 PutModule(t_f("Error in {1} with {2}: {3}")( in OnPrivNotice()
296 PutModule(t_f("Key for {1} successfully set.")(Nick.GetNick())); in OnPrivNotice()
299 PutModule(t_f("Error in {1} with {2}: {3}")( in OnPrivNotice()
395 PutModule(t_f("Target [{1}] deleted")(sTarget)); in OnDelKeyCommand()
397 PutModule(t_f("Target [{1}] not found")(sTarget)); in OnDelKeyCommand()
415 t_f("Set encryption key for [{1}] to [{2}]")(sTarget, sKey)); in OnSetKeyCommand()
442 PutModule(t_f("Nick Prefix: {1}")(sPrefix)); in OnGetNickPrefixCommand()
460 t_f("Overlap with Status Prefix ({1}), this Nick Prefix " in OnSetNickPrefixCommand()
[all …]
H A Dautoop.cpp349 PutModule(t_f("Channel(s) added to user {1}")(pUser->GetUsername())); in OnAddChansCommand()
371 t_f("Channel(s) Removed from user {1}")(pUser->GetUsername())); in OnDelChansCommand()
413 PutModule(t_f("Removed user {1} with key {2} and channels {3}")( in OnDelMasksCommand()
419 PutModule(t_f("Hostmasks(s) Removed from user {1}")( in OnDelMasksCommand()
478 PutModule(t_f("User {1} removed")(sUser)); in DelUser()
490 PutModule(t_f("User {1} added with hostmask(s) {2}")(sUser, sHosts)); in AddUser()
531 PutModule(t_f( in ChallengeRespond()
536 t_f("[{1}] sent us a challenge but they do not match a " in ChallengeRespond()
544 PutModule(t_f("WARNING! [{1}] sent an invalid challenge.")( in ChallengeRespond()
560 t_f("[{1}] sent an unchallenged response. This could be due " in VerifyResponse()
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dgeofast.h84 transRectY(xr1, xr2, r_ybot, r_ytop, xt->t_e, xt->t_f); \
89 transRectY(xr1, xr2, r_xbot, r_xtop, xt->t_d, xt->t_f); \
115 ? (net->t_d = t1->da, net->t_e = t1->db, net->t_f = t1->dc + tc) \
116 : (net->t_d = -t1->da, net->t_e = -t1->db, net->t_f = tc - t1->dc))
124 transTransAC(_t1, _net, _t2->t_b, _t2->t_c, t_d, t_e, t_f); \
126 transTransDF(_t1, _net, _t2->t_d, _t2->t_f, t_a, t_b, t_c); \
128 transTransDF(_t1, _net, _t2->t_e, _t2->t_f, t_d, t_e, t_f); \
175 xinv->t_c = - tMul(xt->t_c, xinv->t_a) - tMul(xt->t_f, xinv->t_b); \
176 xinv->t_f = - tMul(xt->t_c, xinv->t_d) - tMul(xt->t_f, xinv->t_e); \
188 (tresult)->t_f += tMul(x, xt->t_d) + tMul(y, xt->t_e); \
H A Dgeometry.c106 p2->p_y = p1->p_x*t->t_d + p1->p_y*t->t_e + t->t_f;
217 y1 = r1->r_xbot*t->t_d + r1->r_ybot*t->t_e + t->t_f;
219 y2 = r1->r_xtop*t->t_d + r1->r_ytop*t->t_e + t->t_f;
271 trans2->t_f = trans1->t_f + y;
304 trans2->t_f = x*trans1->t_d + y*trans1->t_e + trans1->t_f;
329 net->t_c = first->t_c*second->t_a + first->t_f*second->t_b + second->t_c;
332 net->t_f = first->t_c*second->t_d + first->t_f*second->t_e + second->t_f;
616 t2.t_f = -t->t_f;
621 t3.t_c = t3.t_f = 0;
1044 trans2->t_f = trans1->t_f * m;
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/performance/
H A Dlots_of_inputs.cpp28 double t_f = benchmark(1, 1, [&]() { in main() local
32 printf("Total compile time with %d inputs = %f s \n", size, t_f); in main()
35 if (t_f > 15 * 60) { in main()
44 double t_f = benchmark(1, 1, [&]() { in main() local
48 printf("Lowering time with %d inputs = %f s \n", size, t_f); in main()
50 if (t_f > 15 * 60) { in main()
H A Dvectorize.cpp68 double t_f = benchmark([&]() { in test() local
86 string_of_type<A>(), vec_width, t_f * 1e3, t_g * 1e3, t_g / t_f); in test()
88 if (t_f > t_g) { in test()
/dports/irc/znc/znc-1.8.2/src/
H A DClientCommand.cpp65 PutStatus(t_f("You are not on [{1}]")(sChan)); in UserCommand()
79 PutStatus(t_f("No nicks on [{1}]")(sChan)); in UserCommand()
169 PutStatus(t_f("Rehashing failed: {1}")(sRet)); in UserCommand()
190 PutStatus(t_f("No such user: {1}")(sNick)); in UserCommand()
294 PutStatus(t_f("MOTD set to: {1}")(sMessage)); in UserCommand()
303 PutStatus(t_f("Added [{1}] to MOTD")(sMessage)); in UserCommand()
754 PutStatus(t_f("Switched to {1}")(sNetwork)); in UserCommand()
1168 sModRet = t_f( in UserCommand()
1248 sModRet = t_f( in UserCommand()
1264 PutStatus(t_f("Reloading {1} everywhere")(sMod)); in UserCommand()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A Dmake_crossover.cc54 test_mul(long &t_p, long &t_f, int n, const bigint &p) in test_mul() argument
70 t_f = t.user_time(); in test_mul()
76 test_rem(long &t_p, long &t_f, int n, const bigint &p) in test_rem() argument
92 t_f = t.user_time(); in test_rem()
98 test_div(long &t_p, long &t_f, int n, const bigint &p) in test_div() argument
114 t_f = t.user_time(); in test_div()
120 test_inv(long &t_p, long &t_f, int n, const bigint &p) in test_inv() argument
140 t_f = t.user_time(); in test_inv()
146 test_gcd(long &t_p, long &t_f, int n, const bigint &p) in test_gcd() argument
162 t_f = t.user_time(); in test_gcd()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gf2n_polynomial/
H A Dmake_crossover.cc50 test_inv(long &t_p, long &t_f, int n) in test_inv() argument
71 t_f = t.user_time(); in test_inv()
76 test_red(long &t_p, long &t_f, int n) in test_red() argument
94 t_f = t.user_time(); in test_red()
99 test_square_red(long &t_p, long &t_f, int n) in test_square_red() argument
126 t_f = t.user_time(); in test_square_red()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Dstring_table.cpp40 string_table::find(const std::string& t_f, bool insert_unfound) in find() argument
42 if (t_f.empty()) return 0; in find()
45 _table.get<StringValue>().find(t_f); in find()
53 i = _table.get<StringValue>().find(t_f); in find()
57 return already_locked_insert(t_f); in find()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/failing_with_issue/
H A D3357_vectorize_pred.cpp69 double t_f = benchmark([&]() { in test() local
87 string_of_type<A>(), vec_width, t_f * 1e3, t_g * 1e3, t_g / t_f); in test()
89 if (t_f > t_g) { in test()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dproxy_functions.hpp467 Callable t_f, in Dynamic_Proxy_Function_Impl() argument
478 m_f(std::move(t_f)) in Dynamic_Proxy_Function_Impl()
523 Bound_Function(const Const_Proxy_Function &t_f, in Bound_Function() argument
525 …_Function_Base(build_param_type_info(t_f, t_args), (t_f->get_arity()<0?-1:static_cast<int>(build_p… in Bound_Function()
526 m_f(t_f), m_args(t_args) in Bound_Function()
531 bool operator==(const Proxy_Function_Base &t_f) const override in operator ==()
533 return &t_f == this; in operator ==()
584 assert(t_f->get_arity() < 0 || t_f->get_arity() == static_cast<int>(t_args.size())); in build_param_type_info()
586 if (t_f->get_arity() < 0) { return std::vector<Type_Info>(); } in build_param_type_info()
588 const auto types = t_f->get_param_types(); in build_param_type_info()
[all …]
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dproxy_functions.hpp467 Callable t_f, in Dynamic_Proxy_Function_Impl() argument
478 m_f(std::move(t_f)) in Dynamic_Proxy_Function_Impl()
523 Bound_Function(const Const_Proxy_Function &t_f, in Bound_Function() argument
525 …_Function_Base(build_param_type_info(t_f, t_args), (t_f->get_arity()<0?-1:static_cast<int>(build_p… in Bound_Function()
526 m_f(t_f), m_args(t_args) in Bound_Function()
531 bool operator==(const Proxy_Function_Base &t_f) const override in operator ==()
533 return &t_f == this; in operator ==()
584 assert(t_f->get_arity() < 0 || t_f->get_arity() == static_cast<int>(t_args.size())); in build_param_type_info()
586 if (t_f->get_arity() < 0) { return std::vector<Type_Info>(); } in build_param_type_info()
588 const auto types = t_f->get_param_types(); in build_param_type_info()
[all …]

1234567