OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__SSE_UNK
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/i387/
fenv.h
84
enum __sse_support { __SSE_YES, __SSE_NO,
__SSE_UNK
};
91
(__has_sse ==
__SSE_UNK
&& __test_sse()))
fenv.c
48
__SSE_UNK
;
/bionic/libm/include/i387/
fenv.h
84
enum __sse_support { __SSE_YES, __SSE_NO,
__SSE_UNK
};
91
(__has_sse ==
__SSE_UNK
&& __test_sse()))
/development/ndk/platforms/android-5/arch-x86/include/
fenv.h
84
enum __sse_support { __SSE_YES, __SSE_NO,
__SSE_UNK
};
91
(__has_sse ==
__SSE_UNK
&& __test_sse()))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fenv.h
84
enum __sse_support { __SSE_YES, __SSE_NO,
__SSE_UNK
};
91
(__has_sse ==
__SSE_UNK
&& __test_sse()))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fenv.h
84
enum __sse_support { __SSE_YES, __SSE_NO,
__SSE_UNK
};
91
(__has_sse ==
__SSE_UNK
&& __test_sse()))
Completed in 169 milliseconds