Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/string/macros/
H A Dprettyprint.sci129 str = comp2str(a,plus,minus,img,d2s);
131 str = comp2str(real(a),plus,minus,img,d2s);
770 function str = comp2str(z,plus,minus,img,d2s)
776 str(i,j) = comp2str(z(i,j),plus,minus,img,d2s);
835 str = minus + op + comp2str(-z,plus,minus,img,d2s) + cp + var;
837 str = plus + op + comp2str(z,plus,minus,img,d2s) + cp + var;
846 str = plus + comp2str(z,plus,minus,img,d2s) + var;
848 str = comp2str(z,plus,minus,img,d2s) + var;
854 str = comp2str(z,plus,minus,img,d2s);
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DProjectPlanOutput.hs161 [ comp2str c J..= (J.object $
174 ,"component-name" J..= J.String (comp2str (compSolverName comp))
251 comp2str :: ComponentDeps.Component -> String
252 comp2str = prettyShow function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DProjectPlanOutput.hs158 [ comp2str c J..= (J.object $
171 ,"component-name" J..= J.String (comp2str (compSolverName comp))
246 comp2str :: ComponentDeps.Component -> String
247 comp2str c = case c of function
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A DHtmlsigs.sml23 fun comp2str comp = function
99 Polyhash.insert anchors (id ^ "-" ^ comp2str comp, ())
152 outSubstr pref; namebold id (comp2str comp);
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dmodcall.c233 static char const * const comp2str[] = { variable
288 comp2str[component], sp->modinst->name, in CC_HINT()
320 comp2str[component], sp->modinst->name, in CC_HINT()
1194 DEBUG("[%s]", comp2str[comp]);
2076 subcs = cf_section_sub_find_name2(cs, comp2str[component], NULL); in do_compile_modserver()
2079 server, comp2str[component]); in do_compile_modserver()
2210 if (strcmp(comp2str[i], method_name) == 0) break; in virtual_module_find_cs()
2267 virtual_name, comp2str[method]); in virtual_module_find_cs()
2687 comp2str[method]); in do_compile_modsingle()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86/
H A Dagx86int.pas45 function comp2str(d : bestreal) : string; in comp2str() function
256 function TX86IntelAssembler.comp2str(d : bestreal) : string; in TX86IntelAssembler.comp2str()
265 comp2str:=double2str(dd^);
/dports/lang/fpc/fpc-3.2.2/compiler/x86/
H A Dagx86int.pas45 function comp2str(d : bestreal) : string; in comp2str() function
256 function TX86IntelAssembler.comp2str(d : bestreal) : string; in TX86IntelAssembler.comp2str()
265 comp2str:=double2str(dd^);
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86/
H A Dagx86int.pas45 function comp2str(d : bestreal) : string; in comp2str() function
256 function TX86IntelAssembler.comp2str(d : bestreal) : string; in TX86IntelAssembler.comp2str()
265 comp2str:=double2str(dd^);