Searched refs:ufvalue (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dsnprintf.c583 LDOUBLE ufvalue; local
614 ufvalue = abs_val (fvalue);
630 intpart = (long)ufvalue;
642 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
676 result = fcvtl(ufvalue, max, &dec_pt, &sig);
678 result = fcvt(ufvalue, max, &dec_pt, &sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dsnprintf.c583 LDOUBLE ufvalue; local
614 ufvalue = abs_val (fvalue);
630 intpart = (long)ufvalue;
642 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
676 result = fcvtl(ufvalue, max, &dec_pt, &sig);
678 result = fcvt(ufvalue, max, &dec_pt, &sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dsnprintf.c583 LDOUBLE ufvalue; local
614 ufvalue = abs_val (fvalue);
630 intpart = (long)ufvalue;
642 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
676 result = fcvtl(ufvalue, max, &dec_pt, &sig);
678 result = fcvt(ufvalue, max, &dec_pt, &sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bio/
H A Db_print.c612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
H A Db_print.c588 LDOUBLE ufvalue; local
601 ufvalue = abs_val(fvalue);
609 intpart = (long)ufvalue;
623 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
H A Db_print.c612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
H A Db_print.c588 LDOUBLE ufvalue; local
601 ufvalue = abs_val(fvalue);
609 intpart = (long)ufvalue;
623 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
H A Db_print.c612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
H A Db_print.c588 LDOUBLE ufvalue; local
601 ufvalue = abs_val(fvalue);
609 intpart = (long)ufvalue;
623 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c954 double ufvalue; local
974 ufvalue = abs_val (fvalue);
992 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1006 temp = ufvalue;
1009 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c955 double ufvalue; local
975 ufvalue = abs_val (fvalue);
993 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1007 temp = ufvalue;
1010 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c954 double ufvalue; local
974 ufvalue = abs_val (fvalue);
992 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1006 temp = ufvalue;
1009 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c955 double ufvalue; local
975 ufvalue = abs_val (fvalue);
993 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1007 temp = ufvalue;
1010 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c954 double ufvalue; local
974 ufvalue = abs_val (fvalue);
992 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1006 temp = ufvalue;
1009 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c955 double ufvalue; local
975 ufvalue = abs_val (fvalue);
993 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
1007 temp = ufvalue;
1010 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));

Completed in 288 milliseconds