Home
last modified time | relevance | path

Searched defs:floatVal (Results 1 – 25 of 2775) sorted by relevance

12345678910>>...111

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/abi/
H A Didata.go21 floatVal struct{ val *big.Float } // Float values not representable as a fraction struct
32 func (x floatVal) String() string {
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcvrfl.cxx145 OFCondition DcmFloatingPointSingle::getFloat32(Float32 &floatVal, in getFloat32()
182 Float32 floatVal; in getOFString() local
200 OFCondition DcmFloatingPointSingle::putFloat32(const Float32 floatVal, in putFloat32()
/dports/lang/bsh/beanshell-2.1.0/src/bsh/org/objectweb/asm/
H A DItem.java75 float floatVal; field in Item
174 void set (final float floatVal) { in set()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/optimizer/
H A DConstant.java64 float floatVal; field in Constant
136 void set(final float floatVal) { in set()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/external/asm/org/objectweb/asm/optimizer/
H A DConstant.java64 float floatVal; field in Constant
136 void set(final float floatVal) { in set()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/optimizer/
H A DConstant.java64 float floatVal; field in Constant
136 void set(final float floatVal) { in set()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/external/asm/org/objectweb/asm/optimizer/
H A DConstant.java64 float floatVal; field in Constant
136 void set(final float floatVal) { in set()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/external/asm/org/objectweb/asm/optimizer/
H A DConstant.java64 float floatVal; field in Constant
136 void set(final float floatVal) { in set()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/
H A DItem.java70 float floatVal; field in Item
162 void set(final float floatVal) { in set()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/external/asm/org/objectweb/asm/
H A DItem.java70 float floatVal; field in Item
162 void set(final float floatVal) { in set()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/
H A DItem.java70 float floatVal; field in Item
162 void set(final float floatVal) { in set()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/external/asm/org/objectweb/asm/
H A DItem.java70 float floatVal; field in Item
162 void set(final float floatVal) { in set()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/external/asm/org/objectweb/asm/
H A DItem.java70 float floatVal; field in Item
162 void set(final float floatVal) { in set()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fiber/detail/
H A Dcpu_relax.hpp82 #endif // BOOST_FIBERS_DETAIL_CPU_RELAX_H
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/exact/
H A Dexact.go65 floatVal struct{ val *big.Rat } struct
74 func (floatVal) Kind() Kind { return Float }
82 func (x floatVal) String() string { return x.val.String() }
90 func (floatVal) implementsValue() {}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/constant/
H A Dvalue.go65 floatVal struct{ val *big.Rat } struct
74 func (floatVal) Kind() Kind { return Float }
82 func (x floatVal) String() string { return x.val.String() }
90 func (floatVal) implementsValue() {}
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/constant/
H A Dvalue.go73 floatVal struct{ val *big.Float } // Float values not representable as a fraction struct
83 func (floatVal) Kind() Kind { return Float }
112 func (x floatVal) String() string {
174 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
186 func (floatVal) implementsValue() {}
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/constant/
H A Dvalue.go73 floatVal struct{ val *big.Float } // Float values not representable as a fraction argument
83 func (floatVal) Kind() Kind { return Float }
112 func (x floatVal) String() string {
174 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
186 func (floatVal) implementsValue() {}
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/constant/
H A Dvalue.go74 floatVal struct{ val *big.Float } // Float values not representable as a fraction struct
84 func (floatVal) Kind() Kind { return Float }
113 func (x floatVal) String() string {
175 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
187 func (floatVal) implementsValue() {}
/dports/astro/py-ro/RO-3.6.9/python/RO/
H A DCnvUtil.py400 floatVal = (random.random() - 0.5) * 2.0 * RO.SysConst.FBigNum variable
412 floatVal = (random.random() - 0.5) * 2.0 * RO.SysConst.FBigNum variable
427 floatVal = (random.random() - 0.5) * 2.0 * RO.SysConst.FBigNum variable
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcvrfl.cc233 OFCondition DcmFloatingPointSingle::getFloat32(Float32 &floatVal, in getFloat32()
271 Float32 floatVal; in getOFString() local
289 OFCondition DcmFloatingPointSingle::putFloat32(const Float32 floatVal, in putFloat32()
/dports/mail/aerc/aerc-0.4.0/vendor/git.sr.ht/~sircmpwn/getopt/
H A Dfloat.go7 type floatVal float64 type
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/constant/
H A Dvalue.go81 floatVal struct{ val *big.Float } // Float values not representable as a fraction argument
91 func (floatVal) Kind() Kind { return Float }
174 func (x floatVal) String() string {
236 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
248 func (floatVal) implementsValue() {}
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go81 floatVal struct{ val *big.Float } // Float values not representable as a fraction argument
91 func (floatVal) Kind() Kind { return Float }
174 func (x floatVal) String() string {
236 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
248 func (floatVal) implementsValue() {}
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/constant/
H A Dvalue.go81 floatVal struct{ val *big.Float } // Float values not representable as a fraction struct
91 func (floatVal) Kind() Kind { return Float }
174 func (x floatVal) String() string {
236 func (x floatVal) ExactString() string { return x.val.Text('p', 0) }
248 func (floatVal) implementsValue() {}

12345678910>>...111