Searched refs:szVal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3786 * mx ... allocation unit, if zero then mx is determined by szVal.
3788 * szVal ... value assigned(char). If szVal==NULL,then zero is assumed.
3789 * If szVal[0]=='#' then Max. Prec. will not be considered(1.1.7),
3790 * full precision specified by szVal is allocated.
3797 VpAlloc(size_t mx, const char *szVal) argument
3807 if (szVal) {
3808 while (ISSPACE(*szVal)) szVal++;
3809 if (*szVal !
[all...]
H A Dbigdecimal.h205 VP_EXPORT Real *VpAlloc(size_t mx, const char *szVal);

Completed in 149 milliseconds