/external/adhd/cras/ |
D | configure.ac | 133 AC_ARG_ENABLE(fma, [AS_HELP_STRING([--enable-fma],[enable FMA optimizations])], have_fma=$enableval… optenable
|
/external/flac/libFLAC/include/private/ |
D | cpu.h | 155 FLAC__bool fma; member 167 FLAC__bool fma; member
|
/external/valgrind/none/tests/amd64/ |
D | Makefile.am | 153 check_PROGRAMS += fma program
|
/external/libcxx/include/ |
D | math.h | 1174 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/ |
D | math_h.pass.cpp | 75 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 558 fma(operand a, operand b, operand c) in fma() function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_vec4.inl | 524 GLM_FUNC_QUALIFIER detail::fvec4SIMD fma function
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 896 GLM_FUNC_QUALIFIER genType fma function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 77 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 1959 def fma(self, other, third, context=None): member in Decimal 4500 def fma(self, a, b, c): member in Context
|
/external/python/cpython2/Lib/ |
D | decimal.py | 1807 def fma(self, other, third, context=None): member in Decimal 4289 def fma(self, a, b, c): member in Context
|
/external/clang/lib/Headers/ |
D | tgmath.h | 749 #define fma(__x, __y, __z) \ macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2052 static tcu::Interval fma (glu::Precision precision, float a, float b, float c) in fma() function in deqp::gles31::Functional::FmaCase
|
D | es31fNegativeShaderFunctionTests.cpp | 4363 void fma (NegativeTestContext& ctx) in fma() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 2312 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/ |
D | gl4cGPUShaderFP64Tests.cpp | 12420 static glw::GLdouble fma(glw::GLdouble a, glw::GLdouble b, glw::GLdouble c) in fma() function
|