/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 1286 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/ |
D | toy.cpp | 223 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/ |
D | toy-jit.cpp | 209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST 213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
D | toy.cpp | 210 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/ |
D | toy-jit.cpp | 224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
D | toy.cpp | 231 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST 235 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 242 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/ |
D | toy.cpp | 208 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/ |
D | vktShaderRenderOperatorTests.cpp | 1882 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/ |
D | toy.cpp | 224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 372 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/ |
D | toy.cpp | 250 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/ |
D | toy.cpp | 224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 224 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1924 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/ |
D | toy.cpp | 225 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function 229 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 146 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } 150 assert(isUnaryOp() || isBinaryOp());
|