Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/libbcmath/src/
H A Dinit.c54 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
55 temp->n_value = temp->n_ptr;
56 memset (temp->n_ptr, 0, length+scale);
72 if ((*num)->n_ptr)
74 pefree ((*num)->n_ptr, persistent);
H A Drecmul.c63 temp->n_ptr = NULL; in new_sub_num()
283 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 7 milliseconds