Home
last modified time | relevance | path

Searched refs:isnumber (Results 1 – 4 of 4) sorted by relevance

/external/tinyalsa/
Dtinymix.c128 static int isnumber(const char *str) { in isnumber() function
208 if (isnumber(control)) in tinymix_detail_control()
352 if (isnumber(control)) in tinymix_set_value()
370 if (isnumber(values[0])) { in tinymix_set_value()
/external/tinyalsa_new/utils/
Dtinymix.c190 static int isnumber(const char *str) { in isnumber() function
249 if (isnumber(name_or_id)) in print_control_values_by_name_or_id()
543 if (isnumber(control)) in set_values()
/external/skia/modules/canvaskit/
Dmatrix.js99 function isnumber(val) { return !isNaN(val); } function
104 if (IsDebug && (!m1.every(isnumber) || !m2.every(isnumber))) {
317 if (IsDebug && !m.every(isnumber)) {
/external/one-true-awk/
DFIXES780 changed isnumber to is_number to avoid the problem caused by
781 versions of ctype.h that include the name isnumber.
1098 removed an apparently unnecessary test in isnumber().