Home
last modified time | relevance | path

Searched refs:decStrEq (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libdecnumber/
H A DChangeLog121 * decNumber.c (decStrEq): Cast string contents to unsigned char
126 * decNumber.c (decStrEq): Cast operands to int before calling
H A DdecNumber.c248 static Flag decStrEq (const char *, const char *);
423 if (decStrEq (c, "Infinity") || decStrEq (c, "Inf")) in decNumberFromString()
5458 decStrEq (const char *str1, const char *str2) function