/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrDFP.td | 9 // This file describes the PowerPC Decimal Floating Point (DFP) instructions. 13 // We provide no scheduling info for the DFP instructions. 60 // 5.6.4 DFP Quantum Adjustment Instructions 92 // 5.6.5 DFP Conversion Instructions 117 // 5.6.6 DFP Format Instructions 126 // 5.6.6 DFP none exception raising format instructions. 156 // 5.6.3 DFP Test Instructions
|
H A D | PPC.td | 497 // DFP p6, p6x, p7 decimal floating-point instructions
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_open.c | 854 dt_provmod_open(dt_provmod_t **provmod, dt_fdlist_t *dfp) in dt_provmod_open() argument 873 if (dfp->df_ents == dfp->df_size) { in dt_provmod_open() 874 uint_t size = dfp->df_size ? dfp->df_size * 2 : 16; in dt_provmod_open() 875 int *fds = realloc(dfp->df_fds, size * sizeof (int)); in dt_provmod_open() 880 dfp->df_fds = fds; in dt_provmod_open() 881 dfp->df_size = size; in dt_provmod_open() 902 dfp->df_fds[dfp->df_ents++] = fd; in dt_provmod_open() 960 if (dfp->df_ents == dfp->df_size) { in dt_provmod_open() 961 uint_t size = dfp->df_size ? dfp->df_size * 2 : 16; in dt_provmod_open() 962 int *fds = realloc(dfp->df_fds, size * sizeof (int)); in dt_provmod_open() [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 104 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 126 /* SOP Product Type (DFP) */ 132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 134 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 214 * DFP VDO (PD Revision 3.0+ only) 216 * <31:29> :: DFP VDO version
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82598.h | 42 * 1 DFP - Deficit Fixed Priority */ 68 * 1 DFP - Deficit Fixed Priority */
|
H A D | ixgbe_dcb_82599.h | 72 /* Receive Arbitration Control: 0 Round Robin, 1 DFP */
|
H A D | ixgbe_dcb_82598.c | 227 /* Enable DFP and Transmit Recycle Mode */ in ixgbe_dcb_config_tx_data_arbiter_82598()
|
H A D | ixgbe_type.h | 1950 /* Receive Arbitration Control: 0 Round Robin, 1 DFP */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 148 "dfp-zoned-conversion", "DFPZonedConversion", (all_of FeatureDFPZonedConversion), 149 "Assume that the DFP zoned-conversion facility is installed" 189 "dfp-packed-conversion", "DFPPackedConversion", (all_of FeatureDFPPackedConversion), 190 "Assume that the DFP packed-conversion facility is installed"
|
H A D | SystemZScheduleZEC12.td | 1009 // DFP: Move instructions 1017 // DFP: Conversion instructions 1061 // DFP: Unary arithmetic 1077 // DFP: Binary arithmetic 1113 // DFP: Comparisons
|
H A D | SystemZScheduleZ196.td | 971 // DFP: Move instructions 979 // DFP: Conversion instructions 1017 // DFP: Unary arithmetic 1033 // DFP: Binary arithmetic 1069 // DFP: Comparisons
|
H A D | SystemZScheduleZ14.td | 1061 // DFP: Move instructions 1069 // DFP: Conversion instructions 1116 // DFP: Unary arithmetic 1132 // DFP: Binary arithmetic 1168 // DFP: Comparisons
|
H A D | SystemZScheduleZ13.td | 1043 // DFP: Move instructions 1051 // DFP: Conversion instructions 1098 // DFP: Unary arithmetic 1114 // DFP: Binary arithmetic 1150 // DFP: Comparisons
|
H A D | SystemZScheduleZ15.td | 1079 // DFP: Move instructions 1087 // DFP: Conversion instructions 1138 // DFP: Unary arithmetic 1154 // DFP: Binary arithmetic 1190 // DFP: Comparisons
|
H A D | SystemZScheduleZ16.td | 1085 // DFP: Move instructions 1093 // DFP: Conversion instructions 1144 // DFP: Unary arithmetic 1160 // DFP: Binary arithmetic 1196 // DFP: Comparisons
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ti,hd3ss3220.yaml | 15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 125 PPC_LNX_FEATURE("dfp","CPU has a decimal floating point unit",PPCF_DFP,0x00000400,PPC_FAWORD_HWCAP) 204 PPC_AIX_FEATURE("dfp","CPU has a decimal floating point unit",USE_SYS_CONF,AIX_SYSCON_DFP_IDX,0,ICm…
|
/freebsd/sys/powerpc/include/ |
H A D | cpu.h | 100 "\020BOOKE\017SMT\016ISNOOP\015ARCH205\013DFP\011ARCH206\010VSX"\
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
H A D | extended.json | 269 "BriefDescription": "BCD DFP Execution Slots",
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 425 while ((c = getopt(argc, argv, "C:c:D:dfP:rR:s:t:v")) != -1) { in main()
|
/freebsd/sys/dev/videomode/ |
H A D | edid.c | 165 printf(" (DFP 1.x compatible)"); in edid_print()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-npf.c | 805 unsigned dfp = pw->adapter->DagFastProcess; in pcap_read_win32_dag() local 930 if(!dfp) in pcap_read_win32_dag()
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 552 register SM_FILE_T *dfp = NULL; local 565 if (dfd < 0 || (dfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 579 mcibuf.mci_out = dfp; 590 "queueup: fsync(dfp)"); 592 if (fsync(sm_io_getinfo(dfp, SM_IO_WHAT_FD, NULL)) < 0) 603 if (sm_io_close(dfp, SM_TIME_DEFAULT) < 0)
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 278 int dfp = frp - frame; /* old index */ in call() local 282 frp = frame + dfp; in call()
|
/freebsd/contrib/arm-optimized-routines/math/test/traces/ |
H A D | sincosf.txt | 2094 -0x1.241dfp-5 2096 -0x1.241dfp-5 11320 -0x1.609dfp+3 11433 -0x1.609dfp+3 24061 0x1.772dfp-6 24064 0x1.772dfp-6 24199 0x1.772dfp-6
|