Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 5 of 5) sorted by relevance

/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c44 uint32_t hi = timer_hw->timerawh; in time_us_64() local
53 if (hi == next_hi) break; in time_us_64()
54 hi = next_hi; in time_us_64()
56 return ((uint64_t) hi << 32u) | lo; in time_us_64()
97 uint32_t hi = timer_hw->timerawh; in busy_wait_until() local
98 while (hi < hi_target) { in busy_wait_until()
99 hi = timer_hw->timerawh; in busy_wait_until()
102 while (hi == hi_target && timer_hw->timerawl < (uint32_t) target) { in busy_wait_until()
103 hi = timer_hw->timerawh; in busy_wait_until()
/external/lib/libm/
A De_exp.c107 double y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_exp() local
131 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb; in __ieee754_exp()
135 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */ in __ieee754_exp()
138 STRICT_ASSIGN(double, x, hi - lo); in __ieee754_exp()
153 else y = one-((lo-(x*c)/(2.0-c))-hi); in __ieee754_exp()
A Dmath_private.h556 #define DOPRINT_END2(hi, lo) \ argument
558 (long double)(hi), (long double)(lo))
572 #define DOPRINT_END2(hi, lo) \ argument
574 (long double)(hi), (long double)(lo))
590 (long double)(hi), (long double)(lo))
612 (long double)(hi), (long double)(lo))
619 #define DOPRINT_END2(hi, lo) argument
641 RETURNP((rp)->hi); \
642 RETURN2P((rp)->hi, (rp)->lo); \
646 RETURNPI((rp)->hi); \
[all …]
/external/platform/pico/rp2_common/hardware_timer/include/hardware/
A Dtimer.h117 uint32_t hi = timer_hw->timerawh; in time_reached() local
118 return (hi >= hi_target && (timer_hw->timerawl >= (uint32_t) target || hi != hi_target)); in time_reached()
/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S270 .macro dneg lo,hi
271 mvns \hi,\hi
274 adds \hi,#1

Completed in 8 milliseconds