Home
last modified time | relevance | path

Searched refs:is_numeric (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dusers.php12 if (!is_numeric($id))
116 if (!is_numeric($dump))
262 if (!is_numeric($limit))
/external/mesa3d/src/glsl/
Dglsl_types.h332 bool is_numeric() const in is_numeric() function
Dast_to_hir.cpp137 if (!to->is_float() || !from->type->is_numeric()) in apply_implicit_conversion()
178 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type()
369 if (!type->is_numeric()) { in unary_arithmetic_result_type()
507 if (!type_a->is_numeric() in relational_result_type()
508 || !type_b->is_numeric() in relational_result_type()
2398 if (var->type->is_numeric()) { in process_initializer()
2411 if (var->type->is_numeric()) { in process_initializer()
Dast_function.cpp210 if (formal->type->is_numeric() || formal->type->is_boolean()) { in generate_call()
1315 if (!constructor_type->is_numeric() && !constructor_type->is_boolean()) in hir()
1346 if (!result->type->is_numeric() && !result->type->is_boolean()) { in hir()
/external/javasqlite/src/main/java/SQLite/
DShell.java145 static boolean is_numeric(String str) { in is_numeric() method in Shell
271 } else if (is_numeric(args[i])) { in newrow()