/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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx6ul-pico-pi.dts | 12 model = "TechNexion PICO-IMX6UL and PI baseboard"; 13 compatible = "technexion,imx6ul-pico-pi", "fsl,imx6ul";
|
imx7d-pico-pi.dts | 8 model = "TechNexion PICO-IMX7D Board and PI baseboard"; 9 compatible = "technexion,imx7d-pico-pi", "fsl,imx7d";
|
/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/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mq-pico-pi.dts | 15 model = "TechNexion PICO-PI-8M"; 16 compatible = "technexion,pico-pi-imx8m", "fsl,imx8mq";
|
/src/libexec/ld.aout_so/ |
ld.so.vax.uue | 248 M,#`P,#`P,#`P,#`Q,C,T-38W.#EA8F-D968`*&YU;&PI`#`Q,C,T-38W.#E! 496 MT5%0$PG=4?L![Y]K``#4IC"PI@Q0JB10L%"F#-2F!-"F$&:I"%"F#-6F$!() 812 MIP#09F>PI@2G!)"F!J<&D*8'IP>:IP=0GZ`!GZ8(GZ<(^P/OQ3<``-99T5E: 854 M?5A^^P7O&2\``-5:$PI]4'[[`N^K+@``!`$!9,```(L``%1HP```<P``5&S`
|
ld.so.arm.uue | 1318 M!(PI`0`?```$M"D!``8```2\*0$`!@``!)0V`0`C```$F#8!`(T```2<-@$` 1974 M`+@I``!H#P``!````)PI``!M#P``!````%`I``!R#P``!````#0I``!W#P``
|
ld.so.i386.uue | 320 M*&YU;&PI`#`Q,C,T-38W.#E!0D-$148`8G5G(&EN('9F<')I;G1F.B!B860@
|
ld.so.sparc.uue | 421 MO_\0@``OT"R``)00(`"6$"`*0``OPI(0`!&8`F`PI`2__Y`0`!"2$``1E!`@
|
/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));
|