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

/external/stlport/stlport/stl/
H A D_monetary.c365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign() local
370 string_type __sign; local
373 __sign = __punct_intl.negative_sign();
375 __sign = __punct_intl.positive_sign();
379 __sign = __punct.negative_sign();
381 __sign = __punct.positive_sign();
416 size_t __length = __value_length + __sign.size();
466 if (!__sign.empty())
467 *__s++ = __sign[0];
492 if (__sign
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c833 int *__restrict __sign) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4)));
839 int *__restrict __sign) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4)));
851 int *__restrict __decpt, int *__restrict __sign)
854 int *__restrict __decpt, int *__restrict __sign)
863 int *__restrict __sign, char *__restrict __buf,
866 int *__restrict __sign, char *__restrict __buf,
870 int *__restrict __decpt, int *__restrict __sign,
874 int *__restrict __decpt, int *__restrict __sign,

Completed in 244 milliseconds