Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h39 typedef struct bc_struct *bc_num;
41 typedef struct bc_struct { struct
52 } bc_struct; argument
H A Dinit.c42 bc_num temp = (bc_num) safe_pemalloc(1, sizeof(bc_struct) + length, scale, persistent); in _bc_new_num_ex()
H A Drecmul.c53 bc_num temp = (bc_num) emalloc(sizeof(bc_struct)); in new_sub_num()

Completed in 5 milliseconds