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_sin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_math.h
536
const auto
__need_sin
= (__f._M_quadrant & 1) == 0;
local
537
if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(
__need_sin
)))
539
else if (_GLIBCXX_SIMD_IS_UNLIKELY(none_of(
__need_sin
)))
541
else // some_of(
__need_sin
)
544
where(
__need_sin
.__cvt(), __r) = __sinSeries(__f._M_x);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_math.h
536
const auto
__need_sin
= (__f._M_quadrant & 1) == 0;
local
537
if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(
__need_sin
)))
539
else if (_GLIBCXX_SIMD_IS_UNLIKELY(none_of(
__need_sin
)))
541
else // some_of(
__need_sin
)
544
where(
__need_sin
.__cvt(), __r) = __sinSeries(__f._M_x);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026