Home
last modified time | relevance | path

Searched defs:ratVal (Results 1 – 24 of 24) sorted by relevance

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/abi/
H A Didata.go20 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
30 func (x ratVal) String() string { return rtof(x).String() }
55 func rtof(x ratVal) floatVal { return floatVal{newFloat().SetRat(x.val)} }
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/constant/
H A Dvalue.go72 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
82 func (ratVal) Kind() Kind { return Float }
109 func (x ratVal) String() string { return rtof(x).String() }
166 func (x ratVal) ExactString() string {
184 func (ratVal) implementsValue() {}
199 func rtof(x ratVal) floatVal {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/constant/
H A Dvalue.go72 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
82 func (ratVal) Kind() Kind { return Float }
109 func (x ratVal) String() string { return rtof(x).String() }
166 func (x ratVal) ExactString() string {
184 func (ratVal) implementsValue() {}
199 func rtof(x ratVal) floatVal {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/constant/
H A Dvalue.go73 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
83 func (ratVal) Kind() Kind { return Float }
110 func (x ratVal) String() string { return rtof(x).String() }
167 func (x ratVal) ExactString() string {
185 func (ratVal) implementsValue() {}
200 func rtof(x ratVal) floatVal {
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fiber/detail/
H A Dcpu_relax.hpp80 #endif
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/constant/
H A Dvalue.go97 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
107 func (ratVal) Kind() Kind { return Float }
188 func (x ratVal) String() string { return rtof(x).String() }
245 func (x ratVal) ExactString() string {
263 func (ratVal) implementsValue() {}
277 func rtof(x ratVal) floatVal { return floatVal{newFloat().SetRat(x.val)} }
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/constant/
H A Dvalue.go99 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
109 func (ratVal) Kind() Kind { return Float }
190 func (x ratVal) String() string { return rtof(x).String() }
247 func (x ratVal) ExactString() string {
265 func (ratVal) implementsValue() {}
279 func rtof(x ratVal) floatVal { return floatVal{newFloat().SetRat(x.val)} }
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/constant/
H A Dvalue.go85 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
95 func (ratVal) Kind() Kind { return Float }
176 func (x ratVal) String() string { return rtof(x).String() }
233 func (x ratVal) ExactString() string {
251 func (ratVal) implementsValue() {}
266 func rtof(x ratVal) floatVal {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/constant/
H A Dvalue.go85 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
95 func (ratVal) Kind() Kind { return Float }
176 func (x ratVal) String() string { return rtof(x).String() }
233 func (x ratVal) ExactString() string {
251 func (ratVal) implementsValue() {}
266 func rtof(x ratVal) floatVal {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/constant/
H A Dvalue.go85 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
95 func (ratVal) Kind() Kind { return Float }
176 func (x ratVal) String() string { return rtof(x).String() }
233 func (x ratVal) ExactString() string {
251 func (ratVal) implementsValue() {}
266 func rtof(x ratVal) floatVal {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction struct
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/constant/
H A Dvalue.go80 ratVal struct{ val *big.Rat } // Float values representable as a fraction argument
90 func (ratVal) Kind() Kind { return Float }
171 func (x ratVal) String() string { return rtof(x).String() }
228 func (x ratVal) ExactString() string {
246 func (ratVal) implementsValue() {}
261 func rtof(x ratVal) floatVal {
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DClause.cpp558 RationalConstantType ratVal; in getNumeralWeight() local
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DMovieClip_as.cpp1833 const as_value& ratVal = getMember(*ratios, key); in movieclip_beginGradientFill() local