/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
fmaintrin.h | 32 # error "FMA instruction set not enabled"
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
fmaintrin.h | 33 #pragma GCC target("fma")
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
fmaintrin.h | 32 # error "FMA instruction set not enabled"
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
fmaintrin.h | 32 # error "FMA instruction set not enabled"
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
fmaintrin.h | 32 # error "FMA instruction set not enabled"
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
fmaintrin.h | 33 #pragma GCC target("fma")
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 41 dectest: fma
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 41 dectest: fma
|
/prebuilts/sdk/renderscript/clang-include/ |
fmaintrin.h | 32 # error "FMA instruction set is not enabled"
|
tgmath.h | 731 // fma 741 {return fma(__x, __y, __z);} 748 #undef fma macro 749 #define fma(__x, __y, __z) \ macro
|
/external/libcxx/include/ |
cmath | 196 floating_point fma (arithmetic x, arithmetic y, arithmetic z); 1209 // fma 1212 using ::fma; 1214 inline _LIBCPP_INLINE_VISIBILITY float fma(float __x, float __y, float __z) _NOEXCEPT {return fmaf(__x, __y, __z);} 1215 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x, __y, __z);} 1226 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT 1232 return fma((__result_type)__x, (__result_type)__y, (__result_type)__z); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 196 floating_point fma (arithmetic x, arithmetic y, arithmetic z); 1209 // fma 1212 using ::fma; 1214 inline _LIBCPP_INLINE_VISIBILITY float fma(float __x, float __y, float __z) _NOEXCEPT {return fmaf(__x, __y, __z);} 1215 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x, __y, __z);} 1226 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT 1232 return fma((__result_type)__x, (__result_type)__y, (__result_type)__z); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 196 floating_point fma (arithmetic x, arithmetic y, arithmetic z); 1209 // fma 1212 using ::fma; 1214 inline _LIBCPP_INLINE_VISIBILITY float fma(float __x, float __y, float __z) _NOEXCEPT {return fmaf(__x, __y, __z);} 1215 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x, __y, __z);} 1226 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT 1232 return fma((__result_type)__x, (__result_type)__y, (__result_type)__z); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |