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

  /prebuilts/ndk/4/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()))
  /prebuilts/ndk/4/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()))
  /prebuilts/ndk/6/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 397 milliseconds