OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__have_power8vec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h
269
constexpr inline bool
__have_power8vec
= true;
variable
271
constexpr inline bool
__have_power8vec
= __have_power9vec;
variable
276
constexpr inline bool __have_power_vsx =
__have_power8vec
;
373
| (
__have_power8vec
<< 2)
2908
if constexpr (
__have_power8vec
simd.h
269
constexpr inline bool
__have_power8vec
= true;
variable
271
constexpr inline bool
__have_power8vec
= __have_power9vec;
variable
276
constexpr inline bool __have_power_vsx =
__have_power8vec
;
373
| (
__have_power8vec
<< 2)
2908
if constexpr (
__have_power8vec
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h
289
constexpr inline bool
__have_power8vec
= true;
variable
291
constexpr inline bool
__have_power8vec
= __have_power9vec;
variable
296
constexpr inline bool __have_power_vsx =
__have_power8vec
;
395
| (
__have_power8vec
<< 2)
2943
if constexpr (
__have_power8vec
simd.h
289
constexpr inline bool
__have_power8vec
= true;
variable
291
constexpr inline bool
__have_power8vec
= __have_power9vec;
variable
296
constexpr inline bool __have_power_vsx =
__have_power8vec
;
395
| (
__have_power8vec
<< 2)
2943
if constexpr (
__have_power8vec
Completed in 58 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026