OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cp_l
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/src/
e_pow.c
94
cp_l
= -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
variable in typeref:typename:const double[][][]
250
z_h = cp_h*p_h; /* cp_h+
cp_l
= 2/(3*log2) */
251
z_l =
cp_l
*p_h+p_l*cp+dp_l[k];
e_powf.c
53
cp_l
= -1.1736857402e-04, /* 0xb8f623c6 =tail of cp_h */
variable in typeref:typename:const float[][][]
195
z_h = cp_h*p_h; /* cp_h+
cp_l
= 2/(3*log2) */
196
z_l =
cp_l
*p_h+p_l*cp+dp_l[k];
e_pow.c
94
cp_l
= -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
variable in typeref:typename:const double[][][]
250
z_h = cp_h*p_h; /* cp_h+
cp_l
= 2/(3*log2) */
251
z_l =
cp_l
*p_h+p_l*cp+dp_l[k];
e_powf.c
53
cp_l
= -1.1736857402e-04, /* 0xb8f623c6 =tail of cp_h */
variable in typeref:typename:const float[][][]
195
z_h = cp_h*p_h; /* cp_h+
cp_l
= 2/(3*log2) */
196
z_l =
cp_l
*p_h+p_l*cp+dp_l[k];
/src/lib/libm/ld128/
e_powl.c
143
cp_l
= 5.0577616648125906047157785230014751039424E-17L;
variable in typeref:typename:const long double
352
z_h = cp_h * p_h; /* cp_h+
cp_l
= 2/(3*log2) */
353
z_l =
cp_l
* p_h + p_l * cp + dp_l[k];
e_powl.c
143
cp_l
= 5.0577616648125906047157785230014751039424E-17L;
variable in typeref:typename:const long double
352
z_h = cp_h * p_h; /* cp_h+
cp_l
= 2/(3*log2) */
353
z_l =
cp_l
* p_h + p_l * cp + dp_l[k];
Completed in 31 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025