HomeSort by relevance Sort by last modified time
    Searched full:maxi (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_performance.c 66 double maxi(double *tbl) function
155 printf("%lf\n", maxi(resultTbl));
  /external/eigen/bench/perf_monitoring/gemm/
changesets.txt 54 8789:efcb912e4356 # Made the index type a template parameter to evaluateProductBlockingSizes. Use numext::mini and numext::maxi instead of std::min/std::max to compute blocking sizes
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_scalability.c 68 double maxi(double *tbl) function
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_scalability.c 66 double maxi(double *tbl) function
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExecutor.h 170 const Index blocksize = numext::maxi<Index>(PacketSize, (blocksz - (blocksz % PacketSize)));
258 const int num_blocks = numext::maxi<int>(numext::mini<int>(max_blocks, divup<int>(size, block_size)), 1);
TensorDeviceThreadPool.h 199 Index block_size = numext::mini(n, numext::maxi<Index>(1, block_size_f));
201 numext::mini(n, numext::maxi<Index>(1, 2 * block_size_f));
TensorAssign.h 161 numext::maxi(0.0, left.bytes_loaded() - sizeof(CoeffReturnType)),
TensorImagePatch.h 232 m_rowPaddingTop = numext::maxi<Index>(0, ((m_outputRows - 1) * m_row_strides + m_patch_rows_eff - m_input_rows_eff) / 2);
233 m_colPaddingLeft = numext::maxi<Index>(0, ((m_outputCols - 1) * m_col_strides + m_patch_cols_eff - m_input_cols_eff) / 2);
  /prebuilts/go/darwin-x86/src/encoding/gob/
codec_test.go 602 Maxi int64
619 Maxi: math.MaxInt8 + 1,
622 Maxi int8
628 if err == nil || err.Error() != `value for "Maxi" out of range` {
644 Maxi: math.MaxInt16 + 1,
647 Maxi int16
653 if err == nil || err.Error() != `value for "Maxi" out of range` {
669 Maxi: math.MaxInt32 + 1,
672 Maxi int32
678 if err == nil || err.Error() != `value for "Maxi" out of range`
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
codec_test.go 602 Maxi int64
619 Maxi: math.MaxInt8 + 1,
622 Maxi int8
628 if err == nil || err.Error() != `value for "Maxi" out of range` {
644 Maxi: math.MaxInt16 + 1,
647 Maxi int16
653 if err == nil || err.Error() != `value for "Maxi" out of range` {
669 Maxi: math.MaxInt32 + 1,
672 Maxi int32
678 if err == nil || err.Error() != `value for "Maxi" out of range`
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 653 Index maxi = numext::mini(j, rows()-1); local
654 for(Index i = 0; i <= maxi; ++i)
685 Index maxi = numext::mini(j, rows()-1); local
686 for(Index i = 0; i < maxi; ++i)
    [all...]
ConditionEstimator.h 141 return numext::maxi(lower_bound, alternate_lower_bound);
StableNorm.h 136 abig = numext::maxi(abig, amed);
MathFunctions.h 840 EIGEN_ALWAYS_INLINE T maxi(const T& x, const T& y) function in namespace:Eigen::numext
860 EIGEN_ALWAYS_INLINE T maxi(const T& x, const T& y)
866 EIGEN_ALWAYS_INLINE float maxi(const float& x, const float& y)
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 450 CvPoint minI, maxI, minJ, maxJ;
481 minI = maxI = minJ = maxJ = cvPoint( 0, 0 );
486 intersect( u, winSize, levelSize, &minI, &maxI );
487 isz = jsz = cvSize(maxI.x - minI.x + 2, maxI.y - minI.y + 2);
488 u.x += (minI.x - (patchSize.width - maxI.x + 1))*0.5f;
489 u.y += (minI.y - (patchSize.height - maxI.y + 1))*0.5f;
514 maxJ.x = MIN( maxJ.x, maxI.x );
515 maxJ.y = MIN( maxJ.y, maxI.y );
    [all...]
cvstereogc.cpp 416 // max(J(x') - maxI(x), 0)))**2) ==
423 // max(J(x') - maxI(x), 0)))**2)
424 // where (I, minI, maxI) and
426 // minI, maxI are computed from I,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest2.java     [all...]
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 419 maxDiagEntry = numext::maxi<RealScalar>(maxDiagEntry,numext::maxi<RealScalar>(abs(work_matrix.coeff(p,p)), abs(work_matrix.coeff(q,q))));
421 RealScalar threshold = numext::maxi<RealScalar>(considerAsZero, precision * maxDiagEntry);
713 RealScalar threshold = numext::maxi<RealScalar>(considerAsZero, precision * maxDiagEntry);
732 maxDiagEntry = numext::maxi<RealScalar>(maxDiagEntry,numext::maxi<RealScalar>(abs(m_workMatrix.coeff(p,p)), abs(m_workMatrix.coeff(q,q))));
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 532 const int maxI = deFloorFloatToInt32(uBounds.y());
534 for (int i = minI; i <= maxI; i++)
559 const int maxI = deFloorFloatToInt32(uBounds.y());
567 for (int i = minI; i <= maxI; i++)
594 const int maxI = deFloorFloatToInt32(uBounds.y());
606 for (int i = minI; i <= maxI; i++)
632 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
645 for (int i = minI; i <= maxI; i++)
677 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
697 for (int i = minI; i <= maxI; i++
    [all...]
tcuTexCompareVerifier.cpp 554 const int maxI = deFloorFloatToInt32(uBounds.y());
560 for (int i = minI; i <= maxI; i++)
589 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
600 for (int i = minI; i <= maxI; i++)
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_argmax.cpp 69 Tensor<float, 0, DataLayout> maxi = tensor.maximum(); local
71 VERIFY_IS_EQUAL(maxi(), reduced(0).second);
  /external/eigen/test/
eigensolver_complex.cpp 65 RealScalar tol = test_precision<RealScalar>()*test_precision<RealScalar>()*numext::maxi(vec1.squaredNorm(),vec2.squaredNorm());
  /external/speex/libspeex/
filters.c 600 int maxi, maxj; local
622 maxi=maxj=0;
631 maxi=i;
639 if (maxi>0)
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 425 Scalar maxval = numext::maxi<Scalar>(abs(p),numext::maxi<Scalar>(abs(t0),abs(t1)));
596 Scalar t = numext::maxi<Scalar>(abs(m_matT.coeff(i,n-1)),abs(m_matT.coeff(i,n)));
ComplexEigenSolver.h 291 matrixnorm = numext::maxi(matrixnorm,(std::numeric_limits<RealScalar>::min)());

Completed in 583 milliseconds

12 3 4