Searched defs:sub (Results 1 - 25 of 123) sorted by relevance

12345

/external/v8/test/mjsunit/regress/
H A Dregress-1278.js37 function sub(x, y) { function
55 assertEquals(0, sub(0, 0));
56 assertEquals(0, sub(0, -0));
57 assertEquals(-0, sub(-0, 0));
58 assertEquals(0, sub(-0, -0));
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
75 next = scanOp(pos, iter, sub) && iter.hasNext();
81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
82 subroutines[pos] = sub;
87 scanTableSwitch(pos, iter, sub);
93 scanLookupSwitch(pos, iter, sub);
114 scan(target, iter, sub);
125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
128 scan(pos + iter.s32bitAt(index), iter, sub);
135 scan(target, iter, sub);
139 scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) argument
[all...]
/external/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
11 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2]
12 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2]
13 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0]
14 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0]
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js36 strike: 'strike', sub: 'sub', sup: 'sup' };
/external/blktrace/btreplay/
H A Dbtrecord.h78 static inline __u64 mk_btversion(int mjr, int mnr, int sub) argument
80 return ((mjr & 0xff) << 16) | ((mnr & 0xff) << 8) | (sub & 0xff);
83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub) argument
87 *sub = (int)((version >> 0) & 0xff);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp53 const Expr *sub = *i; local
54 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(sub))
55 sub = OVE->getSourceExpr();
56 Scan(M, sub);
/external/clang/test/SemaCXX/
H A Dqual-id-test.cpp23 struct sub : B::base struct in namespace:A
39 A::sub a;
43 a.sub::x();
48 a.A::sub::x();
51 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
60 A::sub *a;
64 a->sub::x();
69 a->A::sub::x();
72 a->bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
86 A::sub *
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-byteswap.c118 DBusTypeReader sub; local
123 _dbus_type_reader_recurse (reader, &sub);
127 byteswap_body_helper (&sub,
162 DBusTypeReader sub; local
176 _dbus_type_reader_init_types_only (&sub, &sig, 0);
178 byteswap_body_helper (&sub, FALSE, old_byte_order, new_byte_order, p, &p);
185 DBusTypeReader sub; local
189 _dbus_type_reader_recurse (reader, &sub);
191 byteswap_body_helper (&sub, TRUE, old_byte_order, new_byte_order, p, &p);
H A Ddbus-marshal-validate.c442 DBusTypeReader sub; local
454 _dbus_type_reader_recurse (reader, &sub);
494 validity = validate_body_helper (&sub, byte_order, FALSE,
563 DBusTypeReader sub; local
609 _dbus_type_reader_init_types_only (&sub, &sig, 0);
611 _dbus_assert (_dbus_type_reader_get_current_type (&sub) != DBUS_TYPE_INVALID);
613 validity = validate_body_helper (&sub, byte_order, FALSE,
619 if (_dbus_type_reader_next (&sub))
622 _dbus_assert (_dbus_type_reader_get_current_type (&sub) == DBUS_TYPE_INVALID);
629 DBusTypeReader sub; local
[all...]
/external/eigen/test/
H A Dstable_norm.cpp18 template<typename T> EIGEN_DONT_INLINE T sub(T a, T b) { return a - b; } function
22 return isNotNaN(sub(x,x));
H A Djacobisvd.cpp212 template<typename T> EIGEN_DONT_INLINE T sub(T a, T b) { return a - b; } function
222 VERIFY(sub(some_inf, some_inf) != sub(some_inf, some_inf));
/external/llvm/lib/Support/
H A DRegex.cpp94 std::string Regex::sub(StringRef Repl, StringRef String, function in class:Regex
/external/opencv/cv/src/
H A Dcvcalcimagehomography.cpp67 CvMat sub = cvMat( 3, 3, CV_32F, _sub ); local
105 cvSetIdentity( &sub );
106 cvSub( &sub, &r_trans, &sub );
107 cvMatMul( &sub, &center, &t_trans );
109 cvMatMul( &t_trans, &rz, &sub );
110 cvScaleAdd( &sub, cvRealScalar(1./plane_dist), &r_trans, &sub ); /* ? */
112 cvMatMul( &intrinsic, &sub, &r_trans );
113 cvInvert( &intrinsic, &sub, CV_SV
[all...]
/external/regex-re2/re2/
H A Dset.cc52 re2::Regexp** sub = new re2::Regexp*[nsub + 1]; local
54 sub[i] = re->sub()[i]->Incref();
55 sub[nsub] = m;
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
58 delete[] sub;
60 re2::Regexp* sub[2]; local
61 sub[0] = re;
62 sub[1] = m;
63 re = re2::Regexp::Concat(sub,
[all...]
H A Dsimplify.cc62 subs = sub();
73 subs = sub();
78 subs = sub();
201 Regexp** subs = re->sub();
203 Regexp* sub = subs[i]; local
205 if (newsub != sub) {
220 Regexp** nre_subs = nre->sub();
229 if (newsub == re->sub()[0]) {
236 nre->sub()[0] = newsub;
252 if (newsub == re->sub()[
[all...]
H A Dwalker-inl.h194 Regexp** sub = re->sub(); local
196 if (use_copy && s->n > 0 && sub[s->n - 1] == sub[s->n]) {
200 stack_->push(WalkState<T>(sub[s->n], s->pre_arg));
/external/clang/utils/
H A DFindSpecRefs722 def sub(a,b): function in function:SpecIndex.__sub__
726 return map(sub,self.indices,indices)
/external/mesa3d/src/glsl/
H A Dloop_controls.cpp93 ir_expression *const sub = local
97 new(mem_ctx) ir_expression(ir_binop_div, sub->type, sub, increment);
/external/openssh/
H A Dmatch.c122 char sub[1024]; local
141 i < len && subi < sizeof(sub) - 1 && pattern[i] != ',';
143 sub[subi] = dolower && isupper(pattern[i]) ?
146 if (subi >= sizeof(sub) - 1)
154 sub[subi] = '\0';
157 if (match_pattern(string, sub)) {
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js71 function sub(v1, v2) { function
126 var edge1 = sub(p3, p1);
127 var edge2 = sub(p2, p1);
227 var toLight = sub(light, hit);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js71 function sub(v1, v2) { function
126 var edge1 = sub(p3, p1);
127 var edge2 = sub(p2, p1);
227 var toLight = sub(light, hit);
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp145 const Expr *sub = ICE->getSubExpr(); local
146 QualType T = sub->getType();
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c205 /* sub */
206 static int sub(void *a, void *b, void *c) function
419 &sub,
H A Dltm_desc.c222 /* sub */
223 static int sub(void *a, void *b, void *c) function
425 &sub,
/external/eigen/Eigen/src/Core/
H A DBandMatrix.h56 /** \returns the number of sub diagonals */
108 /** \returns a vector expression of the \a N -th sub or super diagonal */
114 /** \returns a vector expression of the \a N -th sub or super diagonal */
120 /** \returns a vector expression of the \a i -th sub or super diagonal */
127 /** \returns a vector expression of the \a i -th sub or super diagonal */
168 * \param Subs Number of sub diagonal
222 /** \returns the number of sub diagonals */
286 /** \returns the number of sub diagonals */
323 inline typename Base::template DiagonalIntReturnType<-1>::Type sub() function in class:Eigen::internal::TridiagonalMatrix
325 inline const typename Base::template DiagonalIntReturnType<-1>::Type sub() cons function in class:Eigen::internal::TridiagonalMatrix
[all...]

Completed in 668 milliseconds

12345