Home
last modified time | relevance | path

Searched refs:floatToBits (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/ptex/ptex-2.3.2/src/tests/
H A Dhalftest.cpp87 static uint32_t floatToBits(float f) in floatToBits() function
115 int32_t t = floatToBits(f); in printfloat()
167 unsigned int i1 = floatToBits(f1); in testroundrange()
168 unsigned int i2 = floatToBits(f2); in testroundrange()
174 i1 = floatToBits(f1); in testroundrange()
175 i2 = floatToBits(f2); in testroundrange()
310 f, floatToBits(f), i, f2, floatToBits(f2)); in excheck()
335 uint32_t fi = floatToBits(f); in overflowtest()
408 printf("0x%x -> %g 0x%x\n", i, f, floatToBits(f)); in printall()
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Backend/
H A DFloatHelpers.hs177 floatToBits :: Integer -> Integer -> BigFloat -> Integer
178 floatToBits e p bf = bfToBits (fpOpts e p NearEven) bf function
H A DConcrete.hs370 fpToBits _sym (FP.BF e p v) = pure (mkBv (e+p) (FP.floatToBits e p v))
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dreaderwriter.inl352 return writeLE(_writer, floatToBits(_value), _err);
368 return writeBE(_writer, floatToBits(_value), _err);
H A Dmath.inl27 inline BX_CONST_FUNC uint32_t floatToBits(float _a) function
65 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
77 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
89 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dreaderwriter.inl352 return writeLE(_writer, floatToBits(_value), _err);
368 return writeBE(_writer, floatToBits(_value), _err);
H A Dmath.inl27 inline BX_CONST_FUNC uint32_t floatToBits(float _a) function
65 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
77 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
89 const uint32_t tmp = floatToBits(_f) & INT32_MAX;
/dports/emulators/mess/mame-mame0226/3rdparty/bx/tests/
H A Dmath_test.cpp195 …REQUIRE(UINT32_C(0x12345678) == bx::floatToBits( bx::bitsToFloat( UINT32_C(0x12345678) ) )…
/dports/emulators/mame/mame-mame0226/3rdparty/bx/tests/
H A Dmath_test.cpp195 …REQUIRE(UINT32_C(0x12345678) == bx::floatToBits( bx::bitsToFloat( UINT32_C(0x12345678) ) )…
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dmath.h91 BX_CONST_FUNC uint32_t floatToBits(float _a);
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dmath.h91 BX_CONST_FUNC uint32_t floatToBits(float _a);
/dports/emulators/mess/mame-mame0226/3rdparty/bx/src/
H A Dmath.cpp136 const uint32_t ftob = floatToBits(_a); in ldexp()
150 const uint32_t ftob = floatToBits(_a); in frexp()
/dports/emulators/mame/mame-mame0226/3rdparty/bx/src/
H A Dmath.cpp136 const uint32_t ftob = floatToBits(_a); in ldexp()
150 const uint32_t ftob = floatToBits(_a); in frexp()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dtopology.cpp322 uint32_t ui = bx::floatToBits(kfn(distance0, distance1, distance2) ); in calcSortKeys()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dtopology.cpp322 uint32_t ui = bx::floatToBits(kfn(distance0, distance1, distance2) ); in calcSortKeys()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DAPInt.h1304 APInt& floatToBits(float V) { in floatToBits() function
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DAPInt.h1508 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT floatToBits(float V) { in floatToBits() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1493 static APInt floatToBits(float V) { in floatToBits() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DAPInt.h1732 static APInt floatToBits(float V) { in floatToBits() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1801 static APInt floatToBits(float V) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h1802 static APInt floatToBits(float V) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DAPInt.h1799 static APInt floatToBits(float V) { in floatToBits() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DAPInt.h1796 static APInt floatToBits(float V) { in floatToBits() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp662 GV.IntVal.floatToBits(GV.FloatVal); in getConstantValue()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPInt.h1802 static APInt floatToBits(float V) {

1234