| /src/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | atan2_2u5.c | 15 #define Pi (0x1.921fb54442d18p+1) macro 71 return Pi; /* atan(+0,-anything) = pi. */ in atan2() 73 return -Pi; /* atan(-0,-anything) =-pi. */ in atan2() 110 return Pi; /* atan(+...,-INF). */ in atan2() 112 return -Pi; /* atan(-...,-INF). */ in atan2()
|
| H A D | atan2f_3u.c | 15 #define Pi (0x1.921fb6p+1f) macro 80 return Pi; /* atan(+0,-anything) = pi. */ in atan2f() 82 return -Pi; /* atan(-0,-anything) =-pi. */ in atan2f() 117 return Pi; /* atan(+...,-INF). */ in atan2f() 119 return -Pi; /* atan(-...,-INF). */ in atan2f()
|
| H A D | acos_2u.c | 17 #define Pi 0x1.921fb54442d18p+1 macro 90 return (x <= -0.5) ? fma (-2.0, p, Pi) : 2.0 * p; in acos()
|
| /src/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | raspberrypi,firmware-gpio.txt | 1 Raspberry Pi GPIO expander 3 The Raspberry Pi 3 GPIO expander is controlled by the VC4 firmware. The 7 The Raspberry Pi GPIO expander node must be a child node of the Raspberry Pi
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDG.cpp | 229 auto *Pi = dyn_cast<PiBlockDDGNode>(&N); in addNode() local 230 assert((!Root || Pi) && in addNode() 236 if (Pi) in addNode() 237 for (DDGNode *NI : Pi->getNodes()) in addNode() 238 PiBlockMap.insert(std::make_pair(NI, Pi)); in addNode() 246 auto *Pi = PiBlockMap.find(&N)->second; in getPiBlock() local 247 assert(!PiBlockMap.contains(Pi) && "Nested pi-blocks detected."); in getPiBlock() 248 return Pi; in getPiBlock()
|
| H A D | MemorySSAUpdater.cpp | 855 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local 856 Pred = Pi; in applyInsertUpdates() 949 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local 950 if (!AddedBlockSet.count(Pi)) in applyInsertUpdates() 951 PrevBlockSet.insert(Pi); in applyInsertUpdates() 952 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates() 1100 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates() local 1101 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | pc98 | 58 # Yanagisawa Pi picture 59 #0 string Pi\x1A\0 Yanagisawa Pi picture 61 0 string Pi 64 >>>&3 ubyte 4 Yanagisawa Pi 16 color picture, 71 >>>&3 ubyte 8 Yanagisawa Pi 256 color picture
|
| H A D | uf2 | 90 >>28 lelong 0xe48bff56 Raspberry Pi RP2040 91 >>28 lelong 0xe48bff57 Raspberry Pi MC: Absolute (unpartitioned) download 92 >>28 lelong 0xe48bff58 Raspberry Pi MC: Data partition download 93 >>28 lelong 0xe48bff59 Raspberry Pi RP2350, Secure Arm image 94 >>28 lelong 0xe48bff5a Raspberry Pi RP2350, RISC-V image 95 >>28 lelong 0xe48bff5b Raspberry Pi RP2350, Non-secure Arm image
|
| /src/contrib/arm-optimized-routines/math/aarch64/ |
| H A D | sinpi_3u5.c | 29 #define Pi 0x1.921fb54442d18p+1 macro 57 return Pi * x; in arm_math_sinpi()
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | microchip,lan78xx.txt | 4 an external EEPROM, but some platforms (e.g. Raspberry Pi 3 B+) have neither. 20 /* Based on the configuration for a Raspberry Pi 3 B+ */
|
| /src/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-h3-orangepi-plus2e.dts | 44 * The Orange Pi Plus 2E is an extended version of the Orange Pi PC Plus, 51 model = "Xunlong Orange Pi Plus 2E";
|
| H A D | sun8i-h2-plus-orangepi-r1.dts | 43 /* Orange Pi R1 is based on Orange Pi Zero design */ 49 model = "Xunlong Orange Pi R1";
|
| H A D | sun8i-h3-orangepi-plus.dts | 43 /* The Orange Pi Plus is an extended version of the Orange Pi 2 */ 47 model = "Xunlong Orange Pi Plus / Plus 2";
|
| /src/contrib/tcsh/nls/french/ |
| H A D | set2 | 8 6 Piège Trace/BPT 10 8 Piège IOT 13 11 Piège EMT
|
| /src/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm2835-rpi-b.dts | 12 model = "Raspberry Pi Model B"; 22 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
| H A D | bcm2835-rpi-a.dts | 11 model = "Raspberry Pi Model A"; 21 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
| H A D | bcm2835-rpi-b-rev2.dts | 12 model = "Raspberry Pi Model B rev2"; 22 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
|
| H A D | bcm2835-rpi-b-plus.dts | 12 model = "Raspberry Pi Model B+"; 22 * Taken from Raspberry-Pi-B-Plus-V1.2-Schematics.pdf
|
| /src/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3566-bigtreetech-pi2.dts | 8 model = "BigTreeTech Pi 2";
|
| H A D | rk3588s-orangepi-5b.dts | 8 model = "Xunlong Orange Pi 5B";
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 899 unsigned Pi = 0; in removeDeadStuffFromFunction() local 902 for (unsigned E = FTy->getNumParams(); Pi != E; ++I, ++Pi) in removeDeadStuffFromFunction() 903 if (ArgAlive[Pi]) { in removeDeadStuffFromFunction() 906 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction() 923 for (auto *E = CB.arg_end(); I != E; ++I, ++Pi) { in removeDeadStuffFromFunction() 925 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
|
| /src/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h616-orangepi-zero.dtsi | 5 * DT nodes common between Orange Pi Zero 2 and Orange Pi Zero 3.
|
| /src/sys/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | raspberrypi,bcm2835-firmware.txt | 1 Raspberry Pi VideoCore firmware driver
|
| /src/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7988a-bananapi-bpi-r4-2g5.dts | 9 model = "Banana Pi BPI-R4 (1x SFP+, 1x 2.5GbE)";
|
| H A D | mt7988a-bananapi-bpi-r4.dts | 9 model = "Banana Pi BPI-R4 (2x SFP+)";
|