Home
last modified time | relevance | path

Searched defs:unary (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts8 unary(): Function<() => ReturnType<T>>; method
14 unary(): Function<() => ReturnType<T>>; method
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc89 absl::discrete_distribution<int> unary(0, 1.0, 9.0, fn); in TYPED_TEST() local
94 absl::discrete_distribution<int> unary(2, 1.0, 9.0, fn); in TYPED_TEST() local
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h120 } else if (auto* unary = expr->As<UnaryOpExpression>()) { in TraverseExpressions() local
/third_party/skia/third_party/externals/tint/src/transform/
Dsimplify_pointers.cc97 if (auto* unary = op.expr->As<ast::UnaryOpExpression>()) { in Reduce() local
/third_party/ffmpeg/libavcodec/
Dttaenc.c110 uint32_t k, unary, outval; in tta_encode_frame() local
Dtta.c268 uint32_t unary, depth, k; in tta_decode_frame() local
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c695 struct expression *unary; in unary_expression() local
713 struct expression *unary; in unary_expression() local
/third_party/python/Doc/reference/
Dexpressions.rst1151 .. _unary: target in The power operator
/third_party/rust/crates/rust-cexpr/src/
Dexpr.rs293 fn unary(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in unary() method
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc911 if (auto* unary = tint::As<ast::UnaryOpExpression>(expr)) { in GetOriginatingResources() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1130 } else if (auto* unary = expr->As<ast::UnaryOpExpression>()) { in Expression() local
1896 sem::Expression* Resolver::UnaryOp(const ast::UnaryOpExpression* unary) { in UnaryOp()
Dresolver_validation.cc1625 } else if (auto* unary = arg_expr->As<ast::UnaryOpExpression>()) { in ValidateFunctionCall() local
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp461 TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOperator op, bool unary, in addBuiltInFunctionCall()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py160 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp875 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm) in unary() function in nv50_ir::ConstantFolding
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py170 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py170 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3044 TIntermUnary *unary = expression->getAsUnaryNode(); in cost() local
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp187 Value unary(const Value& v, Fn&& fn) { in unary() function in SkSL::SkVMGenerator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13091 class unary : public unaryBase class
13096unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary() function in gl4cts::FunctionObject::unary
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4657 bool unary = false; in constant_op_expression() local