Searched refs:numeric (Results 1 - 25 of 189) sorted by relevance

12345678

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Drtcore.tcl49 variable cache ; # Cache of fetched and decoded numeric
53 variable numeric -9999 ; # Last recognized number | into the message
72 variable numeric -9999
120 variable numeric
126 %ld $numeric \
127 %d $numeric \
142 variable numeric
147 # fetch the numeric field from the file
148 set numeric [Fetch $offset $size $scan]
152 set numeric [exp
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DNumber.pm72 XML::LibXML::Number - Simple numeric values.
76 This class holds simple numeric values. It doesn't support -0, +/- Infinity,
84 rudimentary numeric checking on $num to ensure it actually is a number.
88 Also as overloaded stringification. Returns the numeric value held.
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DNumber.pm69 XML::XPath::Number - Simple numeric values.
73 This class holds simple numeric values. It doesn't support -0, +/- Infinity,
81 rudimentary numeric checking on $num to ensure it actually is a number.
85 Also as overloaded stringification. Returns the numeric value held.
/macosx-10.9.5/libutil-34/
H A Drealhostname.c130 goto numeric;
136 goto numeric;
142 goto numeric;
160 goto numeric;
168 goto numeric;
177 numeric:
/macosx-10.9.5/ruby-104/ruby/test/csv/
H A Dtest_data_converters.rb113 assert_nothing_raised(Exception) { @parser.convert(:numeric) }
143 assert_nothing_raised(Exception) { @parser.convert(:numeric) }
180 CSV.parse_line(@data, converters: :numeric) )
186 CSV.parse_line(@data, converters: [:numeric, @custom]) )
197 converters: [:numeric, @custom],
213 converters: :numeric,
224 converters: :numeric,
237 converters: :numeric,
251 converters: :numeric,
/macosx-10.9.5/bc-21/bc/dc/
H A DMakefile.am4 dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddemo.rb90 DemoVar.prgindic.numeric += 1
119 DemoVar.prgindic.numeric += 1
145 DemoVar.prgindic.numeric += 1
163 DemoVar.prgindic.numeric += 1
167 DemoVar.prgindic.numeric += 1
171 DemoVar.prgindic.numeric += 1
175 DemoVar.prgindic.numeric += 1
179 DemoVar.prgindic.numeric += 1
183 DemoVar.prgindic.numeric += 1
187 DemoVar.prgindic.numeric
[all...]
/macosx-10.9.5/curl-78.94.1/curl/
H A Dmaketgz43 numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"`
53 -e 's/^#define LIBCURL_VERSION_NUM .*/#define LIBCURL_VERSION_NUM 0x'$numeric'/g' \
76 echo "libcurl numerical $numeric"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-valsort.conf48 valsort-attr mailPreferenceOption ou=users,o=valsort numeric-ascend
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dkeypad.el31 ;; With the following setup, the keypad can be used for numeric data
32 ;; entry when NumLock is off, and to give numeric prefix arguments to
36 ;; keypad-numlock-setup => Prefix numeric args
74 ;; numeric keys when NumLock is either on or off, but the decimal key
105 When selecting the plain numeric keypad setup, the character returned by the
113 :type '(choice (const :tag "Plain numeric keypad" numeric)
128 When selecting the plain numeric keypad setup, the character returned by the
136 :type '(choice (const :tag "Plain numeric keypad" numeric)
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dexpr.c141 #define numeric(np) ((np)->type&T_NUM) macro
354 if (!numeric(np) || !numeric(&rp))
355 error(ERROR_exit(2),"non-numeric argument");
383 if (!numeric(np) || !numeric(&rp))
384 error(ERROR_exit(2),"non-numeric argument");
405 if (numeric(&rp) && numeric(np))
469 if ((numeric(
[all...]
/macosx-10.9.5/ruby-104/ruby/test/optparse/
H A Dtest_acceptable.rb9 @opt.def_option("--numeric VAL", Numeric) { |v| @numeric = v }
15 @opt.def_option("--decimal-numeric VAL",
78 assert_equal(%w"", no_error {@opt.parse!(%w"--numeric 0")})
79 assert_equal(0, @numeric)
81 assert_equal(%w"", no_error {@opt.parse!(%w"--numeric 0/1")})
82 assert_equal(0, @numeric)
84 assert_equal(%w"", no_error {@opt.parse!(%w"--numeric 1/2")})
85 assert_equal(Rational(1, 2), @numeric)
87 assert_equal(%w"", no_error {@opt.parse!(%w"--numeric 1.
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dtests-results.css96 table.summary td.numeric p {
100 table.summary td.numeric-error p {
105 table.summary td.numeric-warning p {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb79 update = TkTimer.new(proc{v_speed.numeric}, -1, proc{
81 v_volume.numeric = volume[:from]
83 v_volume.numeric += volume[:resolution]
H A Dvu_demo.rb33 if (rand() - 0.5 + speed.numeric * 3) > 0
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dskip.t97 like $warning, qr/^skip\(\) was passed a non-numeric number of tests/;
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml7 (* variant for numeric literals like "1.0". *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml7 (* variant for numeric literals like "1.0". *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml7 (* variant for numeric literals like "1.0". *)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dbinding_sample.rb73 v.numeric += 1
82 v.numeric += 1
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dentryfield-1.rb18 :validate=>:numeric, :width=>12)
H A Dentryfield-2.rb24 :validate=>:numeric, :width=>12)
H A Dentryfield-3.rb20 :validate=>:numeric, :width=>12)
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DComment.pm88 Returns the comment with -- encoded as a numeric entity (if it
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DCERT.pm144 Returns the format code for the certificate (in numeric form)
156 Returns the algorithm used by the certificate (in numeric form)

Completed in 188 milliseconds

12345678