OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two25
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/src/
s_logbf.c
24
two25
= 3.355443200e+07; /* 0x4c000000 */
variable
35
x *=
two25
; /* convert subnormal x to normal */
e_log10f.c
24
two25
= 3.3554432000e+07, /* 0x4c000000 */
variable
42
return -
two25
/zero; /* log(+-0)=-inf */
44
k -= 25; x *=
two25
; /* subnormal number, scale up x */
s_frexpf.c
24
two25
= 3.3554432000e+07; /* 0x4c000000 */
variable
35
x *=
two25
;
s_scalbnf.c
26
two25
= 3.355443200e+07, /* 0x4c000000 */
variable
39
x *=
two25
;
e_logf.c
26
two25
= 3.355443200e+07, /* 0x4c000000 */
variable
46
return -
two25
/zero; /* log(+-0)=-inf */
48
k -= 25; x *=
two25
; /* subnormal number, scale up x */
s_log1pf.c
26
two25
= 3.355443200e+07, /* 0x4c000000 */
variable
49
if(x==(float)-1.0) return -
two25
/zero; /* log1p(-1)=+inf */
53
if(
two25
+x>zero /* raise inexact */
Completed in 121 milliseconds