Home
last modified time | relevance | path

Searched refs:gen2str (Results 1 – 8 of 8) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/Utils/
H A Dcisa_gen_intrinsics.py109 def gen2str(value): function
113 args.append(gen2str(v))
229 file.write(' ' + gen2str(g) + ';\n')
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dpariold.h56 #define gen2str GENtostr macro
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariold.h195 #define gen2str GENtostr macro
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCOMPAT242 - gen2str() renamed to GENtostr().
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgraphe.h794 static std::string gen2str(const gen &g);
H A Dgraphe.cc1076 string graphe::gen2str(const gen &g) { in gen2str() function in giac::graphe
8383 string s=val.type==_STRNG?genstring2str(val):gen2str(val); in draw_edges()
8430 string s=val.type==_STRNG?genstring2str(val):gen2str(val); in draw_nodes()
H A Dgraphtheory.cc474 << (label.type==_STRNG?graphe::genstring2str(label):graphe::gen2str(label)); in add_prefix_to_vertex_label()
/dports/math/pari/pari-2.13.3/
H A DCOMPAT957 - gen2str() renamed to GENtostr().