OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__SSE_YES
(Results
1 - 4
of
4
) sorted by null
/bionic/libm/i387/
fenv.c
68
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
72
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
78
__SSE_YES
;
111
__has_sse =
__SSE_YES
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
Completed in 119 milliseconds