/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 34 #define dml_get_attr_decl(attr) double get_##attr(struct display_mode_lib *mode_lib, const display_… 62 #define dml_get_pipe_attr_decl(attr) double get_##attr(struct display_mode_lib *mode_lib, const dis… 112 double get_total_immediate_flip_bytes( 116 double get_total_immediate_flip_bw( 120 double get_total_prefetch_bw( 148 double WritebackDISPCLK; 149 double DPPCLKUsingSingleDPPLuma; 150 double DPPCLKUsingSingleDPPChroma; 151 double DISPCLKWithRamping; 152 double DISPCLKWithoutRamping; [all …]
|
D | dml_inline_defs.h | 32 static inline double dml_min(double a, double b) in dml_min() 34 return (double) dcn_bw_min2(a, b); in dml_min() 37 static inline double dml_min3(double a, double b, double c) in dml_min3() 42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4() 47 static inline double dml_max(double a, double b) in dml_max() 49 return (double) dcn_bw_max2(a, b); in dml_max() 52 static inline double dml_max3(double a, double b, double c) in dml_max3() 57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4() 62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5() 67 static inline double dml_ceil(double a, double granularity) in dml_ceil() [all …]
|
D | display_mode_structs.h | 59 double dscclk_mhz; 60 double dcfclk_mhz; 61 double socclk_mhz; 62 double phyclk_d18_mhz; 63 double dram_speed_mts; 64 double fabricclk_mhz; 65 double dispclk_mhz; 66 double dram_bw_per_chan_gbps; 67 double phyclk_mhz; 68 double dppclk_mhz; [all …]
|
D | dml1_display_rq_dlg_calc.c | 97 static double get_refcyc_per_delivery( in get_refcyc_per_delivery() 99 double refclk_freq_in_mhz, in get_refcyc_per_delivery() 100 double pclk_freq_in_mhz, in get_refcyc_per_delivery() 102 double vratio, in get_refcyc_per_delivery() 103 double hscale_pixel_rate, in get_refcyc_per_delivery() 107 double refcyc_per_delivery = 0.0; in get_refcyc_per_delivery() 110 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery() 111 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery() 113 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) delivery_width in get_refcyc_per_delivery() 114 / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery() [all …]
|
/Linux-v5.15/arch/powerpc/kvm/ |
D | fpu.S | 23 * R3 = (double*)&fpscr 43 * R3 = (double*)&fpscr 65 * R3 = (double*)&fpscr 100 /* Instructions operating on double parameters */ 103 * Beginning of double instruction processing 105 * R3 = (double*)&fpscr 107 * R5 = (double*)&result 108 * R6 = (double*)¶m1 109 * R7 = (double*)¶m2 [load_two] 110 * R8 = (double*)¶m3 [load_three] [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 45 double DPPCLK; 46 double DISPCLK; 47 double PixelClock; 48 double DCFCLKDeepSleep; 74 double BPP, 85 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelMixedWithVMData, 86 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyVMDataOnly, 89 double DPPCLKDelaySubtotalPlusCNVCFormater, 90 double DPPCLKDelaySCL, 91 double DPPCLKDelaySCLLBOnly, [all …]
|
D | display_rq_dlg_calc_30.c | 43 static double get_refcyc_per_delivery(struct display_mode_lib *mode_lib, in get_refcyc_per_delivery() 44 double refclk_freq_in_mhz, in get_refcyc_per_delivery() 45 double pclk_freq_in_mhz, in get_refcyc_per_delivery() 49 double vratio, in get_refcyc_per_delivery() 50 double hscale_pixel_rate, in get_refcyc_per_delivery() 54 double refcyc_per_delivery = 0.0; in get_refcyc_per_delivery() 58 refcyc_per_delivery = (double)refclk_freq_in_mhz * (double)((unsigned int)odm_combine*2) in get_refcyc_per_delivery() 59 * dml_min((double)recout_width, (double)hactive / ((unsigned int)odm_combine*2)) in get_refcyc_per_delivery() 60 / pclk_freq_in_mhz / (double)req_per_swath_ub; in get_refcyc_per_delivery() 62 refcyc_per_delivery = (double)refclk_freq_in_mhz * (double)recout_width in get_refcyc_per_delivery() [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 61 double DPPCLK; 62 double DISPCLK; 63 double PixelClock; 64 double DCFCLKDeepSleep; 92 double *BytePerPixelDETY, 93 double *BytePerPixelDETC, 102 double BPP, 110 double HostVMInefficiencyFactor, 113 double DPPCLKDelaySubtotalPlusCNVCFormater, 114 double DPPCLKDelaySCL, [all …]
|
D | display_rq_dlg_calc_31.c | 36 double *BytePerPixelDETY, in CalculateBytePerPixelAnd256BBlockSizes() 37 double *BytePerPixelDETC, in CalculateBytePerPixelAnd256BBlockSizes() 129 static double get_refcyc_per_delivery( in get_refcyc_per_delivery() 131 double refclk_freq_in_mhz, in get_refcyc_per_delivery() 132 double pclk_freq_in_mhz, in get_refcyc_per_delivery() 136 double vratio, in get_refcyc_per_delivery() 137 double hscale_pixel_rate, in get_refcyc_per_delivery() 141 double refcyc_per_delivery = 0.0; in get_refcyc_per_delivery() 145 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) ((unsigned int) odm_combine * 2) in get_refcyc_per_delivery() 146 …* dml_min((double) recout_width, (double) hactive / ((unsigned int) odm_combine * 2)) / pclk_freq_… in get_refcyc_per_delivery() [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 43 double *refcyc_per_req_delivery_pre_cur, 44 double *refcyc_per_req_delivery_cur, 45 double refclk_freq_in_mhz, 46 double ref_freq_to_pix_freq, 47 double hscale_pixel_rate_l, 48 double hscl_ratio, 49 double vratio_pre_l, 50 double vratio_l, 93 static double get_refcyc_per_delivery( in get_refcyc_per_delivery() 95 double refclk_freq_in_mhz, in get_refcyc_per_delivery() [all …]
|
D | display_mode_vba_21.c | 42 double DPPCLK; 43 double DISPCLK; 44 double PixelClock; 45 double DCFCLKDeepSleep; 75 double bpp, 83 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelMixedWithVMData, 84 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyVMDataOnly, 87 double DPPCLKDelaySubtotal, 88 double DPPCLKDelaySCL, 89 double DPPCLKDelaySCLLBOnly, [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 66 double *refcyc_per_req_delivery_pre_cur, 67 double *refcyc_per_req_delivery_cur, 68 double refclk_freq_in_mhz, 69 double ref_freq_to_pix_freq, 70 double hscale_pixel_rate_l, 71 double hscl_ratio, 72 double vratio_pre_l, 73 double vratio_l, 118 static double get_refcyc_per_delivery(struct display_mode_lib *mode_lib, in get_refcyc_per_delivery() 119 double refclk_freq_in_mhz, in get_refcyc_per_delivery() [all …]
|
D | display_rq_dlg_calc_20v2.c | 66 double *refcyc_per_req_delivery_pre_cur, 67 double *refcyc_per_req_delivery_cur, 68 double refclk_freq_in_mhz, 69 double ref_freq_to_pix_freq, 70 double hscale_pixel_rate_l, 71 double hscl_ratio, 72 double vratio_pre_l, 73 double vratio_l, 118 static double get_refcyc_per_delivery(struct display_mode_lib *mode_lib, in get_refcyc_per_delivery() 119 double refclk_freq_in_mhz, in get_refcyc_per_delivery() [all …]
|
D | display_mode_vba_20v2.c | 44 static double adjust_ReturnBW( 46 double ReturnBW, 48 double ReturnBandwidthToDCN); 51 double bpp, 58 double ReturnBW, 59 double ReadBandwidthPlaneLuma, 60 double ReadBandwidthPlaneChroma, 61 double TotalDataReadBandwidth, 62 double DisplayPipeLineDeliveryTimeLuma, 63 double DisplayPipeLineDeliveryTimeChroma, [all …]
|
D | display_mode_vba_20.c | 43 static double adjust_ReturnBW( 45 double ReturnBW, 47 double ReturnBandwidthToDCN); 50 double bpp, 58 double DPPCLK, 59 double DISPCLK, 60 double PixelClock, 61 double DCFCLKDeepSleep, 66 double DPPCLKDelaySubtotal, 67 double DPPCLKDelaySCL, [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | stat-shadow.c | 337 static const char *get_ratio_color(enum grc_type type, double ratio) in get_ratio_color() 339 static const double grc_table[GRC_MAX_NR][3] = { in get_ratio_color() 459 static double runtime_stat_avg(struct runtime_stat *st, in runtime_stat_avg() 472 static double runtime_stat_n(struct runtime_stat *st, in runtime_stat_n() 486 int cpu, double avg, in print_stalled_cycles_frontend() 491 double total, ratio = 0.0; in print_stalled_cycles_frontend() 509 int cpu, double avg, in print_stalled_cycles_backend() 514 double total, ratio = 0.0; in print_stalled_cycles_backend() 528 int cpu, double avg, in print_branch_misses() 533 double total, ratio = 0.0; in print_branch_misses() [all …]
|
D | branch.c | 79 100.0 * (double)st->cond_fwd / (double)total); in branch_type_stat_display() 85 100.0 * (double)st->cond_bwd / (double)total); in branch_type_stat_display() 91 100.0 * (double)st->cross_4k / (double)total); in branch_type_stat_display() 97 100.0 * (double)st->cross_2m / (double)total); in branch_type_stat_display() 105 (double)st->counts[i] / (double)total); in branch_type_stat_display()
|
D | stat.h | 17 double n, mean, M2; 168 double avg_stats(struct stats *stats); 169 double stddev_stats(struct stats *stats); 170 double rel_stddev_stats(double stddev, double avg); 187 double uval; 203 const char *fmt, double val); 222 double avg, int cpu, 257 double test_generic_metric(struct metric_expr *mexp, int cpu, struct runtime_stat *st);
|
/Linux-v5.15/tools/testing/selftests/timers/ |
D | freq-step.c | 33 double offset; 34 double time; 40 static double precision; 41 static double mono_freq_offset; 43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() 48 static double get_sample(struct sample *sample) in get_sample() 50 double delay, mindelay = 0.0; in get_sample() 94 static void set_frequency(double freq) in set_frequency() 111 static void regress(struct sample *samples, int n, double *intercept, in regress() 112 double *slope, double *r_stddev, double *r_max) in regress() [all …]
|
/Linux-v5.15/arch/arm/nwfpe/ |
D | fpopcode.c | 31 0x0000000000000000ULL, /* double 0.0 */ 32 0x3ff0000000000000ULL, /* double 1.0 */ 33 0x4000000000000000ULL, /* double 2.0 */ 34 0x4008000000000000ULL, /* double 3.0 */ 35 0x4010000000000000ULL, /* double 4.0 */ 36 0x4014000000000000ULL, /* double 5.0 */ 37 0x3fe0000000000000ULL, /* double 0.5 */ 38 0x4024000000000000ULL /* double 10.0 */
|
/Linux-v5.15/tools/thermal/tmon/ |
D | tmon.h | 31 extern double time_elapsed; 44 double pid_out_pct; 123 double kp; /* Controller gain from Dialog Box */ 124 double ki; /* Time-constant for I action from Dialog Box */ 125 double kd; /* Time-constant for D action from Dialog Box */ 126 double ts; 127 double k_lpf; 129 double t_target; 130 double y_k; 134 extern void controller_handler(const double xk, double *yk);
|
/Linux-v5.15/Documentation/arm/nwfpe/ |
D | notes.rst | 4 There seems to be a problem with exp(double) and our emulator. I haven't 14 I was looking at some code, that calculated a double result, stored it in f4 18 This is a side effect of the stfe instruction. The double in f4 had to be 22 emulator sees a multiply of a double and extended, it promotes the double to 27 double x, y, z; 30 The result of log(x) (a double) will be calculated, returned in f0, then
|
/Linux-v5.15/tools/perf/bench/ |
D | mem-functions.c | 94 static double timeval2double(struct timeval *ts) in timeval2double() 96 return (double)ts->tv_sec + (double)ts->tv_usec / (double)USEC_PER_SEC; in timeval2double() 113 double (*do_gettimeofday)(const struct function *r, size_t size, void *src, void *dst); 118 static void __bench_mem_function(struct bench_mem_info *info, int r_idx, size_t size, double size_t… in __bench_mem_function() 121 double result_bps = 0.0; in __bench_mem_function() 148 printf(" %14lf cycles/byte\n", (double)result_cycles/size_total); in __bench_mem_function() 156 printf("%lf\n", (double)result_cycles/size_total); in __bench_mem_function() 180 double size_total; in bench_mem_common() 193 size_total = (double)size * nr_loops; in bench_mem_common() 254 static double do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_gettimeofday() [all …]
|
/Linux-v5.15/drivers/accessibility/speakup/ |
D | speakupmap.map | 26 double key_kp8 = say_line_indent 35 double key_kp5 = spell_word 45 double key_kp2 = say_phonetic_char 64 double spk key_i = say_line_indent 70 double spk key_k = spell_word 74 double spk key_comma = say_phonetic_char
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelake/ |
D | floating-point.json | 3 …double precision floating-point instructions retired; some instructions will count twice as noted … 24 …double precision floating-point instructions retired; some instructions will count twice as noted … 34 …double precision floating-point instructions retired; some instructions will count twice as noted … 44 …double precision floating-point instructions retired; some instructions will count twice as noted … 74 …double precision floating-point instructions retired; some instructions will count twice as noted …
|