Home
last modified time | relevance | path

Searched refs:sin (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.3/ext/standard/tests/math/
H A Dsin_basic.phpt26 echo "sin 30 = ";
35 echo "sin 60 = ";
44 echo "sin 90 = ";
53 echo "sin 180 = ";
62 echo "sin 270 = ";
71 echo "sin 360 = ";
81 sin 30 = float(%f)
83 sin 60 = float(%f)
85 sin 90 = float(%f)
87 sin 180 = float(%f)
[all …]
H A Dsin_error.phpt2 Test wrong number of arguments for sin()
6 * proto float sin(float number)
14 var_dump(sin($arg_0, $extra_arg));
17 var_dump(sin());
23 Warning: sin() expects exactly 1 parameter, 2 given in %s on line %d
28 Warning: sin() expects exactly 1 parameter, 0 given in %s on line %d
H A Dsin_variation.phpt2 Test variations in usage of sin()
8 * proto float sin(float number)
13 //Test sin with a different input values
32 $res = sin($values[$i]);
48 Warning: sin() expects parameter 1 to be double, string given in %s on line %d
H A Dsin_basiclong_64bit.phpt2 Test sin function : 64bit long tests
24 var_dump(sin($longVal));
/PHP-5.3/win32/
H A Dinet.c14 struct sockaddr_in *sin = (struct sockaddr_in *)&sa; in inet_pton() local
33 memcpy (dst, &sin->sin_addr, sizeof (struct in_addr)); in inet_pton()
51 struct sockaddr_in *sin = (struct sockaddr_in *)&sa; in inet_ntop() local
58 sin->sin_family = af; in inet_ntop()
59 memcpy (&sin->sin_addr, src, sizeof (struct in_addr)); in inet_ntop()
/PHP-5.3/ext/sockets/
H A Dsockets.c1087 struct sockaddr_in *sin; local
1164 struct sockaddr_in *sin; local
1284 struct sockaddr_in sin; local
1328 sin.sin_family = AF_INET;
1540 struct sockaddr_in sin; local
1584 slen = sizeof(sin);
1585 memset(&sin, 0, slen);
1586 sin.sin_family = AF_INET;
1658 struct sockaddr_in sin; local
1687 memset(&sin, 0, sizeof(sin));
[all …]
/PHP-5.3/ext/standard/tests/assert/
H A Dassert02.phpt38 Parse error: %s error%sin %sassert02.php(14) : assert code on line 1
45 Parse error: %s error%sin %sassert02.php(19) : assert code on line 1
/PHP-5.3/Zend/tests/
H A Dbug43343.phpt11 Parse error: %s error%sexpecting%sT_NS_SEPARATOR%sin %sbug43343.php on line 5
H A Dbug38779.phpt32 Parse error: %s error%sin Loader://qqq.php on line %d
H A Dbug38779_1.phpt43 Parse error: %s error%sin %s on line %d
/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt100 Warning: syntax error, unexpected '='%sin Unknown on line 2
104 Warning: syntax error, unexpected '='%sin Unknown on line 2
/PHP-5.3/ext/gd/tests/
H A Dbug43073.phpt22 $sin_t = sin(deg2rad($delta_t));
H A Dbug43073_1.phpt22 $sin_t = sin(deg2rad($delta_t));
/PHP-5.3/ext/standard/
H A Dphp_math.h31 PHP_FUNCTION(sin);
H A Dmath.c383 PHP_FUNCTION(sin) in PHP_FUNCTION() argument
390 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
/PHP-5.3/ext/mysqli/tests/
H A D010.phpt35 sin(0.6), 1.00000000000001, 888888888888888)");
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt172 sin
/PHP-5.3/main/
H A Dnetwork.c944 struct sockaddr_in *sin = (struct sockaddr_in *) addr; local
945 sin->sin_family = AF_INET;
946 sin->sin_port = htons(port);
947 sin->sin_addr.s_addr = htonl(INADDR_ANY);
/PHP-5.3/ext/date/lib/
H A Dastro.c40 #define sind(x) sin((x)*DEGRAD)
/PHP-5.3/ext/gd/libgd/
H A Dgd_arc_f_buggy.c245 s_sin = (long) ((double) 32768 * sin ((double) s * M_PI / (double) 180));
255 e_sin = (long) ((double) 32768 * sin ((double) e * M_PI / (double) 180));
610 a_sin = (long) ((double) 32768 * sin ((double) angle * M_PI / (double) 180));
H A Dgdft.c783 double sin_a = sin (angle);
1121 double d1 = sin (angle + 0.78539816339744830962);
1122 double d2 = sin (angle - 0.78539816339744830962);
H A Dgd_rotate.c359 dSinE = sin (dRadAngle); in gdImageRotate45()
400 dSinE = sin (dRadAngle); in gdImageRotate45()
H A Dgd.c1194 double as = sin (atan2 (dy, dx)); in gdImageLine()
1411 double as = sin(atan2(dy, dx)); in gdImageDashedLine()
1417 wid = (int)(thick * sin(atan2(dy, dx))); in gdImageDashedLine()
1461 double as = sin (atan2 (dy, dx)); in gdImageDashedLine()
/PHP-5.3/ext/ftp/
H A Dftp.c699 struct sockaddr_in *sin; in ftp_pasv() local
770 sin = (struct sockaddr_in *) sa; in ftp_pasv()
771 sin->sin_family = AF_INET; in ftp_pasv()
772 sin->sin_addr = ipbox.ia[0]; in ftp_pasv()
773 sin->sin_port = ipbox.s[2]; in ftp_pasv()
/PHP-5.3/
H A Dconfigure.in384 AC_CHECK_LIB(m, sin)
585 sin \

Completed in 83 milliseconds

12