Searched refs:dot (Results 51 - 75 of 332) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/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
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
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.9.5/WebCore-7537.78.1/platform/network/cf/
H A DResourceResponseCFNet.cpp65 int dot = filename.find('.'); local
67 // The dot can't be the first or last character in the filename.
69 return dot > 0 && dot < length - 1;
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dutil.c80 * "bla:" -> {"foo", dot}
86 colon(dbv, path, dot)
89 char *dot; /* default for single ':' */
113 /* single colon -> dot */
115 p = dot;
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dhebrew_utf-8.vim58 SR <Char-0x5c1> " shin-dot
59 SL <Char-0x5c2> " sin-dot
96 XW <Char-0xfb2a> " shin+shin-dot
97 Xw <Char-0xfb2b> " shin+sin-dot
98 X..W <Char-0xfb2c> " shin+shin-dot+dagesh
99 X..w <Char-0xfb2d> " shin+sin-dot+dagesh
H A Dhebrewp_utf-8.vim52 SR <Char-0x5c1> " shin-dot
53 SL <Char-0x5c2> " sin-dot
90 XW <Char-0xfb2a> " shin+shin-dot
91 Xw <Char-0xfb2b> " shin+sin-dot
92 X..W <Char-0xfb2c> " shin+shin-dot+dagesh
93 X..w <Char-0xfb2d> " shin+sin-dot+dagesh
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.c91 dot(void) function
197 if(verbosity) dot();
238 if(verbosity) dot();
305 if(verbosity) if((++count) % 100 == 0) dot();
323 dot();
371 if(verbosity) if((++count) % 10 == 0) dot();
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.c91 dot(void) function
197 if(verbosity) dot();
238 if(verbosity) dot();
305 if(verbosity) if((++count) % 100 == 0) dot();
323 dot();
371 if(verbosity) if((++count) % 10 == 0) dot();
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dold-extconf.rb87 major = dot = minor = dot = plvl = ext = nil
91 dot = ! minor_dot.empty?
97 dot = ! minor_dot.empty?
105 tkver = "4" + ((dot)? ".": "") + ((minor.empty)? "": "2") + ext
108 tclver = "7" + ((dot)? ".": "") + ((minor.empty)? "": "6") + ext
/macosx-10.9.5/shell_cmds-175/jot/
H A Djot.c390 int dot, hash, space, sign, numbers = 0; local
421 dot = hash = space = sign = numbers = 0;
426 } else if ((*p == '#' && !(numbers|dot|sign|space|
428 (*p == ' ' && !(numbers|dot|space++)) ||
429 ((*p == '+' || *p == '-') && !(numbers|dot|sign++))
430 || (*p == '.' && !(dot++)))
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl82 dot {&#183;}
115 set dot {&#183;}
178 upvar 1 config config idx idx dot dot anchor anchor kwid kwid k k r r
287 html::++ " $config(dot)"
300 upvar 1 config config idx idx anchor anchor dot dot kwid kwid char char k k r r
367 html::++ " $config(dot)"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dchaiscript.vim27 " floating point number, with dot, optional exponent
30 " floating point number, starting with a dot, optional exponent
33 " floating point number, without dot, with exponent
H A Dslice.vim33 "integer number, or floating point number without a dot and with "f".
43 "floating point number, with dot, optional exponent
45 "floating point number, starting with a dot, optional exponent
47 "floating point number, without dot, with exponent
/macosx-10.9.5/vim-53/runtime/
H A Dindent.vim24 " When there is a dot it is used to separate filetype names. Thus for
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DASTBuilder.h707 DotAccessorNode* dot = static_cast<DotAccessorNode*>(expr); local
708 return new (m_vm) DeleteDotNode(location, dot->base(), dot->identifier(), divot, divot - start, end - divot, divotLine, divotLineStart);
846 DotAccessorNode* dot = static_cast<DotAccessorNode*>(func); local
848 if (dot->identifier() == m_vm->propertyNames->call)
849 node = new (m_vm) CallFunctionCallDotNode(location, dot->base(), dot->identifier(), args, divot, divot - start, end - divot, divotLine, divotLineStart);
850 else if (dot->identifier() == m_vm->propertyNames->apply)
851 node = new (m_vm) ApplyFunctionCallDotNode(location, dot->base(), dot
965 DotAccessorNode* dot = static_cast<DotAccessorNode*>(loc); local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dfilter.c74 int dot=0; local
77 dot=0;
80 if( dot ) return 0;
81 if( ++dot > 1 ) return 0;
87 return !dot;
111 int dot=0; local
114 if( dot ) return 0;
120 dot=0;
123 if( dot ) return 0;
124 if( ++dot >
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-h8500.c249 bfd_vma dot = (*dst_ptr
252 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
273 bfd_vma dot = (*dst_ptr
276 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
248 bfd_vma dot = (*dst_ptr local
272 bfd_vma dot = (*dst_ptr local
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dbackupfile.c131 char *dot = strchr (base, '.'); local
132 if (!dot)
136 char const *second_dot = strchr (dot + 1, '.');
139 : dot + 1 - base + 3);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DPath.inc384 std::string::size_type dot = path.rfind('.');
385 if (dot == std::string::npos || dot < slash)
388 return StringRef(path).substr(slash, dot - slash);
400 std::string::size_type dot = path.rfind('.');
401 if (dot == std::string::npos || dot < slash)
404 return StringRef(path).substr(dot + 1);
/macosx-10.9.5/mail_cmds-29/mail/
H A Dglob.h76 EXTERN struct message *dot; /* Pointer to current message */ variable in typeref:struct:message
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl21 epsilon dot alnum alpha ascii digit graph lower printable \
134 punct - space - upper - wordchar - xdigit - ddigit - dot {
219 proc ::pt::pe::dot {} { return dot }
282 dot {0 0}
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Daspvbs.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dcsh.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Djava.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Djsp.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>

Completed in 118 milliseconds

1234567891011>>