Home
last modified time | relevance | path

Searched refs:n0 (Results 1 – 16 of 16) sorted by relevance

/linux/arch/alpha/lib/
H A Dudiv-qrnnd.S45 #define n0 $18 macro
53 $loop1: cmplt n0,0,tmp
56 addq n0,n0,n0
60 bis n0,qb,n0
61 cmplt n0,0,tmp
64 addq n0,n0,n0
68 bis n0,qb,n0
69 cmplt n0,0,tmp
72 addq n0,n0,n0
76 bis n0,qb,n0
[all …]
/linux/arch/powerpc/math-emu/
H A Dudivmodti4.c11 _FP_W_TYPE n1, _FP_W_TYPE n0, in _fp_udivmodti4() argument
24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
42 r0 = n0; in _fp_udivmodti4()
59 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm)); in _fp_udivmodti4()
60 n0 = n0 << bm; in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
99 n1 = (n1 << bm) | (n0 >> b); in _fp_udivmodti4()
100 n0 = n0 << bm; in _fp_udivmodti4()
107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
[all …]
/linux/lib/crypto/mpi/
H A Dmpih-div.c33 mpi_limb_t n1, n0, r; in mpihelp_mod_1() local
80 n0 = dividend_ptr[i]; in mpihelp_mod_1()
83 | (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))), in mpihelp_mod_1()
85 n1 = n0; in mpihelp_mod_1()
115 n0 = dividend_ptr[i]; in mpihelp_mod_1()
117 n0, divisor_limb, divisor_limb_inverted); in mpihelp_mod_1()
139 n0 = dividend_ptr[i]; in mpihelp_mod_1()
142 | (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))), in mpihelp_mod_1()
144 n1 = n0; in mpihelp_mod_1()
164 n0 = dividend_ptr[i]; in mpihelp_mod_1()
[all …]
H A Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
149 "r" ((USItype)(n0)), \
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
164 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
339 #define udiv_qrnnd(q, r, n1, n0, d) \
341 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
384 __xx.__i.__h = n1; __xx.__i.__l = n0; \
421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
425 : "0" ((USItype)(n0)), \
[all …]
/linux/lib/math/
H A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
54 n0 = d1 = 0; in rational_best_approximation()
74 n2 = n0 + a * n1; in rational_best_approximation()
88 t = min(t, (max_numerator - n0) / n1); in rational_best_approximation()
95 n1 = n0 + t * n1; in rational_best_approximation()
100 n0 = n1; in rational_best_approximation()
/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h76 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
85 __r1 = (__r1 << 32) | (n0 >> 32); \
98 __r0 = (__r0 << 32) | ((USItype)n0); \
H A Dsfp-util_32.h77 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
106 "0" ((USItype)(n0)) : "%g1", "cc")
/linux/arch/sh/math-emu/
H A Dsfp-util.h32 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
42 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
55 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux/arch/alpha/math-emu/
H A Dsfp-util.h21 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
23 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h280 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
290 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh410 local n0=$(bridge_${context}_ngroups_get "$locus")
415 ((n1 == n0 + 5))
416 check_err $? "Number of groups was $n0, now is $n1, but $((n0 + 5)) expected"
422 ((n2 == n0))
423 check_err $? "Number of groups was $n0, now is $n2, but should be back to $n0"
/linux/arch/x86/events/
H A Dcore.c1006 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
1017 n0 = cpuc->n_events; in x86_schedule_events()
1019 n0 -= cpuc->n_txn; in x86_schedule_events()
1030 WARN_ON_ONCE((c && i >= n0) || (!c && i < n0)); in x86_schedule_events()
1122 for (i = n0; i < n; i++) { in x86_schedule_events()
1475 int n, n0, ret; in x86_pmu_add() local
1479 n0 = cpuc->n_events; in x86_pmu_add()
1514 cpuc->n_added += n - n0; in x86_pmu_add()
1515 cpuc->n_txn += n - n0; in x86_pmu_add()
/linux/Documentation/block/
H A Dioprio.rst51 # ionice -c2 -n0 /bin/ls
/linux/include/math-emu/
H A Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
344 umul_ppmm(p1,p0,m,n0); \
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh977 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
984 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c1495 const int n0 = count[coef_count_cxt_start]; in adapt_coef_probs_cxt() local
1502 { n0, n1 + n2 }, in adapt_coef_probs_cxt()