OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__SSE_YES
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/i387/
fenv.c
46
__SSE_YES
;
78
__has_sse =
__SSE_YES
;
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
/bionic/libm/include/i387/
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
/development/ndk/platforms/android-5/arch-x86/include/
fenv.h
84
enum __sse_support {
__SSE_YES
, __SSE_NO, __SSE_UNK };
90
#define __HAS_SSE() (__has_sse ==
__SSE_YES
|| \
/prebuilt/ndk/android-ndk-r4/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
|| \
/prebuilt/ndk/android-ndk-r4/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
|| \
Completed in 134 milliseconds