HomeSort by: relevance | last modified time | path
    Searched refs:PI (Results 1 - 11 of 11) sorted by relevancy

  /src/games/atc/
def.h 48 #ifndef PI
49 #define PI 3.14159265358979323846
59 * MAXDIR / (2 * PI) + 2.5 + MAXDIR) % MAXDIR)
  /src/games/pom/
pom.c 69 #ifndef PI
70 #define PI 3.14159265358979323846
161 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 46 #5 */
190 return(deg * PI / 180);
  /src/lib/libm/noieee_src/
n_tan.c 47 x = drem(x,PI); /* reduce x into [-PI/2, PI/2] */
n_atan2.c 50 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
67 * ARG(-(anything but NaN), +-0) is +-PI ;
68 * ARG( 0, +-(anything but 0 and NaN) ) is +-PI/2;
70 * ARG( -INF,+-(anything but INF and NaN) ) is +-PI;
71 * ARG( +INF,+-INF ) is +-PI/4 ;
72 * ARG( -INF,+-INF ) is +-3PI/4;
73 * ARG( (anything but,0,NaN, and INF),+-INF ) is +-PI/2;
76 * atan2(y,x) returns (PI/pi) * the exact ARG (x+iy) nearly rounded,
80 * pi = 3.141592653589793 23846264338327 ....
    [all...]
n_sincos.c 59 x=drem(x,PI2); /* reduce x into [-PI,PI] */
62 if(a >= PI3o4) /* ... in [3PI/4,PI] */
63 x = copysign((a = PI-a),x);
64 else { /* ... in [PI/4,3PI/4] */
65 a = PIo2-a; /* rtn. sign(x)*C(PI/2-|x|) */
96 x=drem(x,PI2); /* reduce x into [-PI,PI] */
    [all...]
trig.h 37 vc(PI, 3.1415926535897932270E0 ,0fda,4149,68c2,a221, 2, .C90FDAA22168C2)
44 ic(PI, 3.1415926535897931160E0 , 1, 1.921FB54442D18)
52 #define PI vccast(PI)
93 * RETURN --------------- on [-PI/4,PI/4] , where k=pi/PI, PI is the rounded
95 * value of pi in machine precision
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 254 writer.Write(Math.PI);
264 Assert.AreEqual(Math.PI, d);
  /src/usr.sbin/sysinst/
defs.h 236 #define PI_ISBSDFS(PI) (PI_FSTYPE(PI) == FS_BSDLFS || \
237 PI_FSTYPE(PI) == FS_BSDFFS)
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 561 PI: long 0x40000000,0xC90FDAA2,0x2168C235,0x00000000
4932 # 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. #
4934 # 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
4956 # 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, #
4960 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. #
4962 # 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
4983 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi,
    [all...]
fpsp.s 581 PI: long 0x40000000,0xC90FDAA2,0x2168C235,0x00000000
5038 # 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. #
5040 # 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
5062 # 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, #
5066 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. #
5068 # 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
5089 # 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi,
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c 381 #define PI(encoding) \
2183 return PI(BPT);
2473 PTR_FAIL_IF(PI(inst));

Completed in 43 milliseconds