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_power9vec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h
264
constexpr inline bool
__have_power9vec
= true;
variable
266
constexpr inline bool
__have_power9vec
= false;
variable
271
constexpr inline bool __have_power8vec =
__have_power9vec
;
374
| (
__have_power9vec
<< 3)
simd.h
264
constexpr inline bool
__have_power9vec
= true;
variable
266
constexpr inline bool
__have_power9vec
= false;
variable
271
constexpr inline bool __have_power8vec =
__have_power9vec
;
374
| (
__have_power9vec
<< 3)
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h
284
constexpr inline bool
__have_power9vec
= true;
variable
286
constexpr inline bool
__have_power9vec
= false;
variable
291
constexpr inline bool __have_power8vec =
__have_power9vec
;
396
| (
__have_power9vec
<< 3)
simd.h
284
constexpr inline bool
__have_power9vec
= true;
variable
286
constexpr inline bool
__have_power9vec
= false;
variable
291
constexpr inline bool __have_power8vec =
__have_power9vec
;
396
| (
__have_power9vec
<< 3)
Completed in 51 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026