Home
last modified time | relevance | path

Searched refs:SQRT (Results 1 – 20 of 20) sorted by relevance

/original-bsd/usr.bin/pascal/libpc/
H A DSQRT.c15 SQRT(value) in SQRT() function
H A Dlibpc.h55 extern double SQRT();
H A DMakefile12 REWRITE.c ROUND.c RSNG4.c SCLCK.c SEED.c SIN.c SQRT.c STLIM.c \
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Deqn.y9 %left OVER SQRT
59 | SQRT box { sqrt($2); }
H A De.y14 %left OVER SQRT
66 | SQRT box { sqrt($2); }
H A Dlookup.c50 "sqrt", SQRT,
/original-bsd/old/eqn/common_source/
H A De.y23 %left OVER SQRT
75 | SQRT box { eqsqrt($2); }
H A Dlookup.c49 "sqrt", SQRT,
/original-bsd/usr.bin/bc/
H A Dbc.y27 %term LETTER DIGIT SQRT LENGTH _IF FFF EQ
266 | SQRT '(' e ')'
384 if( c=='s' && peekc=='q' ){ c=SQRT; goto skip; } in yylex()
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y15 %token <i> LOG EXP SIN COS ATAN2 SQRT RAND MAX MIN INT PRINT
337 | SQRT '(' expr ')' { $$ = Sqrt($3); }
H A Dgrapl.l47 <A>sqrt return(SQRT);
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y31 %token <f> LOG EXP SIN COS ATAN2 SQRT RAND MIN MAX INT
309 | SQRT '(' expr ')' { $$ = Sqrt($3); }
H A Dpicl.l157 <A>sqrt return(SQRT);
/original-bsd/contrib/sc/
H A Dsc.h116 #define SQRT OP_BASE + 13 macro
H A Dgram.y279 | '@' K_SQRT '(' e ')' { $$ = new(SQRT, ENULL, $4); }
H A Dinterp.c718 case SQRT: return (fn1_eval( sqrt, eval(e->e.o.right)));
1716 case SQRT:
1976 case SQRT: one_arg( "@sqrt(", e); break;
/original-bsd/share/doc/papers/px/
H A Dfig2.3.raw91 SQRT 2.13 Returns square root of argument
/original-bsd/usr.bin/pascal/px/
H A Dinterp.c1773 push8(SQRT(td));
/original-bsd/admin/admin/copyright4.2-4.3/
H A Dfiles.4.2.copyr2769 /usr/src/usr.lib/libpc/SQRT.c
H A Dfiles.4.3.copyr3661 /usr/src/usr.lib/libpc/SQRT.c