Searched refs:decStrEq (Results 1 – 2 of 2) sorted by relevance
121 * decNumber.c (decStrEq): Cast string contents to unsigned char126 * decNumber.c (decStrEq): Cast operands to int before calling
248 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