Searched refs:P1 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dmakevms.com96 $! P1 = What we are trying to make
100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
101 $ Time = F$CvTime(F$File(P1,"RDT"))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_exp.c44 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
45 * (where z=r*r, and the values of P1 to P5 are listed below)
48 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
59 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
101 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
153 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c101 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
315 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.asm26 ; P1=00000008 P2=0000bea4 P3=XXXXXXXX P4=XXXXXXXX
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1325 P1 = min(PathList).split(os.path.sep)
1327 for Index in xrange(min(len(P1), len(P2))):
1328 if P1[Index] != P2[Index]:
1329 return os.path.sep.join(P1[:Index])
1330 return os.path.sep.join(P1)

Completed in 260 milliseconds