Home
last modified time | relevance | path

Searched refs:absB (Results 1 – 25 of 51) sorted by relevance

123

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dquant_weight_coeff_sum.c56 vector signed short absA, absB; in quant_weight_coeff_sum_altivec() local
100 absB = vec_max(nB, vB); \ in quant_weight_coeff_sum_altivec()
102 sum = vec_msum(absB, vs16(qB), sum); \ in quant_weight_coeff_sum_altivec()
129 absB = vec_max(nB, vB); in quant_weight_coeff_sum_altivec()
132 sum = vec_msum(absB, vs16(qB), sum); in quant_weight_coeff_sum_altivec()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Drotg.cl46 %TYPE R, Z, roe, scale, absA, absB;
49 absB = fabs(Breg);
51 roe = (isgreater(absA, absB))? Areg: Breg;
52 scale = absA + absB;
70 Z = (isgreater(absA, absB))? Sreg:
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level1/
H A Drot.tcc78 B absB = abs(b); in rotg() local
80 T scale = absA + absB; in rotg()
81 T roe = (absA > absB) ? a : b; in rotg()
90 B bScaled = absB / scale; in rotg()
99 if (absA > absB) { in rotg()
102 if ((absA < absB) && (c != 0)) { in rotg()
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/daviddengcn/go-villa/
H A Dcomplexslice_test.go11 absA, absB := cmplx.Abs(a), cmplx.Abs(b)
12 if absA < absB {
14 } else if absA > absB {
/dports/devel/corrade/corrade-2020.06/src/Corrade/TestSuite/Compare/
H A DFloatingPoint.cpp41 const T absB = std::abs(expected); in operator ()() local
52 else if(difference/(absA + absB) < Utility::Implementation::FloatPrecision<T>::epsilon()) in operator ()()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DFIGExporter.cpp117 GLfloat dr, dg, db, absR, absG, absB, colormax; in spewSegment() local
139 absB = fabs(db); in spewSegment()
141 colormax = max(absR, max(absG, absB)); in spewSegment()
H A DEPSExporter.cpp217 GLfloat dr, dg, db, absR, absG, absB, colormax; in spewSegment() local
242 absB = fabs(db); in spewSegment()
244 colormax = max(absR, max(absG, absB)); in spewSegment()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DFIGExporter.cpp117 GLfloat dr, dg, db, absR, absG, absB, colormax; in spewSegment() local
139 absB = fabs(db); in spewSegment()
141 colormax = max(absR, max(absG, absB)); in spewSegment()
H A DEPSExporter.cpp217 GLfloat dr, dg, db, absR, absG, absB, colormax; in spewSegment() local
242 absB = fabs(db); in spewSegment()
244 colormax = max(absR, max(absG, absB)); in spewSegment()
/dports/biology/protomol/protomol/applications/xyzviz-app/
H A Dopenglutilities.cpp265 …GLfloat dx = 0.0, dy = 0.0, dr = 0.0, dg = 0.0, db = 0.0, absR = 0.0, absG = 0.0, absB = 0.0, colo… in openglToEPS() local
289 absB = fabs(db); in openglToEPS()
292 colormax = std::max(absR, std::max(absG, absB)); in openglToEPS()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/vm/compiler/
H A DTypeVectorOperations.java86 public void absB() { in absB() method in TypeVectorOperations
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/vm/compiler/
H A DTypeVectorOperations.java86 public void absB() { in absB() method in TypeVectorOperations
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/vm/compiler/
H A DTypeVectorOperations.java86 public void absB() { in absB() method in TypeVectorOperations
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/vm/compiler/
H A DTypeVectorOperations.java86 public void absB() { in absB() method in TypeVectorOperations
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DMathUtils.h236 const T absB = abs(v2);
246 return diff / (absA + absB) < epsilon;
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go259 absB := math.Abs(b)
260 aGTb := absA > absB
H A Dlevel1float32.go275 absB := math.Abs(b)
276 aGTb := absA > absB
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go259 absB := math.Abs(b)
260 aGTb := absA > absB
H A Dlevel1float32.go275 absB := math.Abs(b)
276 aGTb := absA > absB
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float32.go317 absB := math.Abs(b)
318 aGTb := absA > absB
H A Dlevel1float64.go301 absB := math.Abs(b)
302 aGTb := absA > absB
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float32.go317 absB := math.Abs(b)
318 aGTb := absA > absB
H A Dlevel1float64.go301 absB := math.Abs(b)
302 aGTb := absA > absB
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float32.go317 absB := math.Abs(b)
318 aGTb := absA > absB
H A Dlevel1float64.go301 absB := math.Abs(b)
302 aGTb := absA > absB

123