Home
last modified time | relevance | path

Searched defs:exponent_mask (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Ds_round.c44 __uint32_t exponent_mask = 0x000fffff >> exponent_less_1023; local
64 __uint32_t exponent_mask = 0xffffffff >> (exponent_less_1023 - 20); local
H A Dsf_round.c45 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; local
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/common/
H A Ds_round.c76 __uint32_t exponent_mask = 0x000fffff >> exponent_less_1023; local
96 __uint32_t exponent_mask = 0xffffffff >> (exponent_less_1023 - 20); local
H A Dsf_round.c41 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Ds_round.c44 __uint32_t exponent_mask = 0x000fffff >> exponent_less_1023; local
64 __uint32_t exponent_mask = 0xffffffff >> (exponent_less_1023 - 20); local
H A Dsf_round.c45 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/common/
H A Ds_round.c76 __uint32_t exponent_mask = 0x000fffff >> exponent_less_1023; local
96 __uint32_t exponent_mask = 0xffffffff >> (exponent_less_1023 - 20); local
H A Dsf_round.c41 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DFloat16.h21 static const uint16_t exponent_mask = 0x7c00; member
146 static const uint16_t exponent_mask = 0x7f80; member
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/float/
H A Dcmp.rs41 let exponent_mask = F::EXPONENT_MASK; in cmp() localVariable
90 let exponent_mask = F::EXPONENT_MASK; in unord() localVariable
H A Ddiv.rs29 let exponent_mask = F::EXPONENT_MASK; in div32() localVariable
233 let exponent_mask = F::EXPONENT_MASK; in div64() localVariable
H A Dmul.rs25 let exponent_mask = F::EXPONENT_MASK; in mul() localVariable
H A Dadd.rs23 let exponent_mask = F::EXPONENT_MASK; in add() localVariable
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/float/am9511/c/
H A Dam9511_round.c44 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; in am9511_round() local
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/float/math32/c/
H A Dm32_roundf.c44 unsigned int exponent_mask = 0x007fffff >> exponent_less_127; in m32_roundf() local
/dports/devel/boost-docs/boost_1_72_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/databases/percona57-server/boost_1_59_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/databases/xtrabackup/boost_1_59_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/databases/percona57-client/boost_1_59_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/sort/example/
H A Ddouble.cpp49 CAST_TYPE exponent_mask = 0x7ff00000; in main() local
/dports/emulators/qemu/qemu-6.2.0/disas/libvixl/vixl/
H A Dutils.cc110 uint16_t exponent_mask = exponent_max << 10; in float16classify() local

12345