Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py1803 def fma(self, other, third, context=None): member in Decimal
4261 def fma(self, a, b, c): member in Context