Home
last modified time | relevance | path

Searched defs:decimal (Results 101 – 125 of 4598) sorted by relevance

12345678910>>...184

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/fast_float/
H A Dfloat_common.h195 struct decimal { struct
201 decimal() = default; argument
205 decimal &operator=(const decimal &) = delete; argument
208 decimal &operator=(decimal &&other) = default; argument
213 inline uint64_t to_truncated_mantissa() { in to_truncated_mantissa()
245 return decimal_point - int32_t(max_digit_without_overflow); in to_truncated_exponent() argument
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/big/
H A Dftoa.go160 func roundShortest(d *decimal, x *Float) {
235 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
279 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/big/
H A Dftoa.go160 func roundShortest(d *decimal, x *Float) {
235 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
279 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/big/
H A Dftoa.go163 func roundShortest(d *decimal, x *Float) {
238 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
282 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/stack/stack-2.7.3/_cabal_deps/regex-applicative-0.3.4/Text/Regex/Applicative/
H A DCommon.hs37 decimal = foldl' (\d i -> d*10 + i) 0 <$> some digit function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/regex-applicative-0.3.4/Text/Regex/Applicative/
H A DCommon.hs37 decimal = foldl' (\d i -> d*10 + i) 0 <$> some digit function
/dports/games/netradiant/netradiant-20150621-src/libs/stream/
H A Dtextstream.h41 inline char* write_unsigned_nonzero_decimal_backward( char* ptr, unsigned int decimal ){ in write_unsigned_nonzero_decimal_backward()
50 inline char* write_size_t_nonzero_decimal_backward( char* ptr, size_t decimal ){ in write_size_t_nonzero_decimal_backward()
59 inline char* write_signed_nonzero_decimal_backward( char* ptr, int decimal, bool show_positive ){ in write_signed_nonzero_decimal_backward()
71 inline char* write_unsigned_nonzero_decimal_backward( char* ptr, unsigned int decimal, bool show_po… in write_unsigned_nonzero_decimal_backward()
80 inline char* write_size_t_nonzero_decimal_backward( char* ptr, size_t decimal, bool show_positive ){ in write_size_t_nonzero_decimal_backward()
89 inline char* write_signed_decimal_backward( char* ptr, int decimal, bool show_positive ){ in write_signed_decimal_backward()
100 inline char* write_unsigned_decimal_backward( char* ptr, unsigned int decimal, bool show_positive ){ in write_unsigned_decimal_backward()
112 inline char* write_size_t_decimal_backward( char* ptr, size_t decimal, bool show_positive ){ in write_size_t_decimal_backward()
262 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const Decimal& decimal ){ in ostream_write()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/big/
H A Dftoa.go169 func roundShortest(d *decimal, x *Float) {
244 func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
288 func fmtF(buf []byte, prec int, d decimal) []byte {

12345678910>>...184