Home
last modified time | relevance | path

Searched refs:s2q (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dcode_fragment_test.exs810 assert cc2q("(") == s2q("(__cursor__())")
811 assert cc2q("[") == s2q("[__cursor__()]")
812 assert cc2q("{") == s2q("{__cursor__()}")
813 assert cc2q("<<") == s2q("<<__cursor__()>>")
858 assert cc2q("%") == s2q("__cursor__()")
859 assert cc2q("%{") == s2q("%{__cursor__()}")
864 assert cc2q("%Foo") == s2q("__cursor__()")
871 assert cc2q("(123") == s2q("(__cursor__())")
872 assert cc2q("[foo") == s2q("[__cursor__()]")
888 assert cc2q("(fn") == s2q("(__cursor__())")
[all …]
/dports/devel/p5-Data-Stag/Data-Stag-0.14/c-ext/
H A Dstaglib.c11 #define s2q g_quark_from_string macro
19 stag->nameq = s2q(""); in stag_new()
28 node->nameq = s2q(name); in stag_name()
/dports/net/ntpa/ntpa-0.8.2/
H A DMakefile.include3 s2q=$(subst \ ,?,$1)
9 build_sources_esc= $(call s2q,$(build_sources))
18 RESOURCES_ESC=$(call s2q,$(RESOURCES))
50 build_references_ref = $(call q2s,$(foreach ref, $(call s2q,$(REFERENCES)), $(if $(filter -pkg:%, $…
51 build_references_ref += $(call q2s,$(foreach ref, $(call s2q,$(DLL_REFERENCES)), -r:$(ref)))
52 build_references_ref += $(call q2s,$(foreach ref, $(call s2q,$(PROJECT_REFERENCES)), -r:$(ref)))
54 s2q2s=$(call unesc2,$(call s2q,$1))
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/quadrangle/
H A DLagrangeQuadrangle.cpp203 std::vector<number_t> s2q(2 * nbPts_); in pointCoordinates() local
204 tensorNumberingQuadrangle(interpNum, s2q); in pointCoordinates()
211 real_t x = *(sideRef->refDofs[s2q[pt++]]->coords()); in pointCoordinates()
212 real_t y = *(sideRef->refDofs[s2q[pt++]]->coords()); in pointCoordinates()
777 std::vector<number_t> s2q(2 * (interpNum + 1) * (interpNum + 1)); in computeShapeValues() local
778 tensorNumberingQuadrangle(interpNum, s2q); in computeShapeValues()
781 std::vector<number_t>::iterator r_i(s2q.begin()), r_i_b; in computeShapeValues()
789 r_i = s2q.begin(); in computeShapeValues()
839 void tensorNumberingQuadrangle(const int interpNum, std::vector<number_t>& s2q) in tensorNumberingQuadrangle() argument
863 std::vector<number_t>::iterator p = s2q.begin(); in tensorNumberingQuadrangle()
H A DLagrangeQuadrangle.hpp156 void tensorNumberingQuadrangle(const int, std::vector<number_t>& s2q);
/dports/science/iboview/ibo-view.20150427/
H A Dprop_FElementOptions.cpp.inl25 return s2q(str.str());
H A Dprop_FWfOptions.cpp.inl69 return s2q(str.str());
H A Dprop_FView3d.cpp.inl121 return s2q(str.str());
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvDocument.cpp95 …IV_NOTIFY2(NOTIFY_Warning, "Failed to find a minimal basis for atom %1 (%2)", iAt, s2q(At.ElementN… in FixMinBasis()
266 return QString("%1 %2").arg(s2q((*pAtoms)[iAt].GetElementName())).arg(1+iAt); in AtomLabel()
298 out << s2q(At.GetElementName()).toUpper(); in GetAtomLabel()
709 out << s2q(At.GetElementName()) << " " << (1+iAt) << ": "; in MakeFullDesc()
715 out << s2q(At.GetElementName()).toUpper(); in MakeFullDesc()
1668 IV_NOTIFY(NOTIFY_Error, "LoadOrbitalFile failed: " + s2q(e.what())); in LoadOrbitalFile()
1696 Desc = info.MakeDesc(s2q(pOrbInfo->Desc())); in LoadOrbitalFile()
1718 IvNotify(NOTIFY_Error, s2q(e.what())); in LoadXyzFile()
3033 if (RemovePath(s2q(Common)).isEmpty()) in GetCommonInputFileName()
3036 return s2q(Common); in GetCommonInputFileName()
H A DIv.h94 QString s2q(std::string const &s);
H A DIvMain.cpp88 QString s2q(std::string const &s) { in s2q() function
570 return s2q(out.str()); in MakeStateScript()
2045 IvNotify(NOTIFY_Warning, s2q(Text)); in IvWarn()
H A DIvView3D.cpp1930 return s2q(str.str()); in GetViewDesc()
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dscor2prt.for1188 function ntindex(line,s2q)
1190 c Returns index(line,s2q) if NOT in TeX string, 0 otherwise
1192 character*(*) s2q
1196 c print*,'Starting ntindex. s2q:',s2q,', line(1:79) is below'
1203 ndxs2 = index(tline,s2q)
1239 c There are both bs and s2q, and bs is to the left of sq2. So check bs's to
1249 ndxs2 = index(tline(ic+1:len),s2q)+ic
H A Dscor2prt.c2065 integer ntindex_(char *line, char *s2q, ftnlen line_len, ftnlen s2q_len) in ntindex_() argument
2102 ndxs2 = i_indx(tline, s2q, (ftnlen)128, s2q_len); in ntindex_()
2164 ndxs2 = i_indx(tline + i__3, s2q, len - i__3, s2q_len) + in ntindex_()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dcompare_feats.cpp60 string s2q = ""; in operator ()()
61 feature::GetLabel(*c2->GetFeatQ(), &s2q, feature::eContent); in operator ()()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/VE/Scalar/
H A Dcast.ll888 define fp128 @s2q(i16 signext) {
889 ; CHECK-LABEL: s2q:
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/cWnn/cdic/
H A DQianMa.u5666 s2q �� ���� 0
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/cWnn/cdic/
H A DQianMa.u5666 s2q �� ���� 0

123