Searched refs:dl (Results 1 – 16 of 16) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ldd/ |
D | s_nearbyintl.c | 40 double dh, dl, frac; in nearbyintl() local 49 if (u.dbits.dl > 0 && frac == 0.5) in nearbyintl() 51 else if(u.dbits.dl < 0 && frac == -0.5) in nearbyintl() 53 dl = 0; in nearbyintl() 55 dl = nearbyint(u.dbits.dl); in nearbyintl() 56 return (long double) dh + (long double) dl; in nearbyintl()
|
D | s_truncl.c | 40 double dh, dl; in truncl() local 47 dl = 0; in truncl() 49 dl = dh > 0 ? floor(u.dbits.dl) : ceil(u.dbits.dl); in truncl() 50 return (long double) dh + (long double) dl; in truncl()
|
D | s_ceill.c | 40 double dh, dl; in ceill() local 47 dl = 0; in ceill() 49 dl = ceil(u.dbits.dl); in ceill() 50 return (long double) dh + (long double) dl; in ceill()
|
D | s_floorl.c | 40 double dh, dl; in floorl() local 47 dl = 0; in floorl() 49 dl = floor(u.dbits.dl); in floorl() 50 return (long double) dh + (long double) dl; in floorl()
|
D | s_nanl.c | 42 u.dbits.dl = 0.0; in nanl()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/ |
D | strchr-32.S | 20 movb dl,cl 26 movb (eax),dl 27 testb dl,dl 29 cmpb cl,dl 120 movb (eax),dl 121 testb dl,dl 123 cmpb bl,dl
|
D | i386mach.h | 77 #define dl REG(dl) macro
|
D | memcmp-32.S | 37 movb -1(esi),dl 92 movb -1(esi),dl
|
D | memchr-32.S | 28 setnz dl 54 setnz dl
|
D | x86_64mach.h | 81 #define dl REG(dl) macro
|
D | memset-32.S | 21 movzbl dl,eax
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/ |
D | e_sqrtl.c | 118 u.dbits.dl = scalbn(u.dbits.dl, BIAS - u.bits.exp); in sqrtl() 124 u.dbits.dl = scalbn(u.dbits.dl, (BIAS + 1) - u.bits.exp); in sqrtl() 138 u.dbits.dl = 0.0; /* Zero out lower double */ in sqrtl() 148 u.dbits.dl = scalbn(u.dbits.dl, (k>>1) -1); in sqrtl()
|
D | s_scalbnl.c | 64 double dh, dl; in scalbnl() local 68 dl = scalbn(u.dbits.dl, n); in scalbnl() 69 return (long double) dh + (long double) dl; in scalbnl()
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/x86/ |
D | i386mach.h | 68 #define dl REG(dl) macro
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ |
D | math_private_openbsd.h | 596 double dl; member
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 1656 * libc/sys/linux/machine/i386/dl-procinfo.h: Likewise. 1657 * libc/sys/linux/machine/i386/dl-machine.h: Likewise. 1662 * libc/sys/linux/dl/atomicity.h: Likewise. 1663 * libc/sys/linux/dl/dynamic-link.h: Likewise. 1664 * libc/sys/linux/dl/ldsodefs.h: Likewise. 7995 * libc/sys/linux/dl/Makefile.in: Ditto. 8114 * libc/sys/linux/dl/atomicity.h (exchange_and_add): Fix asm 9210 * libc/sys/linux/dl/do-lookup.h (FCT): Support symbols with 10195 * libc/sys/linux/dl/Makefile.in: Regenerate. 11890 * libc/sys/linux/dl/Makefile.am: Ditto. [all …]
|