Searched refs:vprec (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c1012 int vprec = 0; /* Precision specified via '*'. */ local
1055 vprec = 1;
1227 if (vprec == 0) {
1251 if (vprec == 0) {
H A Dvfwprintf.c1082 int vprec = 0; /* Precision specified via '*'. */ local
1125 vprec = 1;
1295 if (vprec == 0) {
1319 if (vprec == 0) {
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2642 BigMath_s_exp(VALUE klass, VALUE x, VALUE vprec) argument
2652 prec = NUM2SSIZET(vprec);
2752 argv[1] = vprec;
2756 vprec = SSIZET2NUM(prec - VpExponent10(DATA_PTR(y)));
2757 return BigDecimal_round(1, &vprec, y);
2774 BigMath_s_log(VALUE klass, VALUE x, VALUE vprec) argument
2787 if (!is_integer(vprec)) {
2791 prec = NUM2SSIZET(vprec);
2914 log10 = BigMath_s_log(klass, INT2FIX(10), vprec);

Completed in 151 milliseconds