Searched refs:is_numeric (Results 1 – 4 of 4) sorted by relevance
177 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member756 if (attr->is_numeric) in check_attr_test()876 if (attr && ! attr->is_numeric) in check_attr_value()899 if (attr == 0 || attr->is_numeric) in check_attr_value()941 if (attr && !attr->is_numeric) in check_attr_value()1004 && attr->is_numeric != attr2->is_numeric) in check_attr_value()1544 if (! length_attr->is_numeric) in make_length_attrs()2923 attr->is_numeric = 1; in gen_attr()2942 if (attr->is_numeric) in gen_attr()2953 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr()[all …]
176 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member968 if (attr->is_numeric)1078 if (attr && ! attr->is_numeric)1101 if (attr == 0 || attr->is_numeric)1145 if (attr && !attr->is_numeric)1204 && (attr->is_numeric != attr2->is_numeric2457 if (! length_attr->is_numeric) in make_length_attrs()3682 || space[ndim].attr->is_numeric)4237 attr->is_numeric = 1;4256 if (attr->is_numeric)[all …]
555 # (is_numeric, is_signed)556 # the value of is_signed is undefined if is_numeric == false
2669 that isn't a C float. The C<is_numeric> function is a front end to2687 sub is_numeric { defined getnum($_[0]) }