Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dcpu.h132 FLAC__bool fma; member
144 FLAC__bool fma; member
/external/valgrind/none/tests/amd64/
DMakefile.am134 check_PROGRAMS += fma program
/external/bison/lib/
Dmath.in.h815 # define fma rpl_fma macro
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp78 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
/external/clang/lib/Headers/
Dtgmath.h749 #define fma(__x, __y, __z) \ macro
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2049 static tcu::Interval fma (glu::Precision precision, float a, float b, float c) in fma() function in deqp::gles31::Functional::FmaCase