Home
last modified time | relevance | path

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

12345678910>>...66

/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.c99 static void highlight(int xx, int yy, int side) in highlight() argument
107 if (side!=2) tty_esc("7m"); in highlight()
108 if (side>1) printf("%02X", cc); in highlight()
110 if (side==i) tty_esc("32m"); in highlight()
121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, in hexedit_main() local
182 highlight(x, y, ro ? 3 : side); in hexedit_main()
194 if (!side) { in hexedit_main()
205 TT.data[pos] &= 15<<(4*side); in hexedit_main()
206 TT.data[pos] |= i<<(4*!side); in hexedit_main()
208 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/webrtc/webrtc/modules/audio_coding/test/
DAPITest.h51 void CheckVADStatus(char side);
54 void TestDelay(char side);
57 void TestRegisteration(char side);
64 void TestSendVAD(char side);
66 void CurrentCodec(char side);
68 void ChangeCodec(char side);
/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/autotest/
Dmoblab_config.ini2 # Minimum OS version that supports server side packaging. Older builds may
3 # not have server side package built or with Autotest code change to support
4 # server-side packaging.
6 # moblab can still test builds in R43 branch with server-side packaging, except
/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/autotest/docs/
Dbest-practices.md24 | client-side tests | client/site_tests/ |
25 | server-side tests | server/site_tests |
68 Autotest has a notion of both client-side tests and server-side tests. Code in
69 a client-side test runs only on the device under test (DUT), and as such isn’t
71 and the like. If possible, an autotest should be written as a client-side
73 just like a client-side test. It can use various autotest primitives (and
75 all, tests that use Servo or remote power management should be server-side
81 code, whether client-side test, server-side test, or library, have a strong
132 the host. For a client-side test, “the host” means “the DUT”. For a
133 server-side test, “the host” typically means “the system running autoserv”;
[all …]
/external/autotest/server/site_tests/
DREADME1 This directory contains server-side test cases for Chromium OS,
4 distinction between client side tests and server side tests.
/external/autotest/client/site_tests/
DREADME1 This directory contains client-side test cases for Chromium OS,
4 distinction between client side tests and server side tests.
/external/curl/tests/data/
Dtest26110 # Server-side
16 REPLY TYPE 226 Kind of on the positive side!
21 # Client-side
/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, &…
/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/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf126 * 1/2 when needed. For example rows 0 and 1 use left side U texels
127 * (U0-U2 in the first example) while rows 2 and 3 right side U texels
129 * When the image height is a multiple of 4, the 'V side' is the same
130 * as the 'U side,' otherwise it is opposite.
144 // rows 0-1, U on left side
147 // rows 2-3, U on right side
152 // multiple of 4, V same side as U
155 // assume multiple of 2, V opposite side to U
165 // shift to proper side and translate down...

12345678910>>...66