Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dinit.c58 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
59 temp->n_value = temp->n_ptr;
60 memset (temp->n_ptr, 0, length+scale);
76 if ((*num)->n_ptr)
78 pefree ((*num)->n_ptr, persistent);
H A Drecmul.c66 temp->n_ptr = NULL;
286 pval->n_value = pval->n_ptr; in bc_multiply()
H A Dbcmath.h45 char *n_ptr; /* The pointer to the actual storage. member

Completed in 15 milliseconds