Home
last modified time | relevance | path

Searched refs:i64 (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c12 typedef int64_t i64; typedef
19 void test_mulib_divs64s64( i64*y, i64*x, i64*q, i64*r) { in test_mulib_divs64s64()
124 void test_divs64s64(i64 y,i64 x) { in test_divs64s64()
125 i64 q,r; in test_divs64s64()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c17 typedef int64_t i64; typedef
543 static i64 drem_0(i64 mx,i64 my,int e,int*pquo) { in drem_0()
568 i64 mx,my; in WRAPPER_FUNC()
587 i64 mx,my; in WRAPPER_FUNC()
Ddouble_v1_rom_shim_rp2040.S995 mul32_32_64 r1,r3, r4,r3, r5,r6,r7,r4,r3 @ i64 p2=(ui64)(a2*a2)*(ui64)y; // Q62 r4:r3
1006 asrs r4,#6 @ i32 dy2=((i64)r2*(i64)a2)>>22; // Q36*Q16=Q52; Q30