Searched refs:is_zero_to_one (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkColorSpace.cpp14 if (!is_zero_to_one(fRX) || !is_zero_to_one(fRY) ||
15 !is_zero_to_one(fGX) || !is_zero_to_one(fGY) ||
16 !is_zero_to_one(fBX) || !is_zero_to_one(fBY) ||
17 !is_zero_to_one(fWX) || !is_zero_to_one(fWY))
H A DSkColorSpacePriv.h92 static inline bool is_zero_to_one(float v) { function
107 if (!is_zero_to_one(coeffs.fD)) {
/external/skqp/src/core/
H A DSkColorSpace.cpp14 if (!is_zero_to_one(fRX) || !is_zero_to_one(fRY) ||
15 !is_zero_to_one(fGX) || !is_zero_to_one(fGY) ||
16 !is_zero_to_one(fBX) || !is_zero_to_one(fBY) ||
17 !is_zero_to_one(fWX) || !is_zero_to_one(fWY))
H A DSkColorSpacePriv.h92 static inline bool is_zero_to_one(float v) { function
107 if (!is_zero_to_one(coeffs.fD)) {
/external/mesa3d/src/compiler/nir/
H A Dnir_search_helpers.h95 is_zero_to_one(nir_alu_instr *instr, unsigned src, unsigned num_components, function
/external/mesa3d/prebuilt-intermediates/nir/
H A Dnir_opt_algebraic.c10953 (is_zero_to_one),
18336 (is_zero_to_one),

Completed in 231 milliseconds