Home
last modified time | relevance | path

Searched defs:falseVal (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.cpp717 ConstantExpression* falseVal) in TernaryConstantExpression()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp974 const std::string &falseVal = "null") { in GenNullCheckConditional()