HomeSort by relevance Sort by last modified time
    Searched refs:__HAS_SSE (Results 1 - 4 of 4) sorted by null

  /bionic/libm/i387/
fenv.c 67 /* After testing for SSE support once, we cache the result in __has_sse. */
70 #define __HAS_SSE() 1
72 #define __HAS_SSE() (__has_sse == __SSE_YES || \
73 (__has_sse == __SSE_UNK && __test_sse()))
76 enum __sse_support __has_sse = variable in typeref:enum:__sse_support
111 __has_sse = __SSE_YES;
115 __has_sse = __SSE_NO;
133 if (__HAS_SSE()) {
165 if (__HAS_SSE()) {
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h 83 /* After testing for SSE support once, we cache the result in __has_sse. */
85 extern enum __sse_support __has_sse;
88 #define __HAS_SSE() 1
90 #define __HAS_SSE() (__has_sse == __SSE_YES || \
91 (__has_sse == __SSE_UNK && __test_sse()))
123 if (__HAS_SSE()) {
137 if (__HAS_SSE())
154 if (__HAS_SSE())
189 if (__HAS_SSE()) {
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h 83 /* After testing for SSE support once, we cache the result in __has_sse. */
85 extern enum __sse_support __has_sse;
88 #define __HAS_SSE() 1
90 #define __HAS_SSE() (__has_sse == __SSE_YES || \
91 (__has_sse == __SSE_UNK && __test_sse()))
123 if (__HAS_SSE()) {
137 if (__HAS_SSE())
154 if (__HAS_SSE())
189 if (__HAS_SSE()) {
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h 83 /* After testing for SSE support once, we cache the result in __has_sse. */
85 extern enum __sse_support __has_sse;
88 #define __HAS_SSE() 1
90 #define __HAS_SSE() (__has_sse == __SSE_YES || \
91 (__has_sse == __SSE_UNK && __test_sse()))
123 if (__HAS_SSE()) {
138 if (__HAS_SSE())
156 if (__HAS_SSE())
191 if (__HAS_SSE()) {
    [all...]

Completed in 94 milliseconds