Home
last modified time | relevance | path

Searched refs:rC2 (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/avr-libc/avr-libc-2.0.0/libm/fplib/
H A Dlog.S45 #define rC2 YL /* adiw,sbiw are used */ macro
66 push rC2
71 mov rC2, rA3 ; place exponent to pair rC3.rC2
75 1: sbiw rC2, 1
94 adiw rC2, 1
106 X_movw rA0, rC2 ; rA1.rA0 = exponent (possible negative)
107 X_movw rC2, rA2
125 X_movw rB2, rC2
130 pop rC2
H A Dfp_arccos.S45 #define rC2 YL macro
54 push rC2
59 movw rC2, rA2
67 movw rB2, rC2
70 movw rC2, rA2
80 movw rB2, rC2
85 pop rC2
H A Dfp_powser.S57 #define rC2 r16 macro
66 push rC2
72 X_movw rC2, rA2
96 X_movw rB2, rC2
103 pop rC2
H A Dfma.S45 #define rC2 r16 macro
50 X_movw rB2, rC2
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCommonTest/
H A DOsiColCutTest.cpp76 OsiColCut rC2(r); in OsiColCutUnitTest() local
77 …OSIUNITTEST_ASSERT_ERROR(rC2.lbs().getNumElements() == r.lbs().getNumElements(), {}, "osicolcut", … in OsiColCutUnitTest()
78 …OSIUNITTEST_ASSERT_ERROR(rC2.ubs().getNumElements() == r.ubs().getNumElements(), {}, "osicolcut", … in OsiColCutUnitTest()
79 …OSIUNITTEST_ASSERT_ERROR(rC2.lbs().getNumElements() == ne, return, "osicolcut", "copy constructor"… in OsiColCutUnitTest()
80 …OSIUNITTEST_ASSERT_ERROR(rC2.ubs().getNumElements() == ne, return, "osicolcut", "copy constructor"… in OsiColCutUnitTest()
83 bounds_ok &= rC2.lbs().getIndices()[i] == inx[i]; in OsiColCutUnitTest()
84 bounds_ok &= rC2.lbs().getElements()[i] == el[i]; in OsiColCutUnitTest()
85 bounds_ok &= rC2.ubs().getIndices()[i] == inx[i]; in OsiColCutUnitTest()
86 bounds_ok &= rC2.ubs().getElements()[i] == el[i]; in OsiColCutUnitTest()
89 OSIUNITTEST_ASSERT_ERROR(rC2.effectiveness() == 121.0, {}, "osicolcut", "copy constructor"); in OsiColCutUnitTest()
[all …]
H A DOsiRowCutTest.cpp158 OsiRowCut rC2(r); in OsiRowCutUnitTest() local
159 …OSIUNITTEST_ASSERT_ERROR(rC2.row().getNumElements() == r.row().getNumElements(), return, "osirowcu… in OsiRowCutUnitTest()
162 row_ok &= rC2.row().getIndices()[i] == r.row().getIndices()[i]; in OsiRowCutUnitTest()
163 row_ok &= rC2.row().getElements()[i] == r.row().getElements()[i]; in OsiRowCutUnitTest()
166 OSIUNITTEST_ASSERT_ERROR(rC2.lb() == r.lb(), {}, "osirowcut", "copy constructor"); in OsiRowCutUnitTest()
167 OSIUNITTEST_ASSERT_ERROR(rC2.ub() == r.ub(), {}, "osirowcut", "copy constructor"); in OsiRowCutUnitTest()
168 …OSIUNITTEST_ASSERT_ERROR(rC2.effectiveness() == r.effectiveness(), {}, "osirowcut", "copy construc… in OsiRowCutUnitTest()
170 rhs = rC2; in OsiRowCutUnitTest()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCommonTest/
H A DOsiColCutTest.cpp76 OsiColCut rC2(r); in OsiColCutUnitTest() local
77 …OSIUNITTEST_ASSERT_ERROR(rC2.lbs().getNumElements() == r.lbs().getNumElements(), {}, "osicolcut", … in OsiColCutUnitTest()
78 …OSIUNITTEST_ASSERT_ERROR(rC2.ubs().getNumElements() == r.ubs().getNumElements(), {}, "osicolcut", … in OsiColCutUnitTest()
79 …OSIUNITTEST_ASSERT_ERROR(rC2.lbs().getNumElements() == ne, return, "osicolcut", "copy constructor"… in OsiColCutUnitTest()
80 …OSIUNITTEST_ASSERT_ERROR(rC2.ubs().getNumElements() == ne, return, "osicolcut", "copy constructor"… in OsiColCutUnitTest()
83 bounds_ok &= rC2.lbs().getIndices()[i] == inx[i]; in OsiColCutUnitTest()
84 bounds_ok &= rC2.lbs().getElements()[i] == el[i]; in OsiColCutUnitTest()
85 bounds_ok &= rC2.ubs().getIndices()[i] == inx[i]; in OsiColCutUnitTest()
86 bounds_ok &= rC2.ubs().getElements()[i] == el[i]; in OsiColCutUnitTest()
89 OSIUNITTEST_ASSERT_ERROR(rC2.effectiveness() == 121.0, {}, "osicolcut", "copy constructor"); in OsiColCutUnitTest()
[all …]
H A DOsiRowCutTest.cpp158 OsiRowCut rC2(r); in OsiRowCutUnitTest() local
159 …OSIUNITTEST_ASSERT_ERROR(rC2.row().getNumElements() == r.row().getNumElements(), return, "osirowcu… in OsiRowCutUnitTest()
162 row_ok &= rC2.row().getIndices()[i] == r.row().getIndices()[i]; in OsiRowCutUnitTest()
163 row_ok &= rC2.row().getElements()[i] == r.row().getElements()[i]; in OsiRowCutUnitTest()
166 OSIUNITTEST_ASSERT_ERROR(rC2.lb() == r.lb(), {}, "osirowcut", "copy constructor"); in OsiRowCutUnitTest()
167 OSIUNITTEST_ASSERT_ERROR(rC2.ub() == r.ub(), {}, "osirowcut", "copy constructor"); in OsiRowCutUnitTest()
168 …OSIUNITTEST_ASSERT_ERROR(rC2.effectiveness() == r.effectiveness(), {}, "osirowcut", "copy construc… in OsiRowCutUnitTest()
170 rhs = rC2; in OsiRowCutUnitTest()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/xc/
H A Dxc_xscan.F139 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
172 parameter (rC2=0.8d0)
265 exp5 = dexp(rC2/oma)
276 exp5 = dexp(rC2/oma)
323 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
329 dFada = -rD*exp5*rC2/oma2*dregalpha
H A Dxc_xr2scan.F120 double precision rCeta, rC2, eta, rDp2
170 rC2 = -sum(rRegu1)*(1d0-rH0)
207 x = rCeta*rC2*exp1*p + rMu*p
256 dxdp = rMu + rCeta*rC2*exp1*(1d0 - 2d0*p**2/rdp2**4)
H A Dxc_xr2scanl.F124 double precision rCeta, rC2, eta, rDp2
176 rC2 = -sum(rRegu1)*(1d0-rH0)
218 x = rCeta*rC2*exp1*p + rMu*p
269 dxdp = rMu + rCeta*rC2*exp1*(1d0 - 2d0*p**2/rdp2**4)
H A Dxc_xscanl.F134 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
168 parameter (rC2=0.8d0)
242 exp5 = dexp(rC2/oma)
281 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/xc/
H A Dxc_xscan.F135 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
168 parameter (rC2=0.8d0)
261 exp5 = dexp(rC2/oma)
272 exp5 = dexp(rC2/oma)
319 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
325 dFada = -rD*exp5*rC2/oma2*dregalpha
H A Dxc_xscanl.F134 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
168 parameter (rC2=0.8d0)
242 exp5 = dexp(rC2/oma)
281 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_scan.F141 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
172 parameter (rC2=0.8d0)
243 exp5 = dexp(rC2/oma)
280 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_scan.F141 double precision rH0, rK1, rA1, rC1, rC2, rD, rMu
172 parameter (rC2=0.8d0)
243 exp5 = dexp(rC2/oma)
280 dFada = -(rC1*exp4 + rD*exp5*rC2)/oma2
/dports/emulators/almostti/AlmostTI-DougMelton-Source/EMULib/
H A DLibARM-BPP32.asm22 rC2 RN r14 label
41 ;** For 24BPP/32BPP: rC1=0x007F7F7F, rC2=0x00808080 **
48 mov rC2,#0x000080
49 orr rC2,rC2,#0x008000
50 orr rC2,rC2,#0x800000
62 and $src1,$src1,rC2
63 and $dst,$src2,rC2
H A DLibARM-BPP16.asm22 rC2 RN r14 label
41 ;** For 16BPP: rC1=0x7BEF7BEF, rC2=0x42084208 **
48 mov rC2,#0x0008
49 orr rC2,rC2,#0x4200
50 orr rC2,rC2,rC2,lsl #16
60 and $src,rC2,$src,lsr #1
/dports/math/osi/Osi-0.108.6/CoinUtils/test/
H A DCoinShallowPackedVectorTest.cpp148 CoinShallowPackedVector rC2(r); in CoinShallowPackedVectorUnitTest() local
151 assert( ne==rC2.getNumElements() ); in CoinShallowPackedVectorUnitTest()
154 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinShallowPackedVectorUnitTest()
155 assert( r.getElements()[i] == rC2.getElements()[i] ); in CoinShallowPackedVectorUnitTest()
158 rhs=rC2; in CoinShallowPackedVectorUnitTest()
H A DCoinIndexedVectorTest.cpp156 CoinIndexedVector rC2(r); in CoinIndexedVectorUnitTest() local
159 assert( ne==rC2.getNumElements() ); in CoinIndexedVectorUnitTest()
162 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinIndexedVectorUnitTest()
165 rhs=rC2; in CoinIndexedVectorUnitTest()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/test/
H A DCoinShallowPackedVectorTest.cpp148 CoinShallowPackedVector rC2(r); in CoinShallowPackedVectorUnitTest() local
151 assert( ne==rC2.getNumElements() ); in CoinShallowPackedVectorUnitTest()
154 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinShallowPackedVectorUnitTest()
155 assert( r.getElements()[i] == rC2.getElements()[i] ); in CoinShallowPackedVectorUnitTest()
158 rhs=rC2; in CoinShallowPackedVectorUnitTest()
H A DCoinIndexedVectorTest.cpp156 CoinIndexedVector rC2(r); in CoinIndexedVectorUnitTest() local
159 assert( ne==rC2.getNumElements() ); in CoinIndexedVectorUnitTest()
162 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinIndexedVectorUnitTest()
165 rhs=rC2; in CoinIndexedVectorUnitTest()
/dports/math/clp/Clp-1.17.3/CoinUtils/test/
H A DCoinShallowPackedVectorTest.cpp148 CoinShallowPackedVector rC2(r); in CoinShallowPackedVectorUnitTest() local
151 assert( ne==rC2.getNumElements() ); in CoinShallowPackedVectorUnitTest()
154 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinShallowPackedVectorUnitTest()
155 assert( r.getElements()[i] == rC2.getElements()[i] ); in CoinShallowPackedVectorUnitTest()
158 rhs=rC2; in CoinShallowPackedVectorUnitTest()
H A DCoinIndexedVectorTest.cpp156 CoinIndexedVector rC2(r); in CoinIndexedVectorUnitTest() local
159 assert( ne==rC2.getNumElements() ); in CoinIndexedVectorUnitTest()
162 assert( r.getIndices()[i] == rC2.getIndices()[i] ); in CoinIndexedVectorUnitTest()
165 rhs=rC2; in CoinIndexedVectorUnitTest()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_matrix44_sse.c183 __m128 rC2 = _mm_set_ps(0.0f, -s*A.y, s*A.y, -s*A.x); /* 1,2 3 1 2,3 */ in M_MatrixRotateAxis44_SSE() local
190 R.m1 = _mm_addsub_ps(r1, _mm_shuffle_ps(rC1,rC2,_MM_SHUFFLE(3,1,2,3))); in M_MatrixRotateAxis44_SSE()
199 R.m2 = _mm_addsub_ps(r1, _mm_shuffle_ps(rC1,rC2,_MM_SHUFFLE(3,0,0,2))); in M_MatrixRotateAxis44_SSE()
208 R.m3 = _mm_addsub_ps(r1, _mm_shuffle_ps(rC2,rC1,_MM_SHUFFLE(1,3,0,2))); in M_MatrixRotateAxis44_SSE()

123