Home
last modified time | relevance | path

Searched refs:Numer (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dpoly_atan.c58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan() local
83 Numer.lsw = Denom.lsw = 0; in poly_atan()
84 XSIG_LL(Numer) = significand(st0_ptr); in poly_atan()
89 Numer.lsw = Denom.lsw = 0; in poly_atan()
90 XSIG_LL(Numer) = significand(st1_ptr); in poly_atan()
93 div_Xsig(&Numer, &Denom, &argSignif); in poly_atan()
113 Numer.lsw = Denom.lsw = argSignif.lsw; in poly_atan()
114 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif); in poly_atan()
117 shr_Xsig(&Numer, -1 - exponent); in poly_atan()
118 negate_Xsig(&Numer); in poly_atan()
[all …]
A Dpoly_l2.c187 Xsig accumulator, Numer, Denom, argSignif, arg_signif; in log2_kernel() local
190 Numer.lsw = Denom.lsw = 0; in log2_kernel()
191 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg); in log2_kernel()
195 div_Xsig(&Numer, &Denom, &argSignif); in log2_kernel()
200 div_Xsig(&Numer, &Denom, &argSignif); in log2_kernel()
204 argSignif.lsw = Numer.lsw; in log2_kernel()
205 argSignif.midw = Numer.midw; in log2_kernel()
206 argSignif.msw = Numer.msw; in log2_kernel()
/linux-6.3-rc2/tools/arch/x86/kcpuid/
A Dcpuid.csv217 0xA, 0, EAX, 15:8, pmu_gp_cnt_num, Numer of general-purose PMU counters per logical CPU
230 0xA, 0, ECX, 12:5, pmu_fixed_cnt_bits, Numer of PMU counters per logical CPU

Completed in 10 milliseconds