Home
last modified time | relevance | path

Searched refs:LASTBIT (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/inc/
H A Dstm32f4xx_usart.h235 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
236 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/inc/
H A Dstm32f10x_usart.h231 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
232 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/inc/
H A Dstm32f10x_usart.h231 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
232 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/inc/
H A Dstm32f4xx_usart.h235 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
236 ((LASTBIT) == USART_LastBit_Enable))
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_usart.h532 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \ in buf_init()
533 ((LASTBIT) == USART_LASTBIT_ENABLE)) in buf_init()
H A Dstm32l1xx_hal_smartcard.h604 #define IS_SMARTCARD_LASTBIT(LASTBIT) (((LASTBIT) == SMARTCARD_LASTBIT_DISABLE) || \ argument
605 ((LASTBIT) == SMARTCARD_LASTBIT_ENABLE))
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_smartcard.h604 #define IS_SMARTCARD_LASTBIT(LASTBIT) (((LASTBIT) == SMARTCARD_LASTBIT_DISABLE) || \ argument
605 ((LASTBIT) == SMARTCARD_LASTBIT_ENABLE))
H A Dstm32l1xx_hal_usart.h532 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \ argument
533 ((LASTBIT) == USART_LASTBIT_ENABLE))
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_smartcard.h604 #define IS_SMARTCARD_LASTBIT(LASTBIT) (((LASTBIT) == SMARTCARD_LASTBIT_DISABLE) || \ argument
605 ((LASTBIT) == SMARTCARD_LASTBIT_ENABLE))
H A Dstm32l1xx_hal_usart.h532 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \ argument
533 ((LASTBIT) == USART_LASTBIT_ENABLE))
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_usart.h532 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LASTBIT_DISABLE) || \ argument
533 ((LASTBIT) == USART_LASTBIT_ENABLE))
H A Dstm32l1xx_hal_smartcard.h604 #define IS_SMARTCARD_LASTBIT(LASTBIT) (((LASTBIT) == SMARTCARD_LASTBIT_DISABLE) || \ argument
605 ((LASTBIT) == SMARTCARD_LASTBIT_ENABLE))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h226 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
227 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h226 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
227 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_usart.h237 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
238 ((LASTBIT) == USART_LastBit_Enable))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/inc/
H A Dstm32f0xx_usart.h236 #define IS_USART_LASTBIT(LASTBIT) (((LASTBIT) == USART_LastBit_Disable) || \ argument
237 ((LASTBIT) == USART_LastBit_Enable))
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dspacenode.hh127 static const int LASTBIT = HASSOLVEDCHILDREN; member in Gecode::Gist::SpaceNode
H A Dvisualnode.hh129 DIRTY = SpaceNode::LASTBIT+1,

12