Home
last modified time | relevance | path

Searched refs:F32_SIGN_BIT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DImmVal.cpp84 u32 &= ~F32_SIGN_BIT; in Abs()
117 u32 = F32_SIGN_BIT ^ u32; in Negate()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/test/
H A Drun-spec-wasm2c.py43 F32_SIGN_BIT = 0x80000000
48 sign = '-' if (f32_bits & F32_SIGN_BIT) == F32_SIGN_BIT else ''
55 elif f32_bits == F32_SIGN_BIT:
H A Dgen-spec-js.py38 F32_SIGN_BIT = F32_NEG_ZERO variable
67 result = '-' if f32_bits & F32_SIGN_BIT else ''
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFloats.hpp87 static const uint32_t F32_SIGN_BIT = 0x80000000; variable
H A DFloats.cpp338 uint32_t s32 = (uint32_t)(f64 >> 32) & F32_SIGN_BIT; in ConvertDoubleToFloatBits()
545 (((uint64_t)f32 & F32_SIGN_BIT) << 32) | // sign in ConvertFloatToDouble()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DirrMath.h344 #define F32_SIGN_BIT 0x80000000U macro
372 #define F32_LOWER_0(f) (F32_AS_U32(f) > F32_SIGN_BIT)
375 #define F32_GREATER_EQUAL_0(f) (F32_AS_U32(f) <= F32_SIGN_BIT)
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrMath.h345 #define F32_SIGN_BIT 0x80000000U macro
373 #define F32_LOWER_0(f) (F32_AS_U32(f) > F32_SIGN_BIT)
376 #define F32_GREATER_EQUAL_0(f) (F32_AS_U32(f) <= F32_SIGN_BIT)