Searched refs:side (Results 1 - 25 of 133) sorted by relevance

123456

/external/cblas/testing/
H A Dauxiliary.c32 void get_side_type(char *type, enum CBLAS_SIDE *side) { argument
34 *side = CblasLeft;
36 *side = CblasRight;
37 else *side = UNDEFINED;
H A Dc_dblas3.c83 enum CBLAS_SIDE side; local
86 get_side_type(rtlf,&side);
89 if (side == CblasLeft) {
113 cblas_dsymm( CblasRowMajor, side, uplo, *m, *n, *alpha, A, LDA, B, LDB,
123 cblas_dsymm( CblasColMajor, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
126 cblas_dsymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
238 enum CBLAS_SIDE side; local
246 get_side_type(rtlf,&side);
249 if (side == CblasLeft) {
268 cblas_dtrmm(CblasRowMajor, side, upl
289 enum CBLAS_SIDE side; local
[all...]
H A Dc_sblas3.c80 enum CBLAS_SIDE side; local
83 get_side_type(rtlf,&side);
86 if (side == CblasLeft) {
110 cblas_ssymm( CblasRowMajor, side, uplo, *m, *n, *alpha, A, LDA, B, LDB,
120 cblas_ssymm( CblasColMajor, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
123 cblas_ssymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
235 enum CBLAS_SIDE side; local
243 get_side_type(rtlf,&side);
246 if (side == CblasLeft) {
265 cblas_strmm(CblasRowMajor, side, upl
286 enum CBLAS_SIDE side; local
[all...]
H A Dc_cblas3.c98 enum CBLAS_SIDE side; local
101 get_side_type(rtlf,&side);
104 if (side == CblasLeft) {
136 cblas_chemm( CblasRowMajor, side, uplo, *m, *n, alpha, A, LDA, B, LDB,
148 cblas_chemm( CblasColMajor, side, uplo, *m, *n, alpha, a, *lda, b, *ldb,
151 cblas_chemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb,
162 enum CBLAS_SIDE side; local
165 get_side_type(rtlf,&side);
168 if (side == CblasLeft) {
192 cblas_csymm( CblasRowMajor, side, upl
453 enum CBLAS_SIDE side; local
512 enum CBLAS_SIDE side; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_tnl.c35 #define LIGHT_MODEL_AMBIENT_R(side) \
36 ((side) ? NV20_3D_LIGHT_MODEL_BACK_AMBIENT_R : \
38 #define LIGHT_AMBIENT_R(side, i) \
39 ((side) ? NV20_3D_LIGHT_BACK_AMBIENT_R(i) : \
41 #define LIGHT_DIFFUSE_R(side, i) \
42 ((side) ? NV20_3D_LIGHT_BACK_DIFFUSE_R(i) : \
44 #define LIGHT_SPECULAR_R(side, i) \
45 ((side) ? NV20_3D_LIGHT_BACK_SPECULAR_R(i) : \
47 #define MATERIAL_FACTOR_R(side) \
48 ((side)
237 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT; local
279 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_DIFFUSE; local
301 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_SPECULAR; local
319 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_SHININESS; local
[all...]
/external/webrtc/webrtc/modules/audio_coding/test/
H A 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);
122 // keep track of the codec in either side.
126 // Is set to true if there is no encoder in either side
H A DTestRedFec.h34 int16_t RegisterSendCodec(char side, const char* codecName,
/external/iptables/include/linux/netfilter/
H A Dxt_recent.h32 __u8 side; member in struct:xt_recent_mtinfo
41 __u8 side; member in struct:xt_recent_mtinfo_v1
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_recent.h32 __u8 side; member in struct:xt_recent_mtinfo
41 __u8 side; member in struct:xt_recent_mtinfo_v1
/external/google-breakpad/src/processor/
H A Dstatic_range_map_unittest.cc210 for (unsigned int side = 0; side <= 1; ++side) {
211 // When side == 0, check the low side (base address) of each range.
212 // When side == 1, check the high side (base + size) of each range.
224 if (!side) // When checking the low side,
226 else // When checking the high side,
[all...]
H A Drange_map_unittest.cc130 for (unsigned int side = 0; side <= 1; ++side) {
131 // When side == 0, check the low side (base address) of each range.
132 // When side == 1, check the high side (base + size) of each range.
144 if (!side) // When checking the low side,
146 else // When checking the high side,
[all...]
/external/toybox/toys/other/
H A Dhexedit.c98 // side: 0 = editing left, 1 = editing right, 2 = clear, 3 = read only
99 static void highlight(int xx, int yy, int side) argument
107 if (side!=2) tty_esc("7m");
108 if (side>1) printf("%02X", cc);
110 if (side==i) tty_esc("32m");
121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, local
182 highlight(x, y, ro ? 3 : side);
194 if (!side) {
205 TT.data[pos] &= 15<<(4*side);
206 TT.data[pos] |= i<<(4*!side);
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java14 * A wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side
21 private final int side; field in class:SquaringDrawable
23 public SquaringDrawable(GlideDrawable wrapped, int side) { argument
25 this.side = side;
94 return side;
99 return side;
/external/libopus/silk/
H A Dstereo_LR_to_MS.c39 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
53 VARDECL( opus_int16, side );
61 ALLOC( side, frame_length + 2, opus_int16 );
62 /* Convert to basic mid/side signals */
67 side[ n ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( diff, 1 ) );
72 silk_memcpy( side, state->sSide, 2 * sizeof( opus_int16 ) );
74 silk_memcpy( state->sSide, &side[ frame_length ], 2 * sizeof( opus_int16 ) );
85 /* LP and HP filter side signal */
89 sum = silk_RSHIFT_ROUND( silk_ADD_LSHIFT( side[
[all...]
/external/doclava/res/assets/templates/
H A Dhead_tag.cs35 #side-nav{padding:0;}
36 #side-nav .toggle-list ul {display:block;}
/external/skia/src/pathops/
H A DSkOpCubicHull.cpp40 static int side(double x) { function
85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY);
86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY);
113 } else if (sides == 0) { // '0' means both to one side or the other
135 // see if mid value is on same side of line (least, most) as yMin
141 int midSides = side(midPath[yMin].fY - midPath[least].fY);
142 midSides ^= side(midPath[midX].fY - midPath[least].fY);
/external/doclava/res/assets/templates/assets/
H A 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
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h113 GLint side; local
162 /* Which side gets the diffuse & specular terms? */
166 side = 1;
177 side = 0;
182 COPY_3V(contrib, light->_MatAmbient[side]);
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
184 ACC_SCALE_SCALAR_3V(sum[side], attenuation, contrib );
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
211 light->_MatSpecular[side]);
290 GLint side; local
[all...]
/external/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
/external/eigen/Eigen/src/Core/products/
H A 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*)_other, &ldb); \
112 char side = 'R', uplo, diag='N', transa; \
140 MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
H A DSelfadjointMatrixMatrix_MKL.h57 char side='L', uplo='L'; \
89 MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
108 char side='L', uplo='L'; \
157 MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
184 char side='R', uplo='L'; \
215 MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
234 char side='R', uplo='L'; \
282 MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
/external/guava/
H A DAndroid.mk25 # Also build a host-side library
36 # Also build a host-side dalvik library
/external/jsr305/
H A DAndroid.mk24 # Also build a host side library (Java)
30 # Also build a host side library (Dalvik)
/external/iptables/extensions/
H A Dlibxt_recent.c125 info->side = XT_RECENT_SOURCE;
160 info->side = XT_RECENT_SOURCE;
163 info->side = XT_RECENT_DEST;
203 if (info->side == XT_RECENT_SOURCE)
204 printf(" side: source");
205 if (info->side == XT_RECENT_DEST)
206 printf(" side: dest");
255 if (info->side == XT_RECENT_SOURCE)
257 if (info->side == XT_RECENT_DEST)
/external/gemmlowp/internal/
H A Dblock_params.h143 // one side (LHS or RHS), expressed in terms of 'width' instead of
161 inline void GetSideBlockParams(Side side, SideBlockParams* side_block_params, argument
164 side == Side::Lhs ? block_params.l1_rows : block_params.l1_cols;
166 side == Side::Lhs ? block_params.l2_rows : block_params.l2_cols;

Completed in 667 milliseconds

123456