Searched refs:round (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_math.c | 193 double WRAPPER_FUNC(round)(double x) { in WRAPPER_FUNC() argument 336 e=(int)round(x); in WRAPPER_FUNC() 368 ry=round(y); in dpow_1() 370 v0=dldexp(round(ldexp(v,26)),-26); in dpow_1() 376 rt=round(t); in dpow_1() 382 rt=round(t); in dpow_1()
|
D | double_none.S | 48 wrapper_func round
|
D | CMakeLists.txt | 94 pico_wrap_function(${TARGET} round)
|
D | BUILD.bazel | 41 "-Wl,--wrap=round",
|
D | double_v1_rom_shim_rp2040.S | 230 adds r0,#1 @ round up 236 lsrs r0,#1 @ round to even 1069 @ round(sqrt(2^22./[68:8:252]))
|
D | double_fma_dcp.S | 375 … @ check we have at least 57 bits of product so that dmul tail will round correctly (this te… 436 adcs r0,r0,#0 @ round up (C is set) 447 adcs r0,r0,#0 @ round up as above
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33_vfp.S | 375 vrintn.f32.f32 s4,s4 @ round to quadrant count: x<256 so count≤163
|