Searched refs:carry (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/lib/libm/ |
A D | k_rem_pio2.c | 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local 345 carry = 0; in __kernel_rem_pio2() 348 if (carry==0) { in __kernel_rem_pio2() 350 carry = 1; in __kernel_rem_pio2() 367 if (carry!=0) z -= scalbn(one,q0); in __kernel_rem_pio2()
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 380 bcc l\@_1 @ addition of the two cross terms can overflow, so add carry into H 1058 asrs r2,#5 @ d4 Q52, rounded to Q53 with spare bit in carry 1165 orrs r2,r4 @ r2:r3 y>>i, rounding in carry 1177 orrs r4,r3 @ r4:r5 x>>i, rounding in carry 1200 orrs r2,r4 @ r2:r3 x>>i, rounding in carry 1212 orrs r4,r3 @ r4:r5 y>>i, rounding in carry
|
A D | double_aeabi.S | 312 mvns r1, r1 @ carry inverse of r1 sign
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_aeabi.S | 260 mvns r0, r0 @ carry inverse of r0 sign 374 …bcs 5f @ tripped carry? then have leading 1 in C as required (and result is even so can ig…
|
Completed in 6 milliseconds