OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pio2_2t
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libm/src/
e_rem_pio2.c
41
*
pio2_2t
: pi/2 - (pio2_1+pio2_2)
54
pio2_2t
= 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */
variable in typeref:typename:const double
79
y[0] = z -
pio2_2t
;
80
y[1] = (z-y[0])-
pio2_2t
;
90
y[0] = z +
pio2_2t
;
91
y[1] = (z-y[0])+
pio2_2t
;
114
w = fn*
pio2_2t
-((t-r)-w);
e_rem_pio2f.c
74
*
pio2_2t
: pi/2 - (pio2_1+pio2_2)
87
pio2_2t
= 6.0770999344e-11, /* 0x2e85a308 */
variable in typeref:typename:const float
110
y[0] = z -
pio2_2t
;
111
y[1] = (z-y[0])-
pio2_2t
;
121
y[0] = z +
pio2_2t
;
122
y[1] = (z-y[0])+
pio2_2t
;
145
w = fn*
pio2_2t
-((t-r)-w);
e_rem_pio2l.h
43
*
pio2_2t
: pi/2 - (pio2_1+pio2_2)
57
pio2_2t
= 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df531d89cd91.0p-254 */
variable in typeref:typename:const long double
94
w = fn*
pio2_2t
-((t-r)-w);
/src/lib/libm/ld128/
e_rem_pio2l.h
45
*
pio2_2t
: pi/2 - (pio2_1+pio2_2)
59
pio2_2t
= 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df531d89cd91.0p-254 */
variable in typeref:typename:const long double
96
w = fn*
pio2_2t
-((t-r)-w);
/src/lib/libm/ld80/
e_rem_pio2l.h
40
*
pio2_2t
: pi/2 - (pio2_1+pio2_2)
65
#define
pio2_2t
((long double)pio2_2thi + pio2_2tlo)
macro
71
pio2_2t
= 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */
variable in typeref:typename:const long double
105
w = fn*
pio2_2t
-((t-r)-w);
Completed in 14 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025