Searched refs:decimal_point (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Diftoa.c29 char *if_to_a(int i, int decimal_point) argument
36 /* assert(decimal_point <= INT_DIGITS); */
41 if (++point == decimal_point)
43 } while (i != 0 || point < decimal_point);
49 if (++point == decimal_point)
51 } while (i != 0 || point < decimal_point);
54 if (decimal_point > 0) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-locale.c45 char *decimal_point; variable
53 l.decimal_point = decimal_point;
65 return decimal_point;
69 return decimal_point;
109 decimal_point = point[i];
116 sprintf (str+strlen(str), data[j].str, decimal_point);
126 printf (" point %s\n", decimal_point);
133 printf (" point %s\n", decimal_point);
145 printf (" point %s\n", decimal_point);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D38368.cc36 VERIFY( mpunt.decimal_point() == '.' );
41 VERIFY( mpunf.decimal_point() == '.' );
45 VERIFY( npun.decimal_point() == '.' );
H A D7.cc64 char dp1 = nump_c.decimal_point();
70 char dp2 = nump_1.decimal_point();
76 char dp3 = nump_2.decimal_point();
82 char dp4 = nump_is.decimal_point();
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_numeric_misc.h49 ldata->decimal_point = __UNCONST(data->decimal_point);
53 cache->items[(size_t)RADIXCHAR] = data->decimal_point;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc47 point[0] = use_facet< numpunct<char> >(o.getloc()).decimal_point();
50 const char *point = localeconv()->decimal_point;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dclocale.c49 l.decimal_point = point_string;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct_byname/
H A Dnamed_equivalence.cc50 char dp1 = nump_byname.decimal_point();
56 char dp2 = nump_de.decimal_point();
69 char dp3 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct_byname/
H A Dnamed_equivalence.cc51 char dp1 = nump_byname.decimal_point();
57 char dp2 = nump_de.decimal_point();
70 char dp3 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/usr.bin/seq/
H A Dseq.c57 const char *decimal_point = "."; /* default */ variable
94 if (locale && locale->decimal_point && locale->decimal_point[0] != '\0')
95 decimal_point = locale->decimal_point;
204 decimal_pt_len = strlen(decimal_point);
208 strncmp(s, decimal_point, decimal_pt_len) == 0) {
414 if ((dp = strstr(number, decimal_point))) {
415 dp += strlen(decimal_point);
454 width1 -= (places + strlen(decimal_point));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A D2.cc55 char dp2 = nump_us.decimal_point();
61 char dp3 = nump_is.decimal_point();
67 char dp4 = nump_de.decimal_point();
H A D1.cc38 char dp1 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A D2.cc54 wchar_t dp2 = nump_us.decimal_point();
60 wchar_t dp3 = nump_is.decimal_point();
66 wchar_t dp4 = nump_de.decimal_point();
H A D1.cc38 wchar_t dp1 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A D2.cc55 char dp2 = nump_us.decimal_point();
61 char dp3 = nump_fr.decimal_point();
67 char dp4 = nump_de.decimal_point();
H A D1.cc39 char dp1 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A D2.cc55 wchar_t dp2 = nump_us.decimal_point();
61 wchar_t dp3 = nump_fr.decimal_point();
67 wchar_t dp4 = nump_de.decimal_point();
H A D1.cc39 wchar_t dp1 = nump_c.decimal_point();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D2.cc48 char q1 = monp_c_t.decimal_point();
50 char q3 = monp_c_f.decimal_point();
58 char dp1 = monp_c_t.decimal_point();
68 char dp2 = monp_de_t.decimal_point();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D2.cc48 wchar_t q1 = monp_c_t.decimal_point();
50 wchar_t q3 = monp_c_f.decimal_point();
58 wchar_t dp1 = monp_c_t.decimal_point();
68 wchar_t dp2 = monp_de_t.decimal_point();
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h38 char *decimal_point; member in struct:lconv
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D7.cc64 char dp1 = nump_c.decimal_point();
70 char dp2 = nump_1.decimal_point();
76 char dp3 = nump_2.decimal_point();
82 char dp4 = nump_fr.decimal_point();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D2.cc49 char q1 = monp_c_t.decimal_point();
51 char q3 = monp_c_f.decimal_point();
59 char dp1 = monp_c_t.decimal_point();
69 char dp2 = monp_de_t.decimal_point();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D2.cc49 wchar_t q1 = monp_c_t.decimal_point();
51 wchar_t q3 = monp_c_f.decimal_point();
59 wchar_t dp1 = monp_c_t.decimal_point();
69 wchar_t dp2 = monp_de_t.decimal_point();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct_byname/
H A Dnamed_equivalence.cc53 char dp1 = monp_de.decimal_point();
63 char dp2 = monp_byname.decimal_point();
91 char dp3 = monp_c.decimal_point();

Completed in 211 milliseconds

123