Searched refs:Real (Results 1 – 25 of 133) sorted by relevance
123456
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 148 : Operation(Op), Real(R), Imag(I) {} in ComplexDeinterleavingCompositeNode() 158 Value *Real; member 196 PrintValue(Real); in dump() 310 if (Node->Real) in submitCompositeNode() 311 CachedResult[{Node->Real, Node->Imag}] = Node; in submitCompositeNode() 326 NodePtr identifyPartialMul(Instruction *Real, Instruction *Imag); 342 NodePtr identifyAdd(Instruction *Real, Instruction *Imag); 343 NodePtr identifySymmetricOperation(Instruction *Real, Instruction *Imag); 393 NodePtr identifyDeinterleave(Instruction *Real, Instruction *Imag); 399 NodePtr identifySplat(Value *Real, Value *Imag); [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | pcf8563.txt | 1 * Philips PCF8563/Epson RTC8564 Real Time Clock 3 Philips PCF8563/Epson RTC8564 Real Time Clock
|
| H A D | xgene-rtc.txt | 1 * APM X-Gene Real Time Clock 3 RTC controller for the APM X-Gene Real Time Clock
|
| H A D | xlnx-rtc.txt | 1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock 3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
|
| H A D | maxim,mcp795.txt | 1 * Maxim MCP795 SPI Serial Real-Time Clock
|
| H A D | sirf,prima2-sysrtc.txt | 1 SiRFSoC Real Time Clock
|
| H A D | maxim,ds1742.txt | 1 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
|
| H A D | pcf85363.txt | 1 NXP PCF85263/PCF85363 Real Time Clock
|
| H A D | realtek,rtd119x.txt | 1 Realtek RTD129x Real-Time Clock
|
| H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller
|
| H A D | nxp,rtc-2123.txt | 1 NXP PCF2123 SPI Real Time Clock
|
| H A D | stericsson,coh901331.txt | 1 ST-Ericsson COH 901 331 Real Time Clock
|
| H A D | digicolor-rtc.txt | 1 Conexant Digicolor Real Time Clock controller
|
| H A D | orion-rtc.txt | 1 * Mvebu Real Time Clock
|
| H A D | nxp,pcf8523.txt | 1 * NXP PCF8523 Real Time Clock
|
| H A D | sprd,sc27xx-rtc.txt | 1 Spreadtrum SC27xx Real Time Clock
|
| H A D | imxdi-rtc.txt | 1 * i.MX25 Real Time Clock controller
|
| H A D | alphascale,asm9260-rtc.txt | 1 * Alphascale asm9260 SoC Real Time Clock
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.nxp | 10 device pcf8563 # NXP Real-time clock/calendar 12 device pcf85063 # NXP Real-time clock
|
| H A D | std.marvell | 23 # Real-time clock support 24 device mv_rtc # Marvell Real-time Clock
|
| H A D | std.allwinner | 32 # Real-time clock support 33 device aw_rtc # Allwinner Real-time Clock
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 262 APSInt Real, Imag; 263 ComplexAPSInt() : Real(1), Imag(1) {} 266 APFloat Real, Imag; 267 ComplexAPFloat() : Real(0.0), Imag(0.0) {} 521 return ((ComplexAPSInt *)(char *)&Data)->Real; 537 return ((ComplexAPFloat *)(char *)&Data)->Real; 675 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R); 682 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 561 // [Real, Real] -> [Real] 621 // [Real] -> [Real] 627 // [Real] -> [Real]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rtsm-dcscb.txt | 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
| /freebsd/sys/riscv/conf/ |
| H A D | std.allwinner | 11 device aw_rtc # Allwinner Real-time Clock
|
123456