Searched refs:dot (Results 26 - 50 of 325) sorted by relevance

1234567891011>>

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-w65.c125 bfd_vma dot; local
167 dot = input_section->output_section->vma +
173 gap = value - dot;
189 dot = input_section->output_section->vma +
195 gap = value - (dot - shrink);
319 bfd_vma dot = (dst_address local
323 gap -= dot + 1;
343 bfd_vma dot = (dst_address local
349 if ((gap & 0xf0000) != (dot & 0xf0000))
359 gap -= dot
[all...]
H A Dcoff-z8k.c233 bfd_vma dot = (*dst_ptr local
236 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
261 bfd_vma dot = (*dst_ptr local
264 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the
292 bfd_vma dot = (*dst_ptr local
295 int gap = dst - dot - 2;
321 bfd_vma dot = (*dst_ptr local
324 int gap = dst - dot - 2;
H A Dcoff-h8300.c435 bfd_vma dot; local
460 dot = (input_section->output_section->vma
464 dot += (reloc->howto->type == R_JMP1 ? 1 : 2);
467 gap = value - dot;
518 if (last_value == dot + 2
520 && !h8300_symbol_address_p (abfd, input_section, dot - 2))
549 dot = input_section->output_section->vma +
553 gap = value - dot;
658 bfd_vma dot; local
669 dot
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Druserpass.c77 char *dot; local
83 dot = strchr (hostname_str, '.');
84 if (dot != NULL)
85 return dot + 1;
100 dot = strchr (hostname_str, '.');
101 if (dot != NULL)
102 return dot + 1;
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DCone.cpp58 double dotProduct = sourceToListener.dot(normalizedSourceOrientation);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfnmatch.c219 char *dot = strrchr(list[i], '.'); local
220 ABTS_STR_EQUAL(tc, ".txt", dot);
239 char *dot = strrchr(list[i], '.'); local
240 ABTS_STR_EQUAL(tc, ".txt", dot);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dant.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dconfig.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Ddtd.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dsgml.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dsh.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dsvg.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dtcsh.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dxsd.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dphp.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
43 " Provided by Mikolaj Machowski <mikmach at wp dot pl>
64 " Section jumping: [[ and ]] provided by Antony Scriven <adscriven at gmail dot com>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A Dtoken.l92 dot \.
105 hostname {name}(({dot}{name})+{dot}?)?
/macosx-10.10/vim-55/runtime/syntax/
H A Drib.vim37 "integer number, or floating point number without a dot and with "f".
41 "floating point number, with dot, optional exponent
43 "floating point number, starting with a dot, optional exponent
45 "floating point number, without dot, with exponent
H A Djgraph.vim30 "integer number, or floating point number without a dot. - or no -
32 "floating point number, with dot - or no -
34 "floating point number, starting with a dot - or no -
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c64 struct stat dot, pt; local
69 if (fstat(fd, &dot) < 0) {
76 if (dot.st_dev == 0 || dot.st_ino == 0) {
107 * Since dot.st_dev and dot.st_ino are non-zero, we don't need to
111 if (dot.st_dev != pt.st_dev || dot.st_ino != pt.st_ino) {
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DPannerNode.cpp289 float upProjection = sourceListener.dot(up);
294 azimuth = 180.0 * acos(projectedSource.dot(listenerRight)) / piDouble;
298 double frontBack = projectedSource.dot(listenerFrontNorm);
309 double elevation = 90.0 - 180.0 * acos(sourceListener.dot(up)) / piDouble;
347 double listenerProjection = sourceToListener.dot(listenerVelocity) / sourceListenerMagnitude;
348 double sourceProjection = sourceToListener.dot(sourceVelocity) / sourceListenerMagnitude;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatQuad.cpp49 inline float dot(const FloatSize& a, const FloatSize& b) function in namespace:WebCore
66 // Compute dot products
67 float dot00 = dot(v0, v0);
68 float dot01 = dot(v0, v1);
69 float dot02 = dot(v0, v2);
70 float dot11 = dot(v1, v1);
71 float dot12 = dot(v1, v2);
H A DFloatPoint3D.h94 float dot(const FloatPoint3D& a) const function in class:WebCore::FloatPoint3D
121 float lengthSquared() const { return this->dot(*this); }
166 // dot product
167 return a.dot(b);
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_builtin.c179 const char *dot; local
193 if ((dot = strchr(name, '.')) == 0) {
217 char *dot; local
231 if ((dot = strchr(var_myhostname, '.')) == 0 || strchr(dot + 1, '.') == 0)
233 return (domain = mystrdup(dot + 1));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl151 return [pt::pe ahead [pt::pe dot]] ; # -> Prefix
225 return [pt::pe dot]
287 return [pt::pe notahead [pt::pe dot]] ; # -> Prefix (dot is placeholder)
291 return [pt::pe repeat1 [pt::pe dot]] ; # -> Suffix (dot is placeholder)
302 # Prefix operator present ... Replace its child (dot,
320 return [pt::pe optional [pt::pe dot]] ; # -> Suffix (dot is placeholder)
348 return [pt::pe repeat0 [pt::pe dot]] ; #
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos6.tcl64 $s2 dot series1 $x $y1 $value
65 $s2 dot series2 $x $y2 $value
66 $s2 dot series3 $x $y3 $value
99 $s dot dipole 49.0 50.0 1.0
100 $s dot dipole 51.0 50.0 1.0

Completed in 388 milliseconds

1234567891011>>