Home
last modified time | relevance | path

Searched refs:array_array_array_double (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Scheme/
H A Dglue.cpp795 typedef array<array<array<double> > > array_array_array_double; typedef
922 void register_glyph (string s, array_array_array_double gl);
923 string recognize_glyph (array_array_array_double gl);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Glue/
H A Dbuild-glue-basic.scm106 (glyph-register register_glyph (void string array_array_array_double))
107 (glyph-recognize recognize_glyph (string array_array_array_double))
H A Dglue_basic.cpp1005 array_array_array_double in2= tmscm_to_array_array_array_double (arg2); in tmg_glyph_register()
1018 array_array_array_double in1= tmscm_to_array_array_array_double (arg1); in tmg_glyph_recognize()