Home
last modified time | relevance | path

Searched refs:Pi (Results 1 – 25 of 144) sorted by relevance

123456

/src/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan2_2u5.c15 #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 Datan2f_3u.c15 #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 Dacos_2u.c17 #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 Draspberrypi,firmware-gpio.txt1 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 DDDG.cpp229 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 DMemorySSAUpdater.cpp855 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 Dpc9858 # 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 Duf290 >>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 Dsinpi_3u5.c29 #define Pi 0x1.921fb54442d18p+1 macro
57 return Pi * x; in arm_math_sinpi()
/src/sys/contrib/device-tree/Bindings/net/
H A Dmicrochip,lan78xx.txt4 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 Dsun8i-h3-orangepi-plus2e.dts44 * The Orange Pi Plus 2E is an extended version of the Orange Pi PC Plus,
51 model = "Xunlong Orange Pi Plus 2E";
H A Dsun8i-h2-plus-orangepi-r1.dts43 /* Orange Pi R1 is based on Orange Pi Zero design */
49 model = "Xunlong Orange Pi R1";
H A Dsun8i-h3-orangepi-plus.dts43 /* 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 Dset28 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 Dbcm2835-rpi-b.dts12 model = "Raspberry Pi Model B";
22 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-a.dts11 model = "Raspberry Pi Model A";
21 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b-rev2.dts12 model = "Raspberry Pi Model B rev2";
22 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b-plus.dts12 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 Drk3566-bigtreetech-pi2.dts8 model = "BigTreeTech Pi 2";
H A Drk3588s-orangepi-5b.dts8 model = "Xunlong Orange Pi 5B";
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp899 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 Dsun50i-h616-orangepi-zero.dtsi5 * DT nodes common between Orange Pi Zero 2 and Orange Pi Zero 3.
/src/sys/contrib/device-tree/Bindings/arm/bcm/
H A Draspberrypi,bcm2835-firmware.txt1 Raspberry Pi VideoCore firmware driver
/src/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7988a-bananapi-bpi-r4-2g5.dts9 model = "Banana Pi BPI-R4 (1x SFP+, 1x 2.5GbE)";
H A Dmt7988a-bananapi-bpi-r4.dts9 model = "Banana Pi BPI-R4 (2x SFP+)";

123456