Searched refs:high (Results 1 – 10 of 10) sorted by relevance
27 u_int32_t high; in fabs() local28 GET_HIGH_WORD(high,x); in fabs()29 SET_HIGH_WORD(x,high&0x7fffffff); in fabs()
141 u_int32_t high; in __ieee754_rem_pio2() local144 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()145 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()152 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()153 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
114 static void __no_inline_not_in_flash_func(flash_cs_force)(bool high) { in __no_inline_not_in_flash_func()115 uint32_t field_val = high ? in __no_inline_not_in_flash_func()
2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
1 api/ - The code for the high-level wrapper API. Not needed if
145 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
383 int16_t high);722 int16_t high) in nrf_saadc_channel_limits_set() argument726 | (((uint32_t) high << SAADC_CH_LIMIT_HIGH_Pos) & SAADC_CH_LIMIT_HIGH_Msk)); in nrf_saadc_channel_limits_set()
47 …n in the CLOCK driver when requested clock was stopped during ramp-up from high priority interrupt.155 …'s control block as volatile to prevent issues in case of compilation with high optimization level.
211 @ cannot have not gone via the xrgty/yrgtx paths. There will therefore always be enough high bits i…
17 … and physical layouts of integrated circuit designs; or (iv) RTL or other high level representatio…
Completed in 15 milliseconds