Home
last modified time | relevance | path

Searched refs:isUnaryOp (Results 1 – 17 of 17) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() local
1304 if (isUnaryOp && funcInfo.isUnaryPrefix) in init()
1342 if (funcInfo.type == OPERATOR && !isUnaryOp) in init()
1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
1357 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix)) in init()
1358 shaderOp += string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " "); in init()
1362 if (isUnaryOp && !funcInfo.isUnaryPrefix) in init()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp223 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon7d54fca40111::PrototypeAST
227 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
Dtoy.cpp210 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
214 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
Dtoy.cpp231 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
235 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp242 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anonf1d16da50111::PrototypeAST
246 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp208 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
212 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1882 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() local
1903 if (isUnaryOp && funcInfo.isUnaryPrefix) in init()
1949 if (funcInfo.type == OPERATOR && !isUnaryOp) in init()
1957 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
1964 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix)) in init()
1965 … shaderOp += std::string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " "); in init()
1969 if (isUnaryOp && !funcInfo.isUnaryPrefix) in init()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp372 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon664ddea60211::PrototypeAST
376 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp250 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
254 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1924 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() local
1944 if (isUnaryOp && funcInfo.isUnaryPrefix) in init()
1990 if (funcInfo.type == OPERATOR && !isUnaryOp) in init()
1998 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
2005 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix)) in init()
2006 shaderOp += string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " "); in init()
2010 if (isUnaryOp && !funcInfo.isUnaryPrefix) in init()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp225 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function
229 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/docs/tutorial/
DLangImpl6.rst146 bool isUnaryOp() const { return IsOperator && Args.size() == 1; }
150 assert(isUnaryOp() || isBinaryOp());