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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h281 int VpVarCheck(Real * v);
H A Dbigdecimal.c6079 VpVarCheck(Real * v) function
6092 printf("ERROR(VpVarCheck): Illegal Max. Precision(=%"PRIuSIZE")\n",
6097 printf("ERROR(VpVarCheck): Illegal Precision(=%"PRIuSIZE")\n", v->Prec);
6103 printf("ERROR(VpVarCheck): Illegal fraction\n");

Completed in 177 milliseconds