Home
last modified time | relevance | path

Searched refs:Real (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp151 Value *Real; member
185 PrintValue(Real); in dump()
869 if (Real->isBinaryOp()) { in identifySymmetricOperation()
888 if (Real->isBinaryOp()) in identifySymmetricOperation()
911 if (!Real || !Imag) in identifyNode()
1096 FinalNode->Real = Real; in identifyReassocNodes()
1648 if (!Real || !Imag) in identifyRoot()
1663 Instruction *Real; in identifyRoot() local
1817 if ((!Real && Imag) || (Real && !Imag)) in identifySplat()
1820 if (Real && Imag) { in identifySplat()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
29 # Dallas DS1672 Real-time Clock
48 # Intersil ISL12022 Real-time Clock
50 # Loongson-2K Socs/LS7A bridge Real-time Clock
52 # Real Time Clock Module with I2C-Bus
54 # Real Time Clock
56 # Real-time Clock Module
H A Dpcf8563.txt1 * Philips PCF8563/Epson RTC8564 Real Time Clock
3 Philips PCF8563/Epson RTC8564 Real Time Clock
H A Dxgene-rtc.txt1 * APM X-Gene Real Time Clock
3 RTC controller for the APM X-Gene Real Time Clock
H A Dxlnx-rtc.txt1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock
3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
H A Dxlnx,zynqmp-rtc.yaml7 title: Xilinx Zynq Ultrascale+ MPSoC Real Time Clock
10 RTC controller for the Xilinx Zynq MPSoC Real Time Clock.
H A Drtc.yaml7 title: Real Time Clock Common Properties
14 describe Real Time Clock devices in a device tree.
H A Dmaxim,mcp795.txt1 * Maxim MCP795 SPI Serial Real-Time Clock
H A Dsirf,prima2-sysrtc.txt1 SiRFSoC Real Time Clock
H A Dmaxim,ds1742.txt1 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
H A Drealtek,rtd119x.txt1 Realtek RTD129x Real-Time Clock
H A Dpcf85363.txt1 NXP PCF85263/PCF85363 Real Time Clock
H A Dnxp,rtc-2123.txt1 NXP PCF2123 SPI Real Time Clock
H A Dlpc32xx-rtc.txt1 * NXP LPC32xx SoC Real Time Clock controller
H A Dstericsson,coh901331.txt1 ST-Ericsson COH 901 331 Real Time Clock
H A Ddigicolor-rtc.txt1 Conexant Digicolor Real Time Clock controller
H A Dorion-rtc.txt1 * Mvebu Real Time Clock
H A Dnxp,pcf8523.txt1 * NXP PCF8523 Real Time Clock
H A Dsprd,sc27xx-rtc.txt1 Spreadtrum SC27xx Real Time Clock
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Datmel-sysregs.txt69 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
72 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
73 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
76 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
102 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up.
105 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
/freebsd-14.2/sys/arm64/conf/
H A Dstd.nxp10 device pcf8563 # NXP Real-time clock/calendar
12 device pcf85063 # NXP Real-time clock
H A Dstd.marvell23 # Real-time clock support
24 device mv_rtc # Marvell Real-time Clock
H A Dstd.allwinner31 # Real-time clock support
32 device aw_rtc # Allwinner Real-time Clock
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td515 // [Real, Real] -> [Real]
544 // [Real] -> [Real]
562 // [Real] -> [Real]
568 // [Real] -> [Real]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h261 APSInt Real, Imag;
262 ComplexAPSInt() : Real(1), Imag(1) {}
265 APFloat Real, Imag;
266 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
455 return ((ComplexAPSInt *)(char *)&Data)->Real;
471 return ((ComplexAPFloat *)(char *)&Data)->Real;
609 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R);
616 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);

1234567