Home
last modified time | relevance | path

Searched defs:trueVal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorUtil.hpp486 inline Vector<T, Size> select(T trueVal, T falseVal, const Vector<bool, Size> &cond) in select()
497 inline Vector<T, Size> select(const Vector<T, Size> &trueVal, const Vector<T, Size> &falseVal, in select()
/aosp_15_r20/system/tools/hidl/
DConstantExpression.cpp716 ConstantExpression* trueVal, in TernaryConstantExpression()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp973 const std::string &nullCheckVar, const std::string &trueVal, in GenNullCheckConditional()