Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c35 #define LIGHT_MODEL_AMBIENT_R(side) \ argument
36 ((side) ? NV20_3D_LIGHT_MODEL_BACK_AMBIENT_R : \
38 #define LIGHT_AMBIENT_R(side, i) \ argument
39 ((side) ? NV20_3D_LIGHT_BACK_AMBIENT_R(i) : \
41 #define LIGHT_DIFFUSE_R(side, i) \ argument
42 ((side) ? NV20_3D_LIGHT_BACK_DIFFUSE_R(i) : \
44 #define LIGHT_SPECULAR_R(side, i) \ argument
45 ((side) ? NV20_3D_LIGHT_BACK_SPECULAR_R(i) : \
47 #define MATERIAL_FACTOR_R(side) \ argument
48 ((side) ? NV20_3D_MATERIAL_FACTOR_BACK_R : \
[all …]
/external/google-breakpad/src/processor/
Dstatic_range_map_unittest.cc210 for (unsigned int side = 0; side <= 1; ++side) { in RetrieveTest() local
224 if (!side) // When checking the low side, in RetrieveTest()
233 (!side ? range_test->address : in RetrieveTest()
241 expected_result = side; // should fail low and succeed high. in RetrieveTest()
243 expected_result = !side; // should succeed low and fail high. in RetrieveTest()
256 << ", side " << side << ", offset " << offset << " FAILED."; in RetrieveTest()
263 << ", side " << side << ", offset " << offset << " FAILED."; in RetrieveTest()
266 << ", side " << side << ", offset " << offset << " FAILED."; in RetrieveTest()
273 if (!side && offset < 0) in RetrieveTest()
287 if (side && offset > 0 && nearest_base == address) { in RetrieveTest()
[all …]
Drange_map_unittest.cc130 for (unsigned int side = 0; side <= 1; ++side) { in RetrieveTest() local
144 if (!side) // When checking the low side, in RetrieveTest()
153 (!side ? range_test->address : in RetrieveTest()
161 expected_result = side; // should fail low and succeed high. in RetrieveTest()
163 expected_result = !side; // should succeed low and fail high. in RetrieveTest()
180 side, in RetrieveTest()
196 side, in RetrieveTest()
207 if (!side && offset < 0) in RetrieveTest()
222 if (side && offset > 0 && nearest_base == address) { in RetrieveTest()
234 side, in RetrieveTest()
[all …]
/external/toybox/toys/other/
Dhexedit.c141 static void highlight(int xx, int yy, int side) in highlight() argument
149 if (side!=2) esc("7m"); in highlight()
150 if (side>1) printf("%02X", cc); in highlight()
152 if (side==i) esc("32m"); in highlight()
176 int x, y, i, side = 0, key, ro = toys.optflags&FLAG_r, in hexedit_main() local
209 highlight(x, y, ro ? 3 : side); in hexedit_main()
222 TT.data[pos] &= 15<<(4*side); in hexedit_main()
223 TT.data[pos] |= i<<(4*!side); in hexedit_main()
225 highlight(x, y, ++side); in hexedit_main()
226 if (side==2) { in hexedit_main()
[all …]
/external/v8/test/webkit/fast/js/
Dfunction-toString-parentheses-expected.txt237 …) = c') should be (a = b) = c. Threw exception ReferenceError: Invalid left-hand side in assignment
242 PASS compileAndSerialize('a + b = c') threw exception ReferenceError: Invalid left-hand side in ass…
243 …) = c') should be (a + b) = c. Threw exception ReferenceError: Invalid left-hand side in assignment
246 …= c') should be (a *= b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
249 …*= c') should be (a = b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
254 PASS compileAndSerialize('a + b *= c') threw exception ReferenceError: Invalid left-hand side in as…
255 …*= c') should be (a + b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
258 …= c') should be (a /= b) /= c. Threw exception ReferenceError: Invalid left-hand side in assignment
261 …/= c') should be (a = b) /= c. Threw exception ReferenceError: Invalid left-hand side in assignment
266 PASS compileAndSerialize('a + b /= c') threw exception ReferenceError: Invalid left-hand side in as…
[all …]
Dmodify-non-references-expected.txt30 PASS Number()++ threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
31 PASS Number()-- threw exception ReferenceError: Invalid left-hand side expression in postfix operat…
32 PASS ++Number() threw exception ReferenceError: Invalid left-hand side expression in prefix operati…
33 PASS --Number() threw exception ReferenceError: Invalid left-hand side expression in prefix operati…
34 PASS Number() = 1 threw exception ReferenceError: Invalid left-hand side in assignment.
35 PASS Number() += 1 threw exception ReferenceError: Invalid left-hand side in assignment.
/external/libopus/silk/
Dstereo_LR_to_MS.c53 VARDECL( opus_int16, side ); in silk_stereo_LR_to_MS()
61 ALLOC( side, frame_length + 2, opus_int16 ); in silk_stereo_LR_to_MS()
67 side[ n ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( diff, 1 ) ); in silk_stereo_LR_to_MS()
72 silk_memcpy( side, state->sSide, 2 * sizeof( opus_int16 ) ); in silk_stereo_LR_to_MS()
74 silk_memcpy( state->sSide, &side[ frame_length ], 2 * sizeof( opus_int16 ) ); in silk_stereo_LR_to_MS()
89 … sum = silk_RSHIFT_ROUND( silk_ADD_LSHIFT( side[ n ] + side[ n + 2 ], side[ n + 1 ], 1 ), 2 ); in silk_stereo_LR_to_MS()
91 HP_side[ n ] = side[ n + 1 ] - sum; in silk_stereo_LR_to_MS()
211 … sum = silk_SMLAWB( silk_SMULWB( w_Q24, side[ n + 1 ] ), sum, pred0_Q13 ); /* Q8 */ in silk_stereo_LR_to_MS()
221 … sum = silk_SMLAWB( silk_SMULWB( w_Q24, side[ n + 1 ] ), sum, pred0_Q13 ); /* Q8 */ in silk_stereo_LR_to_MS()
/external/cblas/testing/
Dc_sblas3.c80 enum CBLAS_SIDE side; in F77_ssymm() local
83 get_side_type(rtlf,&side); in F77_ssymm()
86 if (side == CblasLeft) { in F77_ssymm()
110 cblas_ssymm( CblasRowMajor, side, uplo, *m, *n, *alpha, A, LDA, B, LDB, in F77_ssymm()
120 cblas_ssymm( CblasColMajor, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_ssymm()
123 cblas_ssymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_ssymm()
235 enum CBLAS_SIDE side; in F77_strmm() local
243 get_side_type(rtlf,&side); in F77_strmm()
246 if (side == CblasLeft) { in F77_strmm()
265 cblas_strmm(CblasRowMajor, side, uplo, trans, diag, *m, *n, *alpha, in F77_strmm()
[all …]
Dc_dblas3.c83 enum CBLAS_SIDE side; in F77_dsymm() local
86 get_side_type(rtlf,&side); in F77_dsymm()
89 if (side == CblasLeft) { in F77_dsymm()
113 cblas_dsymm( CblasRowMajor, side, uplo, *m, *n, *alpha, A, LDA, B, LDB, in F77_dsymm()
123 cblas_dsymm( CblasColMajor, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_dsymm()
126 cblas_dsymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb, in F77_dsymm()
238 enum CBLAS_SIDE side; in F77_dtrmm() local
246 get_side_type(rtlf,&side); in F77_dtrmm()
249 if (side == CblasLeft) { in F77_dtrmm()
268 cblas_dtrmm(CblasRowMajor, side, uplo, trans, diag, *m, *n, *alpha, in F77_dtrmm()
[all …]
Dauxiliary.c32 void get_side_type(char *type, enum CBLAS_SIDE *side) { in get_side_type() argument
34 *side = CblasLeft; in get_side_type()
36 *side = CblasRight; in get_side_type()
37 else *side = UNDEFINED; in get_side_type()
Dc_cblas3.c98 enum CBLAS_SIDE side; in F77_chemm() local
101 get_side_type(rtlf,&side); in F77_chemm()
104 if (side == CblasLeft) { in F77_chemm()
136 cblas_chemm( CblasRowMajor, side, uplo, *m, *n, alpha, A, LDA, B, LDB, in F77_chemm()
148 cblas_chemm( CblasColMajor, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_chemm()
151 cblas_chemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_chemm()
162 enum CBLAS_SIDE side; in F77_csymm() local
165 get_side_type(rtlf,&side); in F77_csymm()
168 if (side == CblasLeft) { in F77_csymm()
192 cblas_csymm( CblasRowMajor, side, uplo, *m, *n, alpha, A, LDA, B, LDB, in F77_csymm()
[all …]
Dc_zblas3.c98 enum CBLAS_SIDE side; in F77_zhemm() local
101 get_side_type(rtlf,&side); in F77_zhemm()
104 if (side == CblasLeft) { in F77_zhemm()
136 cblas_zhemm( CblasRowMajor, side, uplo, *m, *n, alpha, A, LDA, B, LDB, in F77_zhemm()
148 cblas_zhemm( CblasColMajor, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_zhemm()
151 cblas_zhemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb, in F77_zhemm()
162 enum CBLAS_SIDE side; in F77_zsymm() local
165 get_side_type(rtlf,&side); in F77_zsymm()
168 if (side == CblasLeft) { in F77_zsymm()
192 cblas_zsymm( CblasRowMajor, side, uplo, *m, *n, alpha, A, LDA, B, LDB, in F77_zsymm()
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css29 #side-nav {
35 #side-nav.not-resizable {
59 #side-nav ul {
65 #side-nav ul ul {
70 #side-nav li {
77 #side-nav li h2 {
84 #side-nav li a {
90 #side-nav li a span+span {
94 #side-nav li a:hover {
98 #side-nav li a+a {
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h113 GLint side; in TAG() local
166 side = 1; in TAG()
177 side = 0; in TAG()
182 COPY_3V(contrib, light->_MatAmbient[side]); in TAG()
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]); in TAG()
184 ACC_SCALE_SCALAR_3V(sum[side], attenuation, contrib ); in TAG()
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG()
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef, in TAG()
211 light->_MatSpecular[side]); in TAG()
290 GLint side; in TAG() local
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java21 private final int side; field in SquaringDrawable
23 public SquaringDrawable(GlideDrawable wrapped, int side) { in SquaringDrawable() argument
25 this.side = side; in SquaringDrawable()
94 return side; in getIntrinsicWidth()
99 return side; in getIntrinsicHeight()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DFastOctnode.java53 public void setSide(int side){ in setSide() argument
55 offset |= (side << 29); in setSide()
90 private static void findChildBound(BoundingBox bbox, int side){ in findChildBound() argument
92 bbox.getCenter().set(bbox.getCenter().x + extent * Octnode.extentMult[side].x, in findChildBound()
93 bbox.getCenter().y + extent * Octnode.extentMult[side].y, in findChildBound()
94 bbox.getCenter().z + extent * Octnode.extentMult[side].z); in findChildBound()
DOctnode.java76 private BoundingBox getChildBound(int side){ in getChildBound() argument
78 Vector3f center = new Vector3f(bbox.getCenter().x + extent * extentMult[side].x, in getChildBound()
79 bbox.getCenter().y + extent * extentMult[side].y, in getChildBound()
80 bbox.getCenter().z + extent * extentMult[side].z); in getChildBound()
197 public void generateFastOctnodeLinks(Octnode parent, Octnode nextSibling, int side){ in generateFastOctnodeLinks() argument
198 fastNode.setSide(side); in generateFastOctnodeLinks()
/external/skia/src/pathops/
DSkOpCubicHull.cpp40 static int side(double x) { in side() function
85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); in convexHull()
86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY); in convexHull()
141 int midSides = side(midPath[yMin].fY - midPath[least].fY); in convexHull()
142 midSides ^= side(midPath[midX].fY - midPath[least].fY); in convexHull()
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix_MKL.h57 char side='L', uplo='L'; \
89 …MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &…
108 char side='L', uplo='L'; \
157 …MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &…
184 char side='R', uplo='L'; \
215 …MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &…
234 char side='R', uplo='L'; \
282 …MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &…
DTriangularSolverMatrix_MKL.h57 char side = 'L', uplo, diag='N', transa; \
85 …MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_…
112 char side = 'R', uplo, diag='N', transa; \
140 …MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_…
/external/iptables/extensions/
Dlibxt_recent.c125 info->side = XT_RECENT_SOURCE; in recent_init()
160 info->side = XT_RECENT_SOURCE; in recent_parse()
163 info->side = XT_RECENT_DEST; in recent_parse()
203 if (info->side == XT_RECENT_SOURCE) in recent_print()
205 if (info->side == XT_RECENT_DEST) in recent_print()
255 if (info->side == XT_RECENT_SOURCE) in recent_save()
257 if (info->side == XT_RECENT_DEST) in recent_save()
/external/freetype/src/base/
Dftstroke.c883 FT_Int side ) in ft_stroker_arcto() argument
888 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
891 rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_arcto()
911 FT_Int side ) in ft_stroker_cap() argument
922 error = ft_stroker_arcto( stroker, side ); in ft_stroker_cap()
928 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap()
930 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
955 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap()
957 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
985 FT_Int side, in ft_stroker_inside() argument
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c883 FT_Int side ) in ft_stroker_arcto() argument
888 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
891 rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_arcto()
911 FT_Int side ) in ft_stroker_cap() argument
922 error = ft_stroker_arcto( stroker, side ); in ft_stroker_cap()
928 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap()
930 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
955 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap()
957 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
985 FT_Int side, in ft_stroker_inside() argument
[all …]
/external/eigen/blas/
Dlevel3_impl.h66 int EIGEN_BLAS_FUNC(trsm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar… in EIGEN_BLAS_FUNC()
119 if(SIDE(*side)==INVALID) info = 1; in EIGEN_BLAS_FUNC()
125 else if(*lda<std::max(1,(SIDE(*side)==LEFT)?*m:*n)) info = 9; in EIGEN_BLAS_FUNC()
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC()
132 if(SIDE(*side)==LEFT) in EIGEN_BLAS_FUNC()
152 int EIGEN_BLAS_FUNC(trmm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar… in EIGEN_BLAS_FUNC()
203 if(SIDE(*side)==INVALID) info = 1; in EIGEN_BLAS_FUNC()
209 else if(*lda<std::max(1,(SIDE(*side)==LEFT)?*m:*n)) info = 9; in EIGEN_BLAS_FUNC()
214 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC()
223 if(SIDE(*side)==LEFT) in EIGEN_BLAS_FUNC()
[all …]
/external/eigen/doc/
DTopicAliasing.dox32 <tt>mat.bottomRightCorner(2,2)</tt> on the left-hand side of the assignment and the block
33 <tt>mat.topLeftCorner(2,2)</tt> on the right-hand side. After the assignment, the (2,2) entry in th…
81 to evaluate the right-hand side fully into a temporary matrix/array and then assign it to the left-…
82 side. The function \link DenseBase::eval() eval() \endlink does precisely that.
132 …ed above, it may be dangerous if the same matrix or array occurs on both the left-hand side and the
133 right-hand side of an assignment operator, and it is then often necessary to evaluate the right-han…
149 In general, an assignment is safe if the (i,j) entry of the expression on the right-hand side depen…
150 the (i,j) entry of the matrix or array on the left-hand side and not on any other entries. In that …
151 not necessary to evaluate the right-hand side explicitly.
204 …curs when the same matrix or array coefficients appear both on the left- and the right-hand side of

12345678910>>...20