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 D | fallback.t | 3 # 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 D | gentrigtables.c | 54 TAB(cos);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Trig.t | 37 print 'not ' unless (near(tan($x), sin($x) / cos($x)));
|
H A D | Complex.t | 33 } # 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 D | safeops.t | 169 cos cos 1
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Functions.t | 86 abs, atan2, cos, exp, hex, int, log, oct, rand, sin, sqrt,
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 403 { 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 D | perl.h | 1384 # 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 D | pp.c | 2677 dSP; dTARGET; tryAMAGICun(cos);
|
Completed in 80 milliseconds