Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c209 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format() argument
213 … if (width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format()
245 if (negative) { in _ntoa_format()
259 …long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, in _ntoa_long() argument
278 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int) base, prec, width… in _ntoa_long()
286 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() argument
305 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int) base, prec, width… in _ntoa_long_long()
351 bool negative = false; in _ftoa() local
353 negative = true; in _ftoa()
422 if (width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa()
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
DCMakeLists.txt21 …conds to wait during initialization for a CDC connection from the host (negative means indefinite)…
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S127 …rsbs r7,r7,#74 @ shift up ≤74 (can be negative) that will be required for a (Q52) to …
178 @ r7: alignment shift required (negative)
228 @ r7: -(shift down required to align mn with a), guaranteed negative
255 adds r14,r7,r14 @ get exponent for mn relative to a; note this can go negative
257 …bmi 1f @ negative? then we have just constructed a denormal (or less) and the…
267 …add r3,r3,#0x40000000 @ ea cannot be very large (as adding r7 made it negative), so safe to …
326 subs r0,r0,r4 @ no more word shifts; this cannot go negative or have bad cancellation
361 …subs r1,r1,r4 @ shifting a up by one word: this cannot go negative or have bad cance…
373 …subs r2,r2,r4 @ shifting a up by two words: this /can/ go negative or have bad cance…
376 blt 1f @ also trap case where result is negative
[all …]
Ddouble_sci_m33.S300 lsrs r12,r1,#29 @ negative argument -> +2 quadrants
351 bmi 2f @ ε negative?
373 @ here ε is negative, we need the sin of θ and the sign of the result is r12b0^r12b2
391 @ here ε is negative, we need the cos of θ and the sign of the result is r12b2
424 eors r1,r1,r4,lsl#1 @ negate sine result if argument was negative
428 @ dsincos, ε negative
441 @ sin/cos power series for negative ε
515 @ postprocess for sine, negative ε
553 @ postprocess for cosine, negative ε
939 13: @ argument is 1-ε, result will be negative
[all …]
Ddouble_conv_m33.S341 bmi 7f @ argument negative?
Ddouble_v1_rom_shim_rp2040.S1253 asrs r3,r1,#20 @ negative? return 0
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_v1_rom_shim_rp2040.S149 ldr r0,[r3] @ x negative, return +/- pi
159 cmp r0,#0 @ x negative
214 asrs r3,r0,#23 @ negative? return 0
Dfloat_sci_m33.S124 add r1,r1,r12,lsr#31 @ rounded up if we have a negative argument
221 @ here ε negative
407 @ here y positive, x negative
684 lsrs r12,r0,#29 @ negative argument -> +2 quadrants
793 eors r0,r0,r5,lsl#1 @ negate sine result if argument was negative
798 eors r0,r0,r5,lsl#1 @ negate sine result if argument was negative
Dfloat_sci_m33_vfp.S362 bics r2,r0,r12,lsl#31 @ negative argument,doing sin -> +2 quadrants
425 eor r1,r12,r3,lsr#31 @ flip sign if (reduced) argument was negative
494 eor r1,r12,r3,lsr#31 @ flip sign if (reduced) argument was negative
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel183 …conds to wait during initialization for a CDC connection from the host (negative means indefinite)…