/reactos/modules/rostests/winetests/vbscript/ |
H A D | api.vbs | 1296 Const PI = 3.1415926 1306 Call ok(Approch(Cos(PI / 2), 0), "Cos(0) = " & Cos(PI / 2)) 1308 Call ok(Approch(Cos(PI), -1), "Cos(PI) = " & Cos(PI)) 1309 Call ok(getVT(Cos(PI)) = "VT_R8", "getVT(Cos(PI)) = " & getVT(Cos(PI))) 1314 Call ok(Approch(Cos(2 * PI), 1), "Cos(2 * PI) = " & Cos(2 * PI)) 1327 Call ok(Approch(Sin(PI / 6), 1 / 2), "Sin(PI / 6) = " & Sin(PI / 6)) 1333 Call ok(Approch(Sin(PI / 2), 1), "Sin(0) = " & Sin(PI / 2)) 1335 Call ok(Approch(Sin(PI), 0), "Sin(PI) = " & Sin(PI)) 1341 Call ok(Approch(Sin(2 * PI), 0), "Sin(2 * PI) = " & Sin(2 * PI)) 1360 Call ok(Approch(Tan(PI), 0), "Tan(PI) = " & Tan(PI)) [all …]
|
/reactos/dll/opengl/glu32/src/libutil/ |
H A D | quad.c | 42 #undef PI 43 #define PI 3.14159265358979323846 macro 207 angle = 2 * PI * i / slices; in gluCylinder() 223 angle = 2 * PI * (i-0.5) / slices; in gluCylinder() 472 angleOffset = startAngle / 180.0 * PI; in gluPartialDisk() 474 angle = angleOffset + ((PI * sweepAngle) / 180.0) * i / slices; in gluPartialDisk() 742 angle = 2 * PI * i / slices; in gluSphere() 752 angle = PI * j / stacks; in gluSphere() 771 angle = 2 * PI * (i-0.5) / slices; in gluSphere() 776 angle = PI * (j - 0.5) / stacks; in gluSphere()
|
/reactos/modules/rostests/winetests/d3drm/ |
H A D | vector.c | 26 #define PI (4.0f*atanf(1.0f)) macro 138 theta=2.0f*PI/3.0f; in VectorTest() 144 theta=-PI/4.0f; in VectorTest() 149 theta=PI/8.0f; in VectorTest() 189 theta=2.0f*PI/3.0f; in QuaternionTest()
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_sata.cpp | 658 ULONG PI; in UniataAhciInit() local 779 deviceExtension->AHCI_PI = PI; in UniataAhciInit() 780 KdPrint2((PRINT_PREFIX " AHCI PI %#x\n", PI)); in UniataAhciInit() 782 deviceExtension->AHCI_PI = PI = PI & deviceExtension->AHCI_PI_mask; in UniataAhciInit() 901 ULONG PI; in UniataAhciDetect() local 1009 KdPrint2((PRINT_PREFIX " AHCI PI %#x\n", PI)); in UniataAhciDetect() 1011 for(i=PI, n=0; i; n++, i=i>>1) { in UniataAhciDetect() 1023 for(i=PI, n=0; i; n++, i=i>>1); in UniataAhciDetect() 1027 if(!PI && ((CAP & AHCI_CAP_NOP_MASK)+1)) { in UniataAhciDetect() 1039 PI = deviceExtension->AHCI_PI_mask; in UniataAhciDetect() [all …]
|
H A D | bsmaster.h | 228 ULONG PI; // 0x0c member 274 #define IDX_AHCI_PI (FIELD_OFFSET(IDE_AHCI_REGISTERS, PI))
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/ |
H A D | test_trig.c | 8 #define PI 3.14159265358979323846 macro 9 #define SPI (PI/FT_ANGLE_PI)
|
/reactos/sdk/tools/create_nls/unicode.org/ReactOS/ |
H A D | ibmcp861.diff | 16 0xe3 0x03c0 #GREEK SMALL LETTER PI
|
/reactos/modules/rostests/winetests/jscript/ |
H A D | api.js | 1554 tmp = Math.cos(Math.PI/2); 1557 tmp = Math.cos(-Math.PI/2); 1560 tmp = Math.cos(Math.PI/3, 2); 1799 tmp = Math.sin(Math.PI/2); 1802 tmp = Math.sin(-Math.PI/2); 1805 tmp = Math.sin(Math.PI/3, 2); 1859 tmp = Math.tan(Math.PI); 2256 ok(typeof(Math.PI) === "number", "typeof(Math.PI) = " + typeof(Math.PI)); 2257 ok(Math.floor(Math.PI*100) === 314, "Math.PI = " + Math.PI); 2258 Math.PI = "test"; [all …]
|
/reactos/drivers/network/dd/e1000/ |
H A D | nete1000.inf | 121 IntelE1000_107C.DeviceDesc = "Intel 82541PI PCI Ethernet Adapter" 160 IntelE1000_107C.DeviceDesc = "Karta Intel 82541PI PCI Ethernet Adapter" 199 IntelE1000_107C.DeviceDesc = "Adaptador de Ethernet 82541PI PCI"
|
/reactos/drivers/storage/port/storahci/ |
H A D | storahci.h | 448 ULONG PI; // 0x0C, Port implemented member 672 C_ASSERT(FIELD_OFFSET(AHCI_MEMORY_REGISTERS, PI) == 0x0C);
|
H A D | storahci.c | 1100 adapterExtension->PortImplemented = StorPortReadRegisterUlong(adapterExtension, &abar->PI); in AhciHwFindAdapter()
|
/reactos/base/applications/calc/ |
H A D | help.txt | 19 THE PI BUTTON 172 THE PI BUTTON 175 The function is called by pressing the [PI] button. 176 If the [Inv] modifier is activated, then the output display will be loaded with 2*PI.
|
H A D | whatsnew.txt | 108 * Added 2*PI constant (generated by "inv"+"pi").
|
/reactos/base/applications/rapps/include/ |
H A D | appview.h | 57 #define PI 3.1415927 macro
|
/reactos/modules/rostests/winetests/dsound/ |
H A D | ds3d.c | 28 #define PI 3.14159265358979323846 macro 46 double y=sin(440.0*2*PI*i/wfx->nSamplesPerSec); in wave_generate_la()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | TODO | 272 - Support for PI (SAX one).
|
H A D | NEWS | 1560 Impose a reasonable limit on PI size (Daniel Veillard), 1713 Add exception for new W3C PI xml-model (Daniel Veillard), 2132 XPath string value of PI nodes (William Brack), XPath node set 2260 line break in writer after end PI (Jason Viers). 2504 Bennett), add support for PI in the HTML parser. 2915 PI related memleak, compilation without schemas or without xpath (Joerg 3377 - implemented a specific PI for encoding support in the DocBook SGML
|
/reactos/dll/win32/jscript/ |
H A D | jsglobal.idl | 168 VARIANT PI;
|
/reactos/base/applications/taskmgr/lang/ |
H A D | pl-PL.rc | 289 AUTOCHECKBOX "PI&D (idewntyfikator procesu)", IDC_PID, 7, 39, 100, 10
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | wave.c | 97 #define PI 3.14159265358979323846 macro 110 double y=sin(440.0*2*PI*i/wfx->nSamplesPerSec); in wave_generate_la()
|
/reactos/modules/rostests/winetests/mmdevapi/ |
H A D | render.c | 70 #define PI 3.14159265358979323846L macro 87 y = sin(2*PI*(440.* i / wfxe->Format.nSamplesPerSec + delta)); in wave_generate_tone()
|
/reactos/base/applications/rapps/ |
H A D | appview.cpp | 614 …(max(sin((float)Frame * 2 * PI / (LOADING_ANIMATION_PERIOD * LOADING_ANIMATION_FPS)), sqrt(3.0) / … in GetFrameDotShift()
|
/reactos/dll/3rdparty/libxslt/ |
H A D | NEWS | 924 with -- (William), attribute namespace (William), check for ?> in PI 1345 - fixed bug with PI and comments processing
|
/reactos/hal/halx86/legacy/bus/ |
H A D | pci_vendors.ids | 16679 125d 0424 ES56-PI Data Fax Modem 16680 125d 0425 ES56T-PI Data Fax Modem 16681 125d 0426 ES56V-PI Data Fax Modem 16682 125d 0427 VW-PI Data Fax Modem 16683 125d 0428 ES56ST-PI Data Fax Modem 16684 125d 0429 ES56SV-PI Data Fax Modem 16685 147a c001 ES56-PI Data Fax Modem 16687 14fe 0428 ES56-PI Data Fax Modem 16688 14fe 0429 ES56-PI Data Fax Modem 22961 20f4 703a TEW-703PI N150 Wireless PCI Adapter [all …]
|