Searched refs:derived (Results 201 - 225 of 236) sorted by relevance

12345678910

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixSquareRoot.h461 return MatrixSquareRootReturnValue<Derived>(derived());
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm11 ; * Mar-13-2003 -- Most of this is derived from inffast.S which is derived from
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as230 * This is a variant of createToken where the new token is derived from
/external/llvm/lib/Support/
H A Dregengine.inc2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
20 * may be used to endorse or promote products derived from this software
/external/v8/tools/gcmole/
H A Dgcmole.lua13 -- contributors may be used to endorse or promote products derived
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas18 derived from this software without specific prior WRITTEN permission.
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl367 whole or in part contains or is derived from the Program or any
383 identifiable sections of that work are not derived from the Program,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb20 derived from this software without specific prior written permission.
H A Drecognizers.rb20 derived from this software without specific prior written permission.
H A Dstreams.rb20 derived from this software without specific prior written permission.
H A Dtoken.rb20 derived from this software without specific prior written permission.
H A Dtree.rb20 derived from this software without specific prior written permission.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb20 derived from this software without specific prior written permission.
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h632 return SVD<PlainObject>(derived());
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h667 return internal::solve_retval<JacobiSVD, Rhs>(*this, b.derived());
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h163 return internal::solve_retval<BDCSVD, Rhs>(*this, b.derived());
H A DJacobiSVD.h600 return internal::solve_retval<JacobiSVD, Rhs>(*this, b.derived());
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s16 ; contributors may be used to endorse or promote products derived from
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s16 # contributors may be used to endorse or promote products derived from
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc15 // contributors may be used to endorse or promote products derived from
604 // are pointers or references to a derived and a base class, correspondingly.
1013 // Tests that Ref(variable) is covariant, i.e. Ref(derived) can be
1014 // used wherever Ref(base) can be used (Ref(derived) is a sub-type
1019 Derived derived; local
1023 EXPECT_FALSE(m1.Matches(derived));
1025 m1 = Ref(derived);
1026 EXPECT_TRUE(m1.Matches(derived));
2928 // A derived struct for testing Field().
3139 // A derived clas
[all...]
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex74 Exactly how this index is derived depends on the architecture. For
160 derived from static code and the unwind-info for the dynamic and the
/external/tremolo/Tremolo/
H A DbitwiseARM.s19 @ endorse or promote products derived from this software without
H A Ddpen.s19 @ endorse or promote products derived from this software without
/external/mesa3d/docs/
H A DMESA_texture_array.spec312 "The contents of the derived arrays are computed by repeated, filtered
/external/pcre/dist/
H A Dpcregexp.pas23 may be used to endorse or promote products derived from this software without

Completed in 2320 milliseconds

12345678910