| /vim-8.2.3635/src/ |
| H A D | strings.c | 2030 precision = j; in vim_vsnprintf_typval() 2034 precision = 0; in vim_vsnprintf_typval() 2045 precision = uj; in vim_vsnprintf_typval() 2130 else if (precision == 0) in vim_vsnprintf_typval() 2138 precision <= (size_t)0x7fffffffL ? precision in vim_vsnprintf_typval() 2149 if (precision) in vim_vsnprintf_typval() 2158 if (i > precision) in vim_vsnprintf_typval() 2472 precision = num_of_digits + 1; in vim_vsnprintf_typval() 2476 if (num_of_digits < precision) in vim_vsnprintf_typval() 2571 if (precision > max_prec) in vim_vsnprintf_typval() [all …]
|
| H A D | hardcopy.c | 1513 int precision, in prt_real_bits() argument 1525 for (i = 0; i < precision; i++) in prt_real_bits()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | bc.vim | 2 " Language: bc - An arbitrary precision calculator language
|
| H A D | mysql.vim | 99 syn region mysqlType start="double precision\W" end="."me=s-1 100 syn region mysqlType start="double precision$" end="."me=s-1 101 syn region mysqlType start="double precision(" end=")" contains=mysqlNumber,mysqlVariab…
|
| H A D | cdl.vim | 18 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name gro…
|
| H A D | ampl.vim | 82 syn keyword amplBuiltInFunction max min precision round sin
|
| H A D | fortran.vim | 234 …axloc maxval merge minexponent minloc minval modulo mvbits nearest pack precision present product … 267 syn match fortranTypeR display "double\s\+precision" 411 …\|recursive \)\=\s*\(\(\(real \|integer \|logical \|complex \|double \s*precision \)\s*\((\(\s*kin… 421 …\|recursive \)\=\s*\(\(\(real \|integer \|logical \|complex \|double \s*precision \)\s*\((\(\s*kin…
|
| H A D | stp.vim | 63 syn keyword stpType int integer long money nchar numeric precision real
|
| H A D | sqloracle.vim | 57 syn keyword sqlType nclob number numeric nvarchar2 precision raw rowid
|
| H A D | pov.vim | 43 syn keyword povModifiers hypercomplex max_iteration precision quaternion slice
|
| H A D | sas.vim | 12 " - Largely enhance precision 41 " - Higher precision
|
| H A D | clojure.vim | 33 …precision","clojure.core/with-redefs","comment","declare","delay","dosync","doto","extend-protocol…
|
| H A D | lisp.vim | 89 syn keyword lispFunc +++ float-precision print-unreadable-object
|
| H A D | progress.vim | 227 syn keyword ProgressOperator pixels-per-row popup-m[enu] popup-o[nly] portrait position precision p…
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | clojure.vim | 47 …hen-some,while,with-bindings,with-in-str,with-local-vars,with-open,with-precision,with-redefs,with…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_expr.vim | 337 " When precision is 0, the dot should be omitted. 388 " Test special case where max precision is truncated at 340.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | fortran.vim | 128 let type='\(\(integer\|real\|double\s\+precision\|complex\|logical'
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …context","with-local-vars","with-meta","with-open","with-out-str","with-precision","with-redefs","…
|
| H A D | haskellcomplete.vim | 461 \ , "-fexcess-precision" 462 \ , "-fno-excess-precision" 894 \ , "-fexcess-precision" 895 \ , "-fno-excess-precision"
|
| H A D | phpcomplete.vim | 2774 …loat $number | float','rand(':'void | int','round(':'float $val [, int $precision = 0 [, int $mode…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 1388 *floating-point-precision* 8449 % [flags] [field-width] [.precision] type 8460 precision of zero). 8470 than blanks. If a precision is given with a 8494 .precision 8495 An optional precision, in the form of a period '.' 8497 string is omitted, the precision is taken as zero. 8527 The precision, if any, gives the minimum number of 8564 form 123.456. The precision specifies the number of 8580 precision specifies the number of digits after the [all …]
|
| H A D | tags | 6495 floating-point-precision eval.txt /*floating-point-precision*
|