OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__half
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/noieee_src/
n_tan.c
63
z *=
__half
; /* Next get c = cos(x) accurately */
64
c = (z >= thresh ?
__half
-((z-
__half
)-cc) : __one-(z-cc));
n_sincos.c
68
z *=
__half
;
69
a = (z >= thresh ?
__half
-((z-
__half
)-c) : __one-(z-c));
114
z *=
__half
;
115
a = (z >= thresh ?
__half
-((z-
__half
)-c) : __one-(z-c));
trig.h
66
__half
= 1.0/2.0,
variable in typeref:typename:const double
83
extern const double __zero, __one, __negone,
__half
, __small, __big;
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025