HomeSort by relevance Sort by last modified time
    Searched refs:binaryExpr (Results 1 - 15 of 15) sorted by null

  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 42 binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other, const CustomBinaryOp& func = CustomBinaryOp()) const
  /external/eigen/doc/examples/
class_CwiseBinaryOp.cpp 16 cout << m1.binaryExpr(m2, MakeComplexOp<double>()) << endl;
  /external/eigen/Eigen/src/Core/
Dot.h 34 return a.template binaryExpr<scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> >(b).sum();
44 return a.transpose().template binaryExpr<scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> >(b).sum();
  /prebuilts/go/darwin-x86/src/cmd/vet/
nilfunc.go 22 binaryExpr)
26 e := node.(*ast.BinaryExpr)
shift.go 22 binaryExpr, assignStmt)
27 case *ast.BinaryExpr:
bool.go 18 binaryExpr)
22 e := n.(*ast.BinaryExpr)
56 func (op boolOp) commutativeSets(e *ast.BinaryExpr) [][]ast.Expr {
102 bin, ok := e.(*ast.BinaryExpr)
166 if b, ok := e.(*ast.BinaryExpr); ok && b.Op == op.tok {
main.go 129 binaryExpr *ast.BinaryExpr
454 case *ast.BinaryExpr:
455 key = binaryExpr
  /prebuilts/go/linux-x86/src/cmd/vet/
nilfunc.go 22 binaryExpr)
26 e := node.(*ast.BinaryExpr)
shift.go 22 binaryExpr, assignStmt)
27 case *ast.BinaryExpr:
bool.go 18 binaryExpr)
22 e := n.(*ast.BinaryExpr)
56 func (op boolOp) commutativeSets(e *ast.BinaryExpr) [][]ast.Expr {
102 bin, ok := e.(*ast.BinaryExpr)
166 if b, ok := e.(*ast.BinaryExpr); ok && b.Op == op.tok {
main.go 129 binaryExpr *ast.BinaryExpr
454 case *ast.BinaryExpr:
455 key = binaryExpr
  /external/eigen/test/
cwiseop.cpp 121 m2 = m2.template binaryExpr<AddIfNull<Scalar> >(mones);
  /external/eigen/test/eigen2/
eigen2_cwiseop.cpp 74 m2 = m2.template binaryExpr<AddIfNull<Scalar> >(mones);
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 510 func walkBinary(e *ast.BinaryExpr) (has4, has5 bool, maxProblem int) {
519 case *ast.BinaryExpr:
534 case *ast.BinaryExpr:
565 func cutoff(e *ast.BinaryExpr, depth int) int {
583 x, ok := expr.(*ast.BinaryExpr)
634 func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) {
674 _, ok := expr.(*ast.BinaryExpr)
688 case *ast.BinaryExpr:
693 p.binaryExpr(x, prec1, cutoff(x, depth), depth
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 510 func walkBinary(e *ast.BinaryExpr) (has4, has5 bool, maxProblem int) {
519 case *ast.BinaryExpr:
534 case *ast.BinaryExpr:
565 func cutoff(e *ast.BinaryExpr, depth int) int {
583 x, ok := expr.(*ast.BinaryExpr)
634 func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) {
674 _, ok := expr.(*ast.BinaryExpr)
688 case *ast.BinaryExpr:
693 p.binaryExpr(x, prec1, cutoff(x, depth), depth
    [all...]

Completed in 1102 milliseconds