Home
last modified time | relevance | path

Searched refs:allow_negative (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/include/
Dpanfrost-job.h250 FIXED_16(float x, bool allow_negative) in FIXED_16() argument
254 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16()
/external/openscreen/util/json/
Djson_helpers.h85 bool allow_negative = false) {
93 if (!allow_negative && d < 0) {