Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dinit.c54 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent);
60 temp = (bc_num) pemalloc (sizeof(bc_struct), persistent);
H A Dbcmath.h37 typedef struct bc_struct *bc_num;
39 typedef struct bc_struct struct
53 } bc_struct; argument
H A Drecmul.c66 temp = (bc_num) emalloc (sizeof(bc_struct));

Completed in 1333 milliseconds