Home
last modified time | relevance | path

Searched refs:MaxFloat32 (Results 1 – 25 of 1267) sorted by last modified time

12345678910>>...51

/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DExtType.pas100 MaxFloat32 = 3.4E+38;
119 MaxFloat: Float = MaxFloat32;
/dports/www/firefox/firefox-99.0/third_party/intgemm/intgemm/
H A Dstats.inl29 return MaxFloat32(highest);
53 ret = std::max(ret, MaxFloat32(masked));
H A Dstats.h14 INTGEMM_SSE2 static inline float MaxFloat32(__m128 a) { in MaxFloat32() function
36 INTGEMM_AVX2 static inline float MaxFloat32(__m256 a) { in MaxFloat32() function
37 return MaxFloat32(max_ps(_mm256_castps256_ps128(a), _mm256_extractf128_ps(a, 1))); in MaxFloat32()
46 INTGEMM_AVX512F static inline float MaxFloat32(__m512 a) { in MaxFloat32() function
50 return MaxFloat32(max_ps(_mm512_castps512_ps256(a), upper)); in MaxFloat32()
/dports/www/firefox/firefox-99.0/third_party/intgemm/test/
H A Dmultiply_test.cc191 CHECK_MESSAGE((MaxFloat32(c) == -1.0), "MaxFloat32 produced " << MaxFloat32(c)); in TestMax()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Doptions.go1398 …if (d > math.MaxFloat32 || d < -math.MaxFloat32) && !math.IsInf(d, 1) && !math.IsInf(d, -1) && !ma…
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dhelper.go576 if math.MaxFloat32 < f2 && f2 <= math.MaxFloat64 {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/quick/
H A Dquick.go31 f := rand.Float64() * math.MaxFloat32
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/gob/
H A Ddecode.go332 if math.MaxFloat32 < av && av <= math.MaxFloat64 {
H A Dcodec_test.go769 Maxf: math.MaxFloat32 * 2,
785 Maxc: complex(math.MaxFloat32*2, math.MaxFloat32*2),
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/
H A Dconst.go31MaxFloat32 = 0x1p127 * (1 + (1 - 0x1p-23)) // 3.40282346638528859811704183484516925440… const
H A Dall_test.go3186 {float32(MaxFloat32), "MaxFloat32", "3.4028235e+38"},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/big/
H A Drat_test.go547 if math.Abs(float64(f)) >= math.MaxFloat32 {
H A Dfloat_test.go615 math.MaxFloat32,
896 {"0x1.fffffe0p127", math.MaxFloat32, Exact},
897 {"0x1.fffffe8p127", math.MaxFloat32, Below},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/constant/
H A Dvalue_test.go627 -math.MaxFloat32,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/reflect/
H A Dvalue.go1926 return math.MaxFloat32 < x && x <= math.MaxFloat64
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/fuzz/
H A Dmutator.go87 vals[i] = float32(m.mutateFloat(float64(v), math.MaxFloat32))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/constant/
H A Dvalue_test.go627 -math.MaxFloat32,
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/
H A Dall_test.go3186 {float32(MaxFloat32), "MaxFloat32", "3.4028235e+38"},
H A Dconst.go31MaxFloat32 = 0x1p127 * (1 + (1 - 0x1p-23)) // 3.40282346638528859811704183484516925440… const
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/big/
H A Drat_test.go547 if math.Abs(float64(f)) >= math.MaxFloat32 {
H A Dfloat_test.go615 math.MaxFloat32,
896 {"0x1.fffffe0p127", math.MaxFloat32, Exact},
897 {"0x1.fffffe8p127", math.MaxFloat32, Below},
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/gob/
H A Dcodec_test.go769 Maxf: math.MaxFloat32 * 2,
785 Maxc: complex(math.MaxFloat32*2, math.MaxFloat32*2),
H A Ddecode.go332 if math.MaxFloat32 < av && av <= math.MaxFloat64 {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/quick/
H A Dquick.go31 f := rand.Float64() * math.MaxFloat32
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/reflect/
H A Dvalue.go1225 return math.MaxFloat32 < x && x <= math.MaxFloat64

12345678910>>...51