OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twom100
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/src/
e_expf.c
27
twom100
= 7.8886090522e-31, /* 2**-100=0x0d800000 */
variable
59
if(x < u_threshold) return
twom100
*
twom100
; /* underflow */
93
return y*
twom100
;
s_exp2f.c
38
twom100
= 0x1p-100f,
variable
111
return (
twom100
*
twom100
); /* underflow */
139
return (r *
twom100
);
Completed in 432 milliseconds