OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onemix2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/math/
casinhq_kernel.c
137
__float128
onemix2
= (1 + ix) * (1 - ix);
local
138
__float128 s = sqrtq (
onemix2
);
148
__float128
onemix2
= (1 + ix) * (1 - ix);
local
151
__float128 d = sqrtq (
onemix2
*
onemix2
+ f);
152
__float128 dp = d +
onemix2
;
/src/external/gpl3/gcc.old/dist/libquadmath/math/
casinhq_kernel.c
137
__float128
onemix2
= (1 + ix) * (1 - ix);
local
138
__float128 s = sqrtq (
onemix2
);
148
__float128
onemix2
= (1 + ix) * (1 - ix);
local
151
__float128 d = sqrtq (
onemix2
*
onemix2
+ f);
152
__float128 dp = d +
onemix2
;
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026