HomeSort by relevance Sort by last modified time
    Searched full:fma (Results 126 - 150 of 607) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILNIDevice.cpp 65 mHWBits.set(AMDGPUDeviceInfo::FMA);
AMDIL7XXDevice.cpp 104 mSWBits.set(AMDGPUDeviceInfo::FMA);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILNIDevice.cpp 65 mHWBits.set(AMDGPUDeviceInfo::FMA);
AMDIL7XXDevice.cpp 104 mSWBits.set(AMDGPUDeviceInfo::FMA);
  /external/valgrind/main/none/tests/amd64/
Makefile.am 30 fma.stderr.exp fma.stdout.exp fma.vgtest \
132 check_PROGRAMS += fma
  /external/llvm/lib/Target/PowerPC/
PPCInstrVSX.td 133 // FMA Instructions
139 [(set f64:$XT, (fma f64:$XA, f64:$XB, f64:$XTi))]>,
155 [(set f64:$XT, (fma f64:$XA, f64:$XB, (fneg f64:$XTi)))]>,
171 [(set f64:$XT, (fneg (fma f64:$XA, f64:$XB, f64:$XTi)))]>,
187 [(set f64:$XT, (fneg (fma f64:$XA, f64:$XB, (fneg f64:$XTi))))]>,
203 [(set v2f64:$XT, (fma v2f64:$XA, v2f64:$XB, v2f64:$XTi))]>,
219 [(set v4f32:$XT, (fma v4f32:$XA, v4f32:$XB, v4f32:$XTi))]>,
235 [(set v2f64:$XT, (fma v2f64:$XA, v2f64:$XB, (fneg v2f64:$XTi)))]>,
251 [(set v4f32:$XT, (fma v4f32:$XA, v4f32:$XB, (fneg v4f32:$XTi)))]>,
267 [(set v2f64:$XT, (fneg (fma v2f64:$XA, v2f64:$XB, v2f64:$XTi)))]>
    [all...]
PPCTargetMachine.cpp 30 VSXFMAMutateEarly("schedule-ppc-vsx-fma-mutation-early",
31 cl::Hidden, cl::desc("Schedule VSX FMA instruction mutation early"));
  /external/chromium_org/v8/src/arm64/
utils-arm64.h 102 return fma(op1, op2, a);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 101 TEST_FUNC_3(fma);
  /external/llvm/lib/Target/ARM/
ARMInstrVFP.td     [all...]
  /external/llvm/test/CodeGen/X86/
fma_patterns_wide.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=avx2,+fma -fp-contract=fast | FileCheck %s
  /external/valgrind/main/VEX/priv/
host_generic_maddf.h 27 /* Generic helper functions for doing FMA, i.e. compute x * y + z
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 55 float __attribute__((overloadable)) fma(float u, float t, float v) {return SC_fmaf(u, t, v);} function
  /system/extras/tests/memtest/
fptest.cpp 122 endTime("neon fma", 1e9);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 134 #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/
tgmath.h 145 #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/
tgmath.h 145 #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/
tgmath.h 134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
  /external/deqp/android/cts/
es31-mustpass-2014.2.9-2014-10-22.txt     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 62 #undef fma
191 using ::fma;
497 fma(float __x, float __y, float __z)
501 fma(long double __x, long double __y, long double __z)
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 62 #undef fma
191 using ::fma;
497 fma(float __x, float __y, float __z)
501 fma(long double __x, long double __y, long double __z)
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 62 #undef fma
191 using ::fma;
497 fma(float __x, float __y, float __z)
501 fma(long double __x, long double __y, long double __z)
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 62 #undef fma
191 using ::fma;
497 fma(float __x, float __y, float __z)
501 fma(long double __x, long double __y, long double __z)
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 656 milliseconds

1 2 3 4 56 7 8 91011>>