Searched refs:computed (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200ew3.c38 unsigned int computed; local
53 computed = (pllreffreq * testn) / (testm * testp * testp2);
54 if (computed > clock)
55 tmpdelta = computed - clock;
57 tmpdelta = clock - computed;
H A Dmgag200_g200eh3.c31 unsigned int computed; local
43 computed = (pllreffreq * testn) / testm;
44 if (computed > clock)
45 tmpdelta = computed - clock;
47 tmpdelta = clock - computed;
H A Dmgag200_g200se.c128 unsigned int computed; local
142 computed = (pllreffreq * testn) / (testm * testp);
143 if (computed > clock)
144 tmpdelta = computed - clock;
146 tmpdelta = clock - computed;
212 unsigned int computed; local
236 computed = (pllreffreq * testn) / (testm * testp);
237 if (computed > clock)
238 tmpdelta = computed - clock;
240 tmpdelta = clock - computed;
[all...]
H A Dmgag200_g200wb.c54 unsigned int computed; local
67 computed = (pllreffreq * testn) / (testm * testp);
68 if (computed > clock)
69 tmpdelta = computed - clock;
71 tmpdelta = clock - computed;
H A Dmgag200_g200eh.c56 unsigned int computed; local
69 computed = (pllreffreq * testn) / (testm * testp);
70 if (computed > clock)
71 tmpdelta = computed - clock;
73 tmpdelta = clock - computed;
H A Dmgag200_g200er.c74 unsigned int computed, vco; local
95 computed = vco / (m_div_val[testm] * (testo + 1));
96 if (computed > clock)
97 tmpdelta = computed - clock;
99 tmpdelta = clock - computed;
H A Dmgag200_g200ev.c62 unsigned int computed; local
75 computed = (pllreffreq * testn) /
77 if (computed > clock)
78 tmpdelta = computed - clock;
80 tmpdelta = clock - computed;
H A Dmgag200_g200.c81 long computed; local
106 computed = ref_clk * (testn + 1) / (testm + 1);
107 if (computed < f_vco)
108 tmp_delta = f_vco - computed;
110 tmp_delta = computed - f_vco;
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c201 unsigned int computed; local
216 computed = refclk / div_ref * loopc / div_out;
218 if (clock >= computed)
219 diff = clock - computed;
221 diff = computed - clock;
/linux-master/tools/perf/
H A Dbuiltin-diff.c285 pair->diff.computed = true;
294 pair->diff.computed = true;
304 pair->diff.computed = true;
637 pair->diff.computed = true;
846 * The delta can be computed without the baseline, but
1421 if (pair->diff.computed)
1432 if (pair->diff.computed)
1443 if (pair->diff.computed)
1597 if (pair->diff.computed)
1612 if (pair->diff.computed)
[all...]
/linux-master/tools/perf/util/
H A Dsort.h63 bool computed; member in struct:hist_entry_diff
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S49 | If LEN is computed to be greater than 17, set OPERR in
282 | If LEN is computed to be greater than 17, set OPERR in
657 | 10^LEN-1 is computed for this test and A14. If the input was
692 | 10^LEN is again computed using whatever table is in a1 since the
H A Dssin.S68 | sin(r) and cos(r) are computed as odd and even polynomials
73 | sin(r) and cos(r) are computed as odd and even polynomials
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S145 mov %o2, %o0 ! return computed csum
356 mov %g7, %o0 ! give em the computed checksum
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c652 u32 read, computed; local
655 computed = o2hb_compute_block_crc_le(reg, hb_block);
657 return read == computed;
1003 * computed from this value, and a discrepancy might
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S160 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
H A Dsha512-ssse3-asm.S155 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S4962 # sin(r) and cos(r) are computed as odd and even #
4967 # sin(r) and cos(r) are computed as odd and even #
6981 # computed as #
H A Dfpsp.S5068 # sin(r) and cos(r) are computed as odd and even #
5073 # sin(r) and cos(r) are computed as odd and even #
7087 # computed as #
23502 # If LEN is computed to be greater than 17, set OPERR in #
23729 # If LEN is computed to be greater than 17, set OPERR in
24144 # 10^LEN-1 is computed for this test and A14. If the input was
24179 # 10^LEN is again computed using whatever table is in a1 since the

Completed in 339 milliseconds