Home
last modified time | relevance | path

Searched refs:asin (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c158 static struct sockaddr_storage asin; variable
205 asin.ss_family = AF_INET; /* used for bind */ in doit()
209 asin.ss_family = AF_INET6; /* used for bind */ in doit()
257 if (bind(s, (struct sockaddr *)&asin, fromplen) < 0) in doit()
/onnv-gate/usr/src/lib/libshell/common/data/
H A Dmath.tab6 f 1 asin
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t757 &asin
766 &asin
H A DTrig.t46 $x = asin(2);
H A DComplex.pm958 sub asin { subroutine
1013 return asin(1 / $z);
/onnv-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h47 extern double asin(/* double x */);
/onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath108 "\001asin", (Math_f)asinl,
/onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath108 "\001asin", (Math_f)asinl,
/onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath108 "\001asin", (Math_f)asinl,
/onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath108 "\001asin", (Math_f)asinl,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1155 asin(x)
H A DPOSIX.pod131 =item asin
133 This is identical to the C function C<asin()>, returning
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl5004delta.pod967 asin acos atan
H A Dperlfunc.pod4596 For the inverse sine operation, you may use the C<Math::Trig::asin>
4599 sub asin { atan2($_[0], sqrt(1 - $_[0] * $_[0])) }
H A Dperltoc.pod17793 _exit, abort, abs, access, acos, alarm, asctime, asin, assert, atan, atan2,