| /freebsd-14.2/contrib/arm-optimized-routines/pl/math/ |
| 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 | 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 | 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()
|
| /freebsd-14.2/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
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rda.yaml | 18 - xunlong,orangepi-2g-iot # Orange Pi 2G-IoT 19 - xunlong,orangepi-i96 # Orange Pi i96
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | davicom,dm9051.yaml | 45 # Raspberry Pi platform 47 /* for Raspberry Pi with pin control stuff for GPIO irq */
|
| 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+ */
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| 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 | 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 | sun8i-h2-plus-orangepi-r1.dts | 43 /* Orange Pi R1 is based on Orange Pi Zero design */ 47 model = "Xunlong Orange Pi R1";
|
| 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
|
| 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";
|
| H A D | bcm283x-rpi-led-deprecated.dtsi | 6 * Raspberry Pi boards. Please don't include this file
|
| H A D | sun8i-h3-bananapi-m2-plus-v1.2.dts | 11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
|
| /freebsd-14.2/contrib/tcsh/nls/french/ |
| H A D | set2 | 8 6 Piège Trace/BPT 10 8 Piège IOT 13 11 Piège EMT
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | raspberrypi,bcm2835-firmware.txt | 1 Raspberry Pi VideoCore firmware driver
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 901 unsigned Pi = 0; in removeDeadStuffFromFunction() local 904 for (unsigned E = FTy->getNumParams(); Pi != E; ++I, ++Pi) in removeDeadStuffFromFunction() 905 if (ArgAlive[Pi]) { in removeDeadStuffFromFunction() 908 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction() 925 for (auto *E = CB.arg_end(); I != E; ++I, ++Pi) { in removeDeadStuffFromFunction() 927 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-rock-pi-4a.dts | 11 model = "Radxa ROCK Pi 4A";
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5-bananapi-m2-plus.dts | 9 model = "Banana Pi BPI-M2-Plus H5";
|
| H A D | sun50i-h5-bananapi-m2-plus-v1.2.dts | 10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
|