Home
last modified time | relevance | path

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

/external/adhd/cras/
Dconfigure.ac133 AC_ARG_ENABLE(fma, [AS_HELP_STRING([--enable-fma],[enable FMA optimizations])], have_fma=$enableval… optenable
/external/flac/libFLAC/include/private/
Dcpu.h155 FLAC__bool fma; member
167 FLAC__bool fma; member
/external/valgrind/none/tests/amd64/
DMakefile.am153 check_PROGRAMS += fma program
/external/libcxx/include/
Dmath.h1174 inline _LIBCPP_INLINE_VISIBILITY float fma(float __lcpp_x, float __lcpp_y, float __lcpp_z) _N… in fma() function
1175 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x, long double __lcpp_y, long d… in fma() function
1186 fma(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT in fma() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp75 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp558 fma(operand a, operand b, operand c) in fma() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl524 GLM_FUNC_QUALIFIER detail::fvec4SIMD fma function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl896 GLM_FUNC_QUALIFIER genType fma function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp77 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
/external/python/cpython3/Lib/
D_pydecimal.py1959 def fma(self, other, third, context=None): member in Decimal
4500 def fma(self, a, b, c): member in Context
/external/python/cpython2/Lib/
Ddecimal.py1807 def fma(self, other, third, context=None): member in Decimal
4289 def fma(self, a, b, c): member in Context
/external/clang/lib/Headers/
Dtgmath.h749 #define fma(__x, __y, __z) \ macro
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2052 static tcu::Interval fma (glu::Precision precision, float a, float b, float c) in fma() function in deqp::gles31::Functional::FmaCase
Des31fNegativeShaderFunctionTests.cpp4363 void fma (NegativeTestContext& ctx) in fma() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp2312 static tcu::Interval fma (glu::Precision precision, float a, float b, float c) in fma() function in vkt::shaderexecutor::__anon0d69d01f0111::FmaCaseInstance
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12420 static glw::GLdouble fma(glw::GLdouble a, glw::GLdouble b, glw::GLdouble c) in fma() function