Searched refs:ex (Results 1 – 5 of 5) sorted by relevance
/lk-master/scripts/ |
A D | do-sifive-e | 20 --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 D | float_math.c | 453 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 D | float_v1_rom_shim.S | 134 bge 1f @ ex>=ey?
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_math.c | 497 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 D | math_private.h | 259 #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