OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__need_cos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_math.h
490
const auto
__need_cos
= (__f._M_quadrant & 1) == 0;
local
491
if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(
__need_cos
)))
493
else if (_GLIBCXX_SIMD_IS_UNLIKELY(none_of(
__need_cos
)))
495
else // some_of(
__need_cos
)
498
where(
__need_cos
.__cvt(), __r) = __cosSeries(__f._M_x);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_math.h
490
const auto
__need_cos
= (__f._M_quadrant & 1) == 0;
local
491
if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(
__need_cos
)))
493
else if (_GLIBCXX_SIMD_IS_UNLIKELY(none_of(
__need_cos
)))
495
else // some_of(
__need_cos
)
498
where(
__need_cos
.__cvt(), __r) = __cosSeries(__f._M_x);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026