Home
last modified time | relevance | path

Searched refs:PI (Results 1 – 24 of 24) sorted by relevance

/reactos/modules/rostests/winetests/vbscript/
H A Dapi.vbs1296 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 Dquad.c42 #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 Dvector.c26 #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 Did_sata.cpp658 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 Dbsmaster.h228 ULONG PI; // 0x0c member
274 #define IDX_AHCI_PI (FIELD_OFFSET(IDE_AHCI_REGISTERS, PI))
/reactos/sdk/lib/3rdparty/freetype/src/tools/
H A Dtest_trig.c8 #define PI 3.14159265358979323846 macro
9 #define SPI (PI/FT_ANGLE_PI)
/reactos/sdk/tools/create_nls/unicode.org/ReactOS/
H A Dibmcp861.diff16 0xe3 0x03c0 #GREEK SMALL LETTER PI
/reactos/modules/rostests/winetests/jscript/
H A Dapi.js1554 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 Dnete1000.inf121 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 Dstorahci.h448 ULONG PI; // 0x0C, Port implemented member
672 C_ASSERT(FIELD_OFFSET(AHCI_MEMORY_REGISTERS, PI) == 0x0C);
H A Dstorahci.c1100 adapterExtension->PortImplemented = StorPortReadRegisterUlong(adapterExtension, &abar->PI); in AhciHwFindAdapter()
/reactos/base/applications/calc/
H A Dhelp.txt19 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 Dwhatsnew.txt108 * Added 2*PI constant (generated by "inv"+"pi").
/reactos/base/applications/rapps/include/
H A Dappview.h57 #define PI 3.1415927 macro
/reactos/modules/rostests/winetests/dsound/
H A Dds3d.c28 #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 DTODO272 - Support for PI (SAX one).
H A DNEWS1560 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 Djsglobal.idl168 VARIANT PI;
/reactos/base/applications/taskmgr/lang/
H A Dpl-PL.rc289 AUTOCHECKBOX "PI&D (idewntyfikator procesu)", IDC_PID, 7, 39, 100, 10
/reactos/modules/rostests/winetests/winmm/
H A Dwave.c97 #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 Drender.c70 #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 Dappview.cpp614 …(max(sin((float)Frame * 2 * PI / (LOADING_ANIMATION_PERIOD * LOADING_ANIMATION_FPS)), sqrt(3.0) / … in GetFrameDotShift()
/reactos/dll/3rdparty/libxslt/
H A DNEWS924 with -- (William), attribute namespace (William), check for ?> in PI
1345 - fixed bug with PI and comments processing
/reactos/hal/halx86/legacy/bus/
H A Dpci_vendors.ids16679 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 …]