HomeSort by: relevance | last modified time | path
    Searched refs:L_ (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.c 50 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '),
51 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '
    [all...]
_itowa.h 28 static const wchar_t _itowa_lower_digits[16] = L_("0123456789abcdef");
29 static const wchar_t _itowa_upper_digits[16] = L_("0123456789ABCDEF");
printf_fp.c 142 wchar_t thousands_sepwc = L_('\0');
222 return L_('0') + hi;
231 return L_('0') + hi;
267 if (decimalwc == L_('\0'))
271 assert (decimalwc != L_('\0'));
273 decimalwc = L_('.');
296 if (thousands_sepwc == L_('\0'))
378 wspecial = L_("NAN");
383 wspecial = L_("nan");
392 wspecial = L_("INF")
    [all...]
printf_fphex.c 157 if (decimalwc == L_('\0'))
161 assert (decimalwc != L_('\0'));
163 decimalwc = L_('.');
178 wspecial = L_("NAN");
183 wspecial = L_("nan");
193 wspecial = L_("INF");
198 wspecial = L_("inf");
268 *--wnumstr = L_('0');
285 *--wnumstr = L_('0');
321 while (wnumend[-1] == L_('0')
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.c 50 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '),
51 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '
    [all...]
_itowa.h 28 static const wchar_t _itowa_lower_digits[16] = L_("0123456789abcdef");
29 static const wchar_t _itowa_upper_digits[16] = L_("0123456789ABCDEF");
printf_fp.c 142 wchar_t thousands_sepwc = L_('\0');
222 return L_('0') + hi;
231 return L_('0') + hi;
267 if (decimalwc == L_('\0'))
271 assert (decimalwc != L_('\0'));
273 decimalwc = L_('.');
296 if (thousands_sepwc == L_('\0'))
378 wspecial = L_("NAN");
383 wspecial = L_("nan");
392 wspecial = L_("INF")
    [all...]
printf_fphex.c 157 if (decimalwc == L_('\0'))
161 assert (decimalwc != L_('\0'));
163 decimalwc = L_('.');
178 wspecial = L_("NAN");
183 wspecial = L_("nan");
193 wspecial = L_("INF");
198 wspecial = L_("inf");
268 *--wnumstr = L_('0');
285 *--wnumstr = L_('0');
321 while (wnumend[-1] == L_('0')
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
strftime.c 100 # define L_(Str) L##Str
109 # define L_(Str) Str
220 L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),
    [all...]
strtol.c 203 # define L_(Ch) L##Ch
221 # define L_(Ch) Ch
318 if (*s == L_('\0'))
322 if (*s == L_('-'))
327 else if (*s == L_('+'))
336 if (*s == L_('0'))
338 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
357 for (c = *end; c != L_('\0'); c = *++end)
359 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 42 while ((c = *p++) != L_('\0'))
49 case L_('?'):
62 else if (*n == L_('/') && (flags & FNM_FILE_NAME))
64 else if (*n == L_('.') && no_leading_period)
68 case L_('\\'):
72 if (c == L_('\0'))
81 case L_('*'):
92 if (n != string_end && *n == L_('.') && no_leading_period)
95 for (c = *p++; c == L_('?') || c == L_('*'); c = *p++
    [all...]
strtol.c 196 # define L_(Ch) L##Ch
209 # define L_(Ch) Ch
296 if (*s == L_('\0'))
300 if (*s == L_('-'))
305 else if (*s == L_('+'))
314 if (*s == L_('0'))
316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
335 for (c = *end; c != L_('\0'); c = *++end)
337 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch_loop.c 55 while ((c = *p++) != L_('\0'))
62 case L_('?'):
73 else if (*n == L_('/') && (flags & FNM_FILE_NAME))
75 else if (*n == L_('.') && no_leading_period)
79 case L_('\\'):
83 if (c == L_('\0'))
92 case L_('*'):
108 if (n != string_end && *n == L_('.') && no_leading_period)
111 for (c = *p++; c == L_('?') || c == L_('*'); c = *p++
    [all...]
frexp.c 46 # define L_(literal) literal##L
54 # define L_(literal) literal
88 if (x >= L_(1.0))
96 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
130 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
isnan.c 49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
141 static DOUBLE zero = L_(0.0);
143 DOUBLE plus_inf = L_(1.0) / zero;
144 DOUBLE minus_inf = -L_(1.0) / zero;
147 static memory_double nan = { L_(0.0) / L_(0.0) };
148 static DOUBLE plus_inf = L_(1.0) / L_(0.0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch_loop.c 55 while ((c = *p++) != L_('\0'))
62 case L_('?'):
73 else if (*n == L_('/') && (flags & FNM_FILE_NAME))
75 else if (*n == L_('.') && no_leading_period)
79 case L_('\\'):
83 if (c == L_('\0'))
92 case L_('*'):
108 if (n != string_end && *n == L_('.') && no_leading_period)
111 for (c = *p++; c == L_('?') || c == L_('*'); c = *p++
    [all...]
frexp.c 46 # define L_(literal) literal##L
54 # define L_(literal) literal
88 if (x >= L_(1.0))
96 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
130 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
isnan.c 49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
141 static DOUBLE zero = L_(0.0);
143 DOUBLE plus_inf = L_(1.0) / zero;
144 DOUBLE minus_inf = -L_(1.0) / zero;
147 static memory_double nan = { L_(0.0) / L_(0.0) };
148 static DOUBLE plus_inf = L_(1.0) / L_(0.0)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
strftime.c 87 # define L_(Str) L##Str
96 # define L_(Str) Str
181 if (pad == L_('0')) \
267 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9)
340 L_("Sunday"), L_("Monday"), L_("Tuesday"), L_("Wednesday"),
341 L_("Thursday"), L_("Friday"), L_("Saturday"
    [all...]
strtol.c 204 # define L_(Ch) L##Ch
222 # define L_(Ch) Ch
309 if (*s == L_('\0'))
313 if (*s == L_('-'))
318 else if (*s == L_('+'))
327 if (*s == L_('0'))
329 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
348 for (c = *end; c != L_('\0'); c = *++end)
350 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 196 # define L_(Ch) L##Ch
209 # define L_(Ch) Ch
296 if (*s == L_('\0'))
300 if (*s == L_('-'))
305 else if (*s == L_('+'))
314 if (*s == L_('0'))
316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
335 for (c = *end; c != L_('\0'); c = *++end)
337 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /src/sys/arch/sh3/include/
locore.h 33 #define MOV(x, r) mov.l .L_ ## x, r; mov.l @r, r
34 #define REG_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
35 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
37 #define MOV(x, r) mov.l .L_ ## x, r
38 #define REG_SYMBOL(x) .L_ ## x: .long SH3_ ## x
39 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh3_ ## x)
41 #define MOV(x, r) mov.l .L_ ## x, r
42 #define REG_SYMBOL(x) .L_ ## x: .long SH4_ ## x
43 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh4_ ## x)
47 #define MOV(x, r) mov.l .L_/**/x, r; mov.l @r,
    [all...]
  /src/external/gpl2/grep/dist/lib/
strtol.c 207 # define L_(Ch) L##Ch
225 # define L_(Ch) Ch
322 if (*s == L_('\0'))
326 if (*s == L_('-'))
331 else if (*s == L_('+'))
340 if (*s == L_('0'))
342 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
361 for (c = *end; c != L_('\0'); c = *++end)
363 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 43 #undef L_
47 # define L_(Ch) L##Ch
59 # define L_(Ch) Ch
393 low = low * 10 + *str++ - L_('0');
612 if (c == L_('-'))
617 else if (c == L_('+'))
639 else if (c < L_('0') || c > L_('9'))
644 if (lowc == L_('i') && STRNCASECMP (cp, L_("inf"), 3) == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 43 #undef L_
47 # define L_(Ch) L##Ch
59 # define L_(Ch) Ch
393 low = low * 10 + *str++ - L_('0');
612 if (c == L_('-'))
617 else if (c == L_('+'))
639 else if (c < L_('0') || c > L_('9'))
644 if (lowc == L_('i') && STRNCASECMP (cp, L_("inf"), 3) == 0
    [all...]

Completed in 52 milliseconds

1 2