Home
last modified time | relevance | path

Searched refs:sdiv_qrnnd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/mpi/
H A Dlonglong.h65 * 4) sdiv_qrnnd(quotient, remainder, high_numerator, low_numerator,
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
827 #define sdiv_qrnnd(q, r, nh, nl, d) \ macro
1177 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
1342 /* If the processor has no udiv_qrnnd but sdiv_qrnnd, go through
1344 #if !defined(udiv_qrnnd) && defined(sdiv_qrnnd)
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dlonglong.h65 * 4) sdiv_qrnnd(quotient, remainder, high_numerator, low_numerator,
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
827 #define sdiv_qrnnd(q, r, nh, nl, d) \ macro
1177 #define sdiv_qrnnd(q, r, n1, n0, d) \ macro
1342 /* If the processor has no udiv_qrnnd but sdiv_qrnnd, go through
1344 #if !defined(udiv_qrnnd) && defined(sdiv_qrnnd)

Completed in 4 milliseconds