Home
last modified time | relevance | path

Searched refs:stringize (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kfc/
H A Ddefs.h143 #define stringize( tok ) tok_to_string ( tok ) macro
164 #define __mod__ stringize ( __mod_name__ )
168 #define __file__ stringize ( __file_name__ )
172 #define __fext__ stringize ( __file_ext__ )
179 #define PKGNAMESTR stringize ( PKGNAME )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kfc/
H A Ddefs.h143 #define stringize( tok ) tok_to_string ( tok ) macro
164 #define __mod__ stringize ( __mod_name__ )
168 #define __file__ stringize ( __file_name__ )
172 #define __fext__ stringize ( __file_ext__ )
179 #define PKGNAMESTR stringize ( PKGNAME )
/dports/math/py-networkx/networkx-2.6.3/networkx/readwrite/
H A Dgml.py525 def stringize(value): function
551 stringize(item)
562 stringize(item)
566 stringize(value[0])
578 stringize(key)
580 stringize(value)
590 stringize(item)
597 stringize(value)
758 yield from stringize(attr, value, ignored_keys, " ")
766 yield from stringize("label", node, (), " ")
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/vdb3/itf/kfc/
H A Ddefs.hpp93 #define stringize( tok ) tok_to_string ( tok ) macro
98 #define __mod__ stringize ( __mod_path__ )
102 #define __file__ stringize ( __file_name__ )
106 #define __fext__ stringize ( __file_ext__ )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/vdb3/itf/kfc/
H A Ddefs.hpp93 #define stringize( tok ) tok_to_string ( tok ) macro
98 #define __mod__ stringize ( __mod_path__ )
102 #define __file__ stringize ( __file_name__ )
106 #define __fext__ stringize ( __file_ext__ )
/dports/devel/mcpp/mcpp-2.7.2/cpp-test/test-t/
H A Dn_4.c5 %: define stringize( a) %: a macro
7 stringize( abc);
11 stringize( <:);
/dports/devel/mcpp/mcpp-2.7.2/test-c/
H A Dn_4.c8 %: define stringize( a) %: a in main() macro
12 assert( strcmp( stringize( abc), "abc") == 0); in main()
15 assert( strcmp( stringize( <:), "<" ":") == 0); in main()
/dports/devel/mcpp/mcpp-2.7.2/test-t/
H A Dn_4.t5 %: define stringize( a) %: a
7 stringize( abc);
11 stringize( <:);
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/expr/
H A Drel.cc151 rpt_value::pointer lv5 = rpt_value::stringize(lv1); in evaluate()
153 rpt_value::pointer rv5 = rpt_value::stringize(rv1); in evaluate()
286 rpt_value::pointer lv5 = rpt_value::stringize(lv1); in evaluate()
288 rpt_value::pointer rv5 = rpt_value::stringize(rv1); in evaluate()
421 rpt_value::pointer lv5 = rpt_value::stringize(lv1); in evaluate()
423 rpt_value::pointer rv5 = rpt_value::stringize(rv1); in evaluate()
556 rpt_value::pointer lv5 = rpt_value::stringize(lv1); in evaluate()
558 rpt_value::pointer rv5 = rpt_value::stringize(rv1); in evaluate()
695 rpt_value::pointer lv5 = rpt_value::stringize(lv1); in evaluate()
697 rpt_value::pointer rv5 = rpt_value::stringize(rv1); in evaluate()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp39 std::string stringize(const Sequence& seq) { in stringize() function
52 assert(stringize(decim) == "-10e5"); in main()
55 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp39 std::string stringize(const Sequence& seq) { in stringize() function
52 assert(stringize(decim) == "-10e5"); in main()
55 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp39 std::string stringize(const Sequence& seq) { in stringize() function
52 assert(stringize(decim) == "-10e5"); in main()
55 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp39 std::string stringize(const Sequence& seq) { in stringize() function
52 assert(stringize(decim) == "-10e5"); in main()
55 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp39 std::string stringize(const Sequence& seq) { in stringize() function
52 assert(stringize(decim) == "-10e5"); in main()
55 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp43 std::string stringize(const Sequence& seq) { in stringize() function
55 if (stringize(decim) != "-10e5") { in main()
60 if (stringize(value_and_type) != "270Kelvin") { in main()
/dports/devel/boost-docs/boost_1_72_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp43 std::string stringize(const Sequence& seq) { in stringize() function
56 assert(stringize(decim) == "-10e5"); in main()
59 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp43 std::string stringize(const Sequence& seq) { in stringize() function
56 assert(stringize(decim) == "-10e5"); in main()
59 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/lexical_cast/example/
H A Dgeneric_stringize.cpp43 std::string stringize(const Sequence& seq) { in stringize() function
56 assert(stringize(decim) == "-10e5"); in main()
59 assert(stringize(value_and_type) == "270Kelvin"); in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/pubsub/core/
H A Dtopicmgr.py21 stringize,
132 topicNameDotted = stringize(name)
267 dottedName = stringize(name)
326 parentObj, subtopicNames = self.__getClosestParent(stringize(topicName))
380 topicName = stringize(topicTuple)
392 topicName = stringize(topicTuple)
396 topicName = stringize(topicTuple)
/dports/math/mpdecimal/mpdecimal-2.5.1/tests++/
H A Dtest.hh56 stringize() in stringize() function
63 stringize(const T& t, Args... args) in stringize() function
65 return str(t) + stringize(args...); in stringize()
77 explicit Failure(Args... args) : m(stringize(args...)) {} in Failure()
/dports/devel/aegis/aegis-4.25.D510/aefind/tree/
H A Drelative.cc148 lv2 = rpt_value::stringize(lv1); in evaluate()
150 rv2 = rpt_value::stringize(rv1); in evaluate()
296 lv2 = rpt_value::stringize(lv1); in evaluate()
298 rv2 = rpt_value::stringize(rv1); in evaluate()
444 lv2 = rpt_value::stringize(lv1); in evaluate()
446 rv2 = rpt_value::stringize(rv1); in evaluate()
592 lv2 = rpt_value::stringize(lv1); in evaluate()
594 rv2 = rpt_value::stringize(rv1); in evaluate()
740 lv2 = rpt_value::stringize(lv1); in evaluate()
742 rv2 = rpt_value::stringize(rv1); in evaluate()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/func/
H A Dquote.cc77 rpt_value::pointer a1 = rpt_value::stringize(argv[0]); in run()
145 rpt_value::pointer a1 = rpt_value::stringize(argv[0]); in run()
220 rpt_value::pointer a1 = rpt_value::stringize(argv[0]); in run()
295 rpt_value::pointer a1 = rpt_value::stringize(argv[0]); in run()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dupdate.make8 %-glsl.h: %.glsl stringize
9 $(AM_V_GEN) ./stringize "static const char *`echo "$<" | \
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dupdate.make8 %-glsl.h: %.glsl stringize
9 $(AM_V_GEN) ./stringize "static const char *`echo "$<" | \
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dupdate.make8 %-glsl.h: %.glsl stringize
9 $(AM_V_GEN) ./stringize "static const char *`echo "$<" | \

12345678910>>...22