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

  /development/ndk/platforms/android-9/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()))
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
fenv.h 84 enum __sse_support { __SSE_YES, __SSE_NO, __SSE_UNK };
91 (__has_sse == __SSE_UNK && __test_sse()))
  /bionic/libm/i387/
fenv.c 66 enum __sse_support { __SSE_YES, __SSE_NO, __SSE_UNK };
71 (__has_sse == __SSE_UNK && __test_sse()))
78 __SSE_UNK;

Completed in 1913 milliseconds