Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 70) sorted by relevance

123

/external/eigen/Eigen/src/SparseCore/
DSparseDot.h18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const in dot() function
42 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const in dot() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DDOTGenerator.java72 ST dot = null; in getDOT() local
111 protected void walkCreatingDFADOT(ST dot, in walkCreatingDFADOT()
161 protected void walkRuleNFACreatingDOT(ST dot, in walkRuleNFACreatingDOT()
/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c78 int count,pos,dot; in do_try_nsap() local
163 int i,dot,result; in try_e164() local
/external/eigen/blas/
Dlevel1_real_impl.h27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) in EIGEN_BLAS_FUNC() argument
/external/quake/quake/src/WinQuake/
Dr_bsp.cpp331 vec_t dot; in R_DrawSolidClippedSubmodelPolygons() local
413 vec_t dot; in R_DrawSubmodelPolygons() local
455 double d, dot; in R_RecursiveWorldNode() local
Dr_sprite.cpp139 float dot, scale, *pv; in R_SetupAndDrawSprite() local
291 float dot, angle, sr, cr; in R_DrawSprite() local
/external/quake/quake/src/QW/client/
Dr_bsp.c331 vec_t dot; in R_DrawSolidClippedSubmodelPolygons() local
413 vec_t dot; in R_DrawSubmodelPolygons() local
455 double d, dot; in R_RecursiveWorldNode() local
Dr_sprite.c139 float dot, scale, *pv; in R_SetupAndDrawSprite() local
291 float dot, angle, sr, cr; in R_DrawSprite() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java678 String dot = dotGenerator.getDOT(dfa.startState); in generateDFAs() local
701 String dot = dotGenerator.getDOT(r.startState); in generateNFAs() local
711 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException { in writeDOTFile()
715 protected void writeDOTFile(Grammar g, String name, String dot) throws IOException { in writeDOTFile()
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.h101 float dot(const FloatPoint& a) const in dot() function
DFloatQuad.cpp49 inline float dot(const FloatSize& a, const FloatSize& b) in dot() function
DFloatPoint3D.h94 float dot(const FloatPoint3D& a) const in dot() function
/external/webkit/Source/WebCore/platform/network/cf/
DResourceResponseCFNet.cpp64 int dot = filename.find('.'); in filenameHasSaneExtension() local
/external/eigen/Eigen/src/Geometry/
DQuaternion.h133 …template<class OtherDerived> inline Scalar dot(const QuaternionBase<OtherDerived>& other) const { … in dot() function
/external/chromium/chrome/browser/chromeos/login/
Doobe_progress_bar.cc64 SkBitmap* dot; in OnPaint() local
/external/chromium/chrome/browser/ssl/
Dssl_policy.cc33 const size_t dot = host.find(kDot); in IsIntranetHost() local
/external/e2fsprogs/intl/
Dlocalcharset.c339 const char *dot = strchr (locale, '.'); in locale_charset() local
/external/webkit/Source/WebCore/loader/
DFTPDirectoryParser.cpp747 char *dot; in parseOneFTPLine() local
/external/replicaisland/src/com/replica/replicaisland/
DVector2.java82 public final float dot(Vector2 other) { in dot() method in Vector2
/external/skia/src/effects/
DSkEmbossMask.cpp126 …SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)]… in Emboss() local
/external/srec/srec/Semproc/src/
DSymbolTable.c152 LCHAR *dot; in ST_getKeyValue() local
/external/llvm/lib/MC/
DMCWin64EH.cpp212 size_t dot = name.find('.', 1); in GetSectionSuffix() local
/external/chromium/net/base/
Dregistry_controlled_domain.cc209 const size_t dot = host.rfind('.', host.length() - registry_length - 2); in GetDomainAndRegistryImpl() local
/external/skia/src/utils/
DSkCamera.cpp272 SkScalar dot = SkUnit3D::Dot(*(const SkUnit3D*)(const void*)&fZenith, axis); in doUpdate() local
310 SkScalar dot; in patchToMatrix() local
/external/fsck_msdos/
Ddir.c451 int dot, dotdot; in check_dot_dot() local
550 int dot,dotdot; in readDosDirSection() local

123