/third_party/typescript/tests/cases/compiler/ |
D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts | 8 unary(): Function<() => ReturnType<T>>; method 14 unary(): Function<() => ReturnType<T>>; method
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | discrete_distribution_test.cc | 89 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/ |
D | traverse_expressions.h | 120 } else if (auto* unary = expr->As<UnaryOpExpression>()) { in TraverseExpressions() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | simplify_pointers.cc | 97 if (auto* unary = op.expr->As<ast::UnaryOpExpression>()) { in Reduce() local
|
/third_party/ffmpeg/libavcodec/ |
D | ttaenc.c | 110 uint32_t k, unary, outval; in tta_encode_frame() local
|
D | tta.c | 268 uint32_t unary, depth, k; in tta_decode_frame() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expression.c | 695 struct expression *unary; in unary_expression() local 713 struct expression *unary; in unary_expression() local
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 1151 .. _unary: target in The power operator
|
/third_party/rust/crates/rust-cexpr/src/ |
D | expr.rs | 293 fn unary(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in unary() method
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector.cc | 911 if (auto* unary = tint::As<ast::UnaryOpExpression>(expr)) { in GetOriginatingResources() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver.cc | 1130 } else if (auto* unary = expr->As<ast::UnaryOpExpression>()) { in Expression() local 1896 sem::Expression* Resolver::UnaryOp(const ast::UnaryOpExpression* unary) { in UnaryOp()
|
D | resolver_validation.cc | 1625 } else if (auto* unary = arg_expr->As<ast::UnaryOpExpression>()) { in ValidateFunctionCall() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 461 TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOperator op, bool unary, in addBuiltInFunctionCall()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 160 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 875 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm) in unary() function in nv50_ir::ConstantFolding
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | genutil.py | 170 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 170 def unary(func): return lambda val: val.applyUnary(func) member in GenMath
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 3044 TIntermUnary *unary = expression->getAsUnaryNode(); in cost() local
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 187 Value unary(const Value& v, Fn&& fn) { in unary() function in SkSL::SkVMGenerator
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13091 class unary : public unaryBase class 13096 …unary(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/ |
D | spirv_glsl.cpp | 4657 bool unary = false; in constant_op_expression() local
|