Searched refs:acsc (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wacs.c | 114 unsigned char *acsc; local 130 acsc = (unsigned char *) acs_defaults; 133 acsc = (unsigned char *) acs_chars; 136 /* Assume that acsc is even in length. */ 137 for (i = 0; acsc[i] != '\0'; i += 2) { 138 if (acsc[i] == vacs) { 140 ((acs & A_ATTRIBUTES) | acsc[i+1]), cc); 153 unsigned char *acsc, mb[MB_LEN_MAX]; local 168 acsc = (unsigned char *) acs_defaults; 171 acsc [all...] |
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wacs.c | 137 unsigned char *acsc; local 149 acsc = acs_defaults; 152 acsc = (unsigned char *) acs_chars; 155 /* Assume that acsc is even in length. */ 156 for (i = 0; acsc[i] != '\0'; i += 2) { 157 if (acsc[i] == (acs & A_CHARTEXT)) { 159 (chtype) ((acs & A_ATTRIBUTES) | acsc[i+1]), cc 172 unsigned char *acsc, mb[MB_LEN_MAX]; local 186 acsc = acs_defaults; 189 acsc [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.t | 160 'acsc(0)', 596 |'acsc(z)':'acosec(z)' 597 |'acsc(z)':'asin(1 / z)' 607 |'csc(acsc(z))':'z' 816 &acsc 824 &acsc
|
H A D | Trig.pm | 203 The arcus cofunctions of the sine, cosine, and tangent (acosec/acsc 206 B<acsc>, B<acosec>, B<asec>, B<acot>, B<acotan> 236 acsc 263 For the C<csc>, C<cot>, C<asec>, C<acsc>, C<acot>, C<csch>, C<coth>,
|
H A D | Complex.pm | 52 acsc acosec asec acot acotan 1006 # acsc 1008 # Computes the arc cosecant acsc(z) = asin(1 / z). 1010 sub acsc { subroutine 1012 _divbyzero "acsc($z)", $z if ($z == 0); 1019 # Alias for acsc(). 1021 sub acosec { Math::Complex::acsc(@_) } 1686 acsc(z) = asin(1 / z) 1706 I<arg>, I<abs>, I<log>, I<csc>, I<cot>, I<acsc>, I<acot>, I<csch>, 1880 atan asec acsc aco [all...] |
Completed in 36 milliseconds