Home
last modified time | relevance | path

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

/lk-master/scripts/
A Ddo-sifive-e20 --batch -ex "set remotetimeout 240" \
21 -ex "target extended-remote localhost:3333" \
22 -ex "monitor reset halt" \
23 -ex "monitor flash protect 0 64 last off" \
24 -ex "load" \
25 -ex "monitor resume" \
26 -ex "monitor shutdown" \
27 -ex "quit"
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c453 int ex,ey; in WRAPPER_FUNC() local
504 int sx,ex,ey; in WRAPPER_FUNC() local
506 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
508 if(ex==0xff) { in WRAPPER_FUNC()
512 if(ex==0) { in WRAPPER_FUNC()
517 mx=frem_0(mx,my,ex-ey,0); in WRAPPER_FUNC()
525 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local
527 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
530 if(ex==0xff) return PINF; in WRAPPER_FUNC()
532 if(ex==0) return PZERO; in WRAPPER_FUNC()
[all …]
A Dfloat_v1_rom_shim.S134 bge 1f @ ex>=ey?
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c497 int ex,ey;
498 ex=dgetexp(x); ey=dgetexp(y);
548 int sx,ex,ey;
550 DUNPACKS(ix,sx,ex,mx);
554 if(ex==0) {
559 mx=drem_0(mx,my,ex-ey,0);
567 int sx,sy,ex,ey,q;
569 DUNPACKS(ix,sx,ex,mx);
572 if(ex==0x7ff) return PINF;
574 if(ex==0) return PZERO;
[all …]
/lk-master/external/lib/libm/
A Dmath_private.h259 #define LD80C(m, ex, v) { \ argument
261 .xbits.expsign = (0x3fff + (ex)) | ((v) < 0 ? 0x8000 : 0), \
265 #define LD80C(m, ex, v) { .e = (v), } argument

Completed in 9 milliseconds