Searched defs:fma (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dtgmath.h134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dtgmath.h145 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
H A Dtgmath.h145 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dtgmath.h134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtgmath.h432 #define fma(Val1, Val2, Val3) \ macro
433 __TGMATH_TERNARY_REAL_ONLY (Val1, Val2, Val3, fma)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtgmath.h432 #define fma(Val1, Val2, Val3) \ macro
433 __TGMATH_TERNARY_REAL_ONLY (Val1, Val2, Val3, fma)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
H A Dtgmath.h134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
H A Dtgmath.h731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
H A Dtgmath.h731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dtgmath.h731 // 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/
H A Dtgmath.h731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h731 // 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/
H A Ddecimal.py1809 def fma(self, other, third, context=None): member in class:Decimal
1838 'INF * 0 in fma')
1843 '0 * INF in fma')
1866 # (i.e. behaviour for NaNs is identical to that of fma)
4289 def fma(self, a, b, c): member in class:Context
4296 >>> ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7'))
4298 >>> ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7'))
4300 >>> ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578'))
4302 >>> ExtendedContext.fma(1, 3, 4)
4304 >>> ExtendedContext.fma(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py1809 def fma(self, other, third, context=None): member in class:Decimal
1838 'INF * 0 in fma')
1843 '0 * INF in fma')
1866 # (i.e. behaviour for NaNs is identical to that of fma)
4289 def fma(self, a, b, c): member in class:Context
4296 >>> ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7'))
4298 >>> ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7'))
4300 >>> ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578'))
4302 >>> ExtendedContext.fma(1, 3, 4)
4304 >>> ExtendedContext.fma(
[all...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
H A Dxalan-2.7.1.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 3749 milliseconds