Searched refs:cos (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dfallback.t3 # test 'fallback' for overload cos/sin/atan2/exp
34 # The tests below test that cos(BigInt) = cos(Scalar) which is DWIM, but not
35 # exactly right, ideally cos(BigInt) should truncate to int() and cos(BigFLoat)
44 ok (cos($bi), cos(1));
51 ok (cos($bf), cos(1));
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgentrigtables.c54 TAB(cos);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.t37 print 'not ' unless (near(tan($x), sin($x) / cos($x)));
H A DComplex.t33 } # cos(), sin(), cosh(), sinh(). The division
600 |'cos(acos(z))':'z'
601 |'addsq(cos(z), sin(z))':1
602 |'cos(z)':'cosh(i*z)'
619 |'sec(z)':'1 / cos(z)'
643 |'acos(cos(z)) ** 2':'z * z'
684 &cos
693 &cos
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t169 cos cos 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t86 abs, atan2, cos, exp, hex, int, log, oct, rand, sin, sqrt,
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c403 { MAC_PROP_COS, sizeof (mac_propval_range_t), "cos"},
900 { "cos", { "0", RESET_VAL }, NULL, 0,
933 {"cos", extract_cos},
1966 uint8_t *cos; local
1973 cos = malloc(sizeof (uint8_t));
1974 if (cos == NULL)
1978 *cos = (uint8_t)strtol(prop_val[0], &endp, 10);
1979 if (errno != 0 || (strlen(endp) > 0) || (*cos >= MAX_DCB_NTCS)) {
1980 free(cos);
1983 vdp->vd_val = (uintptr_t)cos;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1384 # define Perl_cos cos
2849 double cos (double);
3824 "(atan2", "(cos",
3872 * some compilers like to redefine cos et alia as faster
3882 # ifdef cos
H A Dpp.c2677 dSP; dTARGET; tryAMAGICun(cos);

Completed in 80 milliseconds