/netbsd-src/usr.bin/tip/ |
H A D | cu.c | 242 setboolean(value(TAND), FALSE); in cumain() 246 setboolean(value(TAND), TRUE); in cumain() 251 setboolean(value(TAND), FALSE); in cumain() 256 setboolean(value(TAND), FALSE); in cumain()
|
H A D | remote.c | 168 setboolean(value(TAND), 1); in getremcap() 170 setboolean(value(TAND), 0); in getremcap()
|
H A D | cmds.c | 761 if (vtable[TAND].v_access&CHANGED) { in variable() 762 vtable[TAND].v_access &= ~CHANGED; in variable() 763 if (boolean(value(TAND))) in variable()
|
H A D | tip.h | 216 #define TAND 24 macro
|
H A D | tip.c | 576 if (boolean(value(TAND))) in ttysetup()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | trigd_lib.inc | 55 #define TAND CONCAT_EXPAND(tand_r, KIND) 145 #ifdef TAND 146 extern FTYPE TAND (FTYPE); 147 export_proto (TAND); 161 #undef TAND
|
H A D | trigd.inc | 1 /* Implementation of the degree trignometric functions COSD, SIND, TAND. 382 #ifdef TAND 386 TAND (FTYPE x) 435 to implement COTAND(x) = 1 / TAND(x). 491 #endif // TAND
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | trigd_lib.inc | 55 #define TAND CONCAT_EXPAND(tand_r, KIND) 147 #ifdef TAND 148 extern FTYPE TAND (FTYPE); 149 export_proto (TAND); 163 #undef TAND
|
H A D | trigd.inc | 1 /* Implementation of the degree trignometric functions COSD, SIND, TAND. 382 #ifdef TAND 386 TAND (FTYPE x) 435 to implement COTAND(x) = 1 / TAND(x). 491 #endif // TAND
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trigd_fe.inc | 38 #define TAND simplify_tand 49 static RETTYPE TAND (FTYPE);
|
H A D | gfortran.info | 592 trigonometric functions (e.g. TAND, ATAND, etc...) for 3704 '*note TAN::' '*note TAND::'* 6985 * 'TAND': TAND, Tangent function, degrees 8074 *note TAND::). 8114 Inverse function: *note TAND:: Radians function: *note ATAN:: 10445 'COSD(x)' divided by 'SIND(x)', or '1 / TAND(x)'. 10479 Converse function: *note TAND:: Radians function: *note COTAN:: 18407 File: gfortran.info, Node: TAN, Next: TAND, Prev: SYSTEM_CLOCK, Up: Intrinsic Procedures 18444 Inverse function: *note ATAN:: Degrees function: *note TAND:: 18447 File: gfortran.info, Node: TAND, Next: TANH, Prev: TAN, Up: Intrinsic Procedures [all …]
|
H A D | intrinsic.texi | 309 * @code{TAND}: TAND, Tangent function, degrees 1621 @ref{TAND}). 1669 @ref{TAND} @gol 4455 @code{COSD(x)} divided by @code{SIND(x)}, or @code{1 / TAND(x)}. 4494 @ref{TAND} @gol 14127 @ref{TAND} 14132 @node TAND 14133 @section @code{TAND} --- Tangent function, degrees 14134 @fnindex TAND 14141 @code{TAND(X)} computes the tangent of @var{X} in degrees. [all …]
|
H A D | invoke.texi | 305 functions (e.g. TAND, ATAND, etc...) for compatability with older code.
|
H A D | trans-intrinsic.cc | 128 LIB_FUNCTION (TAND, "tand", false),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trigd_fe.inc | 38 #define TAND simplify_tand 49 static RETTYPE TAND (FTYPE);
|
H A D | gfortran.info | 604 trigonometric functions (e.g. TAND, ATAND, etc...) for 3972 '*note TAN::' '*note TAND::'* 7292 * 'TAND': TAND, Tangent function, degrees 8395 *note TAND::). 8434 Inverse function: *note TAND:: Radians function: *note ATAN:: 10771 'COSD(x)' divided by 'SIND(x)', or '1 / TAND(x)'. 10804 Converse function: *note TAND:: Radians function: *note COTAN:: 18836 File: gfortran.info, Node: TAN, Next: TAND, Prev: SYSTEM_CLOCK, Up: Intrinsic Procedures 18874 Inverse function: *note ATAN:: Degrees function: *note TAND:: 18877 File: gfortran.info, Node: TAND, Next: TANH, Prev: TAN, Up: Intrinsic Procedures [all …]
|
H A D | intrinsic.texi | 310 * @code{TAND}: TAND, Tangent function, degrees 1625 @ref{TAND}). 1673 @ref{TAND} @gol 4459 @code{COSD(x)} divided by @code{SIND(x)}, or @code{1 / TAND(x)}. 4498 @ref{TAND} @gol 14173 @ref{TAND} 14178 @node TAND 14179 @section @code{TAND} --- Tangent function, degrees 14180 @fnindex TAND 14187 @code{TAND(X)} computes the tangent of @var{X} in degrees. [all …]
|
H A D | invoke.texi | 305 functions (e.g. TAND, ATAND, etc...) for compatability with older code.
|
H A D | trans-intrinsic.c | 125 LIB_FUNCTION (TAND, "tand", false),
|
/netbsd-src/bin/sh/ |
H A D | mktokens | 51 TAND 0 "&&"
|
/netbsd-src/usr.bin/mail/ |
H A D | list.c | 73 TAND, /* A '&' */ enumerator 315 { '&', TAND }, in scan() 986 case TAND: in markall_core() 1128 case TAND: in markall_core()
|
/netbsd-src/bin/ksh/ |
H A D | tree.h | 41 #define TAND 6 /* && */ macro
|
H A D | exec.c | 274 case TAND: 276 if (t->right != NULL && (rv == 0) == (t->type == TAND))
|
H A D | tree.c | 88 case TAND:
|
H A D | syn.c | 116 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); in andor()
|