Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c470 int ex,ey; in WRAPPER_FUNC() local
521 int sx,ex,ey; in WRAPPER_FUNC() local
523 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
525 if(ex==0xff) { in WRAPPER_FUNC()
529 if(ex==0) { in WRAPPER_FUNC()
534 mx=frem_0(mx,my,ex-ey,0); in WRAPPER_FUNC()
542 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local
544 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
547 if(ex==0xff) return FPINF; in WRAPPER_FUNC()
549 if(ex==0) return PZERO; in WRAPPER_FUNC()
[all …]
A Dfloat_v1_rom_shim.S133 bge 1f @ ex>=ey?
/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c514 int ex,ey;
515 ex=dgetexp(x); ey=dgetexp(y);
565 int sx,ex,ey;
567 DUNPACKS(ix,sx,ex,mx);
571 if(ex==0) {
576 mx=drem_0(mx,my,ex-ey,0);
584 int sx,sy,ex,ey,q;
586 DUNPACKS(ix,sx,ex,mx);
589 if(ex==0x7ff) return PINF;
591 if(ex==0) return PZERO;
[all …]
/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 10 milliseconds