Home
last modified time | relevance | path

Searched defs:n1len (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Drecmul.c55 static inline void bc_fast_mul(bc_num n1, size_t n1len, bc_num n2, size_t n2len, bc_num *prod) in bc_fast_mul()
79 static inline void bc_fast_square(bc_num n1, size_t n1len, bc_num *prod) in bc_fast_square()
141 static void bc_standard_mul(bc_num n1, size_t n1len, bc_num n2, size_t n2len, bc_num *prod) in bc_standard_mul()
195 static void bc_standard_square(bc_num n1, size_t n1len, bc_num *prod) in bc_standard_square()

Completed in 5 milliseconds