Home
last modified time | relevance | path

Searched refs:nodisp (Results 1 – 25 of 81) sorted by relevance

1234

/dports/math/giacxcas/giac-1.6.0/check/
H A Dtestgeo3 nodisp(print("medianes")) ;
21 nodisp(print("mediatrices")) ;
29 nodisp(print("bissectrices")) ;
87 nodisp(O:=center(c)) ;
88 nodisp(l2:=distance2(I,O)) ;
92 nodisp(d:=incircle(A,B,C)) ;
133 nodisp(triangle(A,R,C)) ;
134 nodisp(triangle(B,Q,C)) ;
135 nodisp(triangle(A,P,B)) ;
136 nodisp(triangle(P,Q,R)) ;
[all …]
H A Dxavier.cas4 nodisp(m1:= (n,t)->1/2*(-9*t-t^3-6*t^2-t*sqrt(t^4+6*t^3+11*t^2+6*t)-3*sqrt(t^4+6*t^3+11*t^2+6*t)-3)…
7 nodisp(m2:= (n,t)->1/2*(2*sqrt(t^4+6*t^3+11*t^2+6*t)-5*t^2-8*t-3-t^3+t*sqrt(t^4+6*t^3+11*t^2+6*t))*…
10 nodisp(m3:= (n,t)->1/2*(sqrt(t^4+6*t^3+11*t^2+6*t)-4*t^2-5*t-3-t^3+t*sqrt(t^4+6*t^3+11*t^2+6*t))*((…
13 nodisp(m4:= (n,t)->1/2*(-3+t^3+3*t^2-t*sqrt(t^4+6*t^3+11*t^2+6*t))*(((-1)/(sqrt(t^4+6*t^3+11*t^2+6*…
/dports/math/giacxcas/giac-1.6.0/doc/fr/
H A Dpavage2.cas15 nodisp(E1:=symetrie(M,E));
16 nodisp(F1:=symetrie(N,F));
17 nodisp(G1:=symetrie(O,G));
18 nodisp(H1:=symetrie(P,H));
19 nodisp(P0:=polygone(A,E,M,E1,B,F,N,F1,C,G,O,G1,D,H,P,H1,A));
23 nodisp(P1:=symetrie(M,P0));
H A Dpavage.cas15 nodisp(E1:=symetrie(M,E));
16 nodisp(F1:=symetrie(N,F));
17 nodisp(G1:=symetrie(O,G));
18 nodisp(H1:=symetrie(P,H));
19 nodisp(P0:=polygone(A,E,M,E1,B,F,N,F1,C,G,O,G1,D,H,P,H1,A));
23 nodisp(P1:=symetrie(M,P0));
H A Dpavage4.cas4 nodisp(C:=similitude(A,sqrt(2)/2,pi/4,B));
10 nodisp(P:=[A,E,B,F,C,H,J,G]);
11 nodisp(P0:=polygone(op(P)));
12 nodisp(P1:=rotation(A,pi/2,P0));
13 nodisp(P2:=rotation(A,pi,P0));
14 nodisp(P3:=rotation(A,3*pi/2,P0));
H A Dpavage3.cas4 nodisp(triangle_equilateral(A,B,C));
10 nodisp(P:=[A,E,B,F,C,H,J,G]);
11 nodisp(P0:=polygone(op(P)));
12 nodisp(P1:=rotation(A,2*pi/3,P0));
13 nodisp(P2:=rotation(A,4*pi/3,P0));
H A Dpavageq.cas12 nodisp(Q:=quadrilatere(B,C,E,A));
13 nodisp(Q1:=symetrie(O,Q));
14 nodisp(Q2:=op(translation(E-B,[Q,Q1])));
H A Dpavage1.cas10 nodisp(P0:=polygone(A,E,B,F,C,G,D,H));
11 nodisp(P1:=translation(B-A,P0));
/dports/math/scilab-toolbox-swt/swt/tests/unit_tests/
H A Dwaverec.tst130 dwtmode("symh",'nodisp');
133 dwtmode("symw",'nodisp');
135 dwtmode("asymh",'nodisp');
137 dwtmode("asymw",'nodisp');
139 dwtmode("zpd",'nodisp');
141 dwtmode("sp0",'nodisp');
143 dwtmode("sp1",'nodisp');
145 dwtmode("ppd",'nodisp');
147 dwtmode("per",'nodisp');
149 dwtmode("symh",'nodisp');
H A Ddwtmode.tst28 dwtmode(a,'nodisp');
29 ST=dwtmode('status','nodisp');
44 dwtmode(a,'nodisp');
45 ST=dwtmode('status','nodisp');
59 dwtmode("symh",'nodisp');
H A Dwavedec.tst125 dwtmode('asymh','nodisp');
137 dwtmode('symw','nodisp');
150 dwtmode('asymw','nodisp');
163 dwtmode('zpd','nodisp');
176 dwtmode('sp0','nodisp');
189 dwtmode('sp1','nodisp');
202 dwtmode('ppd','nodisp');
214 dwtmode('per','nodisp');
225 dwtmode("symh",'nodisp');
H A Ddwtmode.dia.ref33 ST=dwtmode('status','nodisp');
53 ST=dwtmode('status','nodisp');
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dmain.cpp280 bool nodisp = false; in ParseCommandLine() local
290 .arg(nodisp, "no-display-updating", "disable run-time display updating") in ParseCommandLine()
296 opt.displaymode = nodisp ? RT_DISPLAY_DISABLED : RT_DISPLAY_ENABLED; in ParseCommandLine()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dmain.cpp288 bool nodisp = false; in ParseCommandLine() local
296 .arg(nodisp,"no-display-updating","disable run-time display updating") in ParseCommandLine()
303 opt.displaymode = nodisp ? RT_DISPLAY_DISABLED : RT_DISPLAY_ENABLED; in ParseCommandLine()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dmain.cpp288 bool nodisp = false; in ParseCommandLine() local
296 .arg(nodisp,"no-display-updating","disable run-time display updating") in ParseCommandLine()
303 opt.displaymode = nodisp ? RT_DISPLAY_DISABLED : RT_DISPLAY_ENABLED; in ParseCommandLine()
/dports/devel/elfutils/elfutils-0.179/libcpu/
H A Di386_data.h174 bool nodisp = false; in general_mod$r_m() local
183 nodisp = true; in general_mod$r_m()
192 if (!nodisp) in general_mod$r_m()
216 bool nodisp = false; in general_mod$r_m() local
225 nodisp = true; in general_mod$r_m()
229 if (nodisp) in general_mod$r_m()
289 bool nodisp = false; in general_mod$r_m() local
299 nodisp = true; in general_mod$r_m()
310 if (!nodisp) in general_mod$r_m()
365 assert (! nodisp); in general_mod$r_m()
/dports/math/scilab-toolbox-swt/swt/macros/help_from_sci/
H A Ddwtmode.sci6 // ST=dwtmode('status','nodisp')
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dunixpw.h44 extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp);
/dports/mail/p5-MIME-Lite/MIME-Lite-3.033/
H A DMANIFEST14 examples/nodisp
/dports/math/giacxcas/giac-1.6.0/src/
H A DTODO4 * nodisp() puis ans()
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DSignatures.R349 nodisp = no_X11, save.Rdat=TRUE)
353 disp.all.train.samples( lsamp, nodisp = no_X11,
362 disp.all.train.samples <- function (lsamp, nodisp = FALSE, prefix='hello.pdf') { argument
384 P <- list(prefix=prefix, nodisp=nodisp, dev.this=NULL, dev.new=FALSE) nameattr
H A D1dRplot.R594 save = {lop$prefix <- ops[[i]]; lop$nodisp=TRUE;} ,
724 nodisp = lop$nodisp,
H A DExamineXmat.R302 prefix = lop$pprefix, nodisp = !interactive
314 prefix = lop$cprefix, nodisp = !interactive,
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dsendout.c112 boole nodisp);
334 _sendout_header_list(FILE *fo, struct n_header_field *hfp, boole nodisp){ in _sendout_header_list() argument
342 (!nodisp ? CONV_NONE : CONV_TOHDR), in _sendout_header_list()
343 (!nodisp ? TD_ISPR | TD_ICONV : TD_ICONV), NULL, NULL) < 0 || in _sendout_header_list()
2492 boole nodisp; in n_puthead() local
2513 nodisp = (action != SEND_TODISP); in n_puthead()
2514 saf = (w & (GCOMMA | GFILES)) | (nodisp ? a_SENDOUT_AL_DOMIME : 0); in n_puthead()
2726 (!nodisp ? CONV_NONE : CONV_TOHDR), in n_puthead()
2733 (!nodisp ? TD_ISPR | TD_ICONV : TD_ICONV), NIL,NIL) < 0) in n_puthead()
2828 if(!_sendout_header_list(fo, hfp, nodisp)) in n_puthead()
[all …]
/dports/math/maxima/maxima-5.43.2/src/
H A Dsuprv1.lisp316 (remprop u 'nodisp))))
388 (remprop x 'time) (remprop x 'nodisp)))
500 (if (get (car l1) 'nodisp) (princ "$") (princ ";"))
508 (not (or inputp (get (car l1) 'nodisp)))))
702 (if (or (and (symbolp (car l)) (get (car l) 'nodisp)) (not $strdisp))

1234