Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/
H A Dstrings.c2030 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 Dhardcopy.c1513 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 Dbc.vim2 " Language: bc - An arbitrary precision calculator language
H A Dmysql.vim99 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 Dcdl.vim18 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name gro…
H A Dampl.vim82 syn keyword amplBuiltInFunction max min precision round sin
H A Dfortran.vim234 …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 Dstp.vim63 syn keyword stpType int integer long money nchar numeric precision real
H A Dsqloracle.vim57 syn keyword sqlType nclob number numeric nvarchar2 precision raw rowid
H A Dpov.vim43 syn keyword povModifiers hypercomplex max_iteration precision quaternion slice
H A Dsas.vim12 " - Largely enhance precision
41 " - Higher precision
H A Dclojure.vim33precision","clojure.core/with-redefs","comment","declare","delay","dosync","doto","extend-protocol…
H A Dlisp.vim89 syn keyword lispFunc +++ float-precision print-unreadable-object
H A Dprogress.vim227 syn keyword ProgressOperator pixels-per-row popup-m[enu] popup-o[nly] portrait position precision p…
/vim-8.2.3635/runtime/ftplugin/
H A Dclojure.vim47 …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 Dtest_expr.vim337 " 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 Dfortran.vim128 let type='\(\(integer\|real\|double\s\+precision\|complex\|logical'
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …context","with-local-vars","with-meta","with-open","with-out-str","with-precision","with-redefs","…
H A Dhaskellcomplete.vim461 \ , "-fexcess-precision"
462 \ , "-fno-excess-precision"
894 \ , "-fexcess-precision"
895 \ , "-fno-excess-precision"
H A Dphpcomplete.vim2774 …loat $number | float','rand(':'void | int','round(':'float $val [, int $precision = 0 [, int $mode…
/vim-8.2.3635/runtime/doc/
H A Deval.txt1388 *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 Dtags6495 floating-point-precision eval.txt /*floating-point-precision*