Home
last modified time | relevance | path

Searched refs:two25 (Results 1 – 7 of 7) sorted by relevance

/sysdeps/i386/fpu/
A Ds_frexpf.S25 .type two25,@object
26 two25: .byte 0, 0, 0, 0x4c label
27 ASM_SIZE_DIRECTIVE(two25)
57 fmuls MO(two25)
A Ds_cbrtf.S49 .type two25,@object
50 two25: .byte 0, 0, 0, 0x4c label
51 ASM_SIZE_DIRECTIVE(two25)
86 fmuls MO(two25)
/sysdeps/ieee754/flt-32/
A De_log10f.c21 two25 = 3.3554432000e+07, /* 0x4c000000 */ variable
37 return -two25/fabsf (x); /* log(+-0)=-inf */ in __ieee754_log10f()
40 k -= 25; x *= two25; /* subnormal number, scale up x */ in __ieee754_log10f()
A Ds_frexpf.c24 two25 = 3.3554432000e+07; /* 0x4c000000 */ variable
34 x *= two25; in __frexpf()
A Ds_scalbnf.c19 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
32 x *= two25; in __scalbnf()
A Ds_scalblnf.c19 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
32 x *= two25; in __scalblnf()
A Ds_log1pf.c25 two25 = 3.355443200e+07, /* 0x4c000000 */ variable
48 if(x==(float)-1.0) return -two25/zero; /* log1p(-1)=-inf */ in __log1pf()
52 math_force_eval(two25+x); /* raise inexact */ in __log1pf()

Completed in 5 milliseconds