Searched refs:isnan (Results 1 – 9 of 9) sorted by relevance
35 #undef isnan36 #define isnan(x) \ macro43 __builtin_expect(!isnan(__x_f - __x_f), 1); })48 __builtin_expect(!isnan(__x_i) && !isfinite(__x_i), 0); })
137 serverAssert(!isnan(score)); in zslInsert()533 if (eptr[0] != '\0' || isnan(spec->min)) return C_ERR; in zslParseRange()537 if (eptr[0] != '\0' || isnan(spec->min)) return C_ERR; in zslParseRange()545 if (eptr[0] != '\0' || isnan(spec->max)) return C_ERR; in zslParseRange()549 if (eptr[0] != '\0' || isnan(spec->max)) return C_ERR; in zslParseRange()1323 if (isnan(score)) { in zsetAdd()1342 if (isnan(score)) { in zsetAdd()1388 if (isnan(score)) { in zsetAdd()2153 if (isnan(*target)) *target = 0.0; in zunionInterAggregate()2286 if (isnan(score)) score = 0; in zunionInterGenericCommand()[all …]
464 isnan(value)) in string2ld()477 if (isnan(value)) { in d2string()
410 if (isnan(value) || isinf(value)) { in incrbyfloatCommand()
470 isnan(vector[j].u.score)) in sortCommand()
618 isnan(value)) in getDoubleFromObject()660 isnan(value)) in getLongDoubleFromObject()
618 if (isnan(value) || isinf(value)) { in hincrbyfloatCommand()
545 if (isnan(val)) { in rdbSaveDoubleValue()
61 #define isinf(x) (!isnan(x) && isnan((x) - (x)))596 if (isinf(num) || isnan(num)) in json_append_number()601 if (isnan(num)) { in json_append_number()607 if (isinf(num) || isnan(num)) { in json_append_number()