Searched refs:two25 (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_log10f.c28 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
54 return -two25/(x-x); /* log(+-0)=-inf */
56 k -= 25; x *= two25; /* subnormal number, scale up x */
H A Ds_frexpf.c28 two25 = 3.3554432000e+07; /* 0x4c000000 */ variable
43 x *= two25;
H A De_log2f.c27 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
57 return -two25/(x-x); /* log(+-0)=-inf */
59 k -= 25; x *= two25; /* subnormal number, scale up x */
H A Ds_scalblnf.c28 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
45 x *= two25;
H A Ds_scalbnf.c28 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
45 x *= two25;
H A De_logf.c30 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
60 return -two25/(x-x); /* log(+-0)=-inf */
62 k -= 25; x *= two25; /* subnormal number, scale up x */
H A Ds_log1pf.c30 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
61 if(x==(float)-1.0) return -two25/(x-x); /* log1p(-1)=+inf */
65 if(two25+x>zero /* raise inexact */
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_frexpf.S32 ASM_TYPE_DIRECTIVE(two25,@object)
33 two25: .byte 0, 0, 0, 0x4c label
34 ASM_SIZE_DIRECTIVE(two25)
67 fmuls MO(two25)
H A Ds_cbrtf.S55 ASM_TYPE_DIRECTIVE(two25,@object)
56 two25: .byte 0, 0, 0, 0x4c label
57 ASM_SIZE_DIRECTIVE(two25)
92 fmuls MO(two25)

Completed in 73 milliseconds