Home
last modified time | relevance | path

Searched refs:high (Results 1 – 10 of 10) sorted by relevance

/external/lib/libm/
A Ds_fabs.c27 u_int32_t high; in fabs() local
28 GET_HIGH_WORD(high,x); in fabs()
29 SET_HIGH_WORD(x,high&0x7fffffff); in fabs()
A De_rem_pio2.c141 u_int32_t high; in __ieee754_rem_pio2() local
144 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()
/external/platform/pico/rp2_common/hardware_flash/
A Dflash.c114 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()
/external/platform/pico/common/
A DREADME.md2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
/external/lib/lwip/
A DFILES1 api/ - The code for the high-level wrapper API. Not needed if
/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb_descriptors.c145 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
/external/platform/nrfx/hal/
A Dnrf_saadc.h383 int16_t high);
722 int16_t high) in nrf_saadc_channel_limits_set() argument
726 | (((uint32_t) high << SAADC_CH_LIMIT_HIGH_Pos) & SAADC_CH_LIMIT_HIGH_Msk)); in nrf_saadc_channel_limits_set()
/external/platform/nrfx/
A DCHANGELOG.md47 …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.
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S211 @ cannot have not gone via the xrgty/yrgtx paths. There will therefore always be enough high bits i…
/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt17 … and physical layouts of integrated circuit designs; or (iv) RTL or other high level representatio…

Completed in 15 milliseconds