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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 469 %3 = tail call fp128 @llvm.fma.f128(fp128 %0, fp128 %2, fp128 %1)
473 declare fp128 @llvm.fma.f128(fp128, fp128, fp128) #4
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 439 extern float __attribute__((const, overloadable)) fma(float a, float b, float c);
440 FN_FUNC_FN_FN_FN(fma)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 439 extern float __attribute__((const, overloadable)) fma(float a, float b, float c);
440 FN_FUNC_FN_FN_FN(fma)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 439 extern float __attribute__((const, overloadable)) fma(float a, float b, float c);
440 FN_FUNC_FN_FN_FN(fma)
  /external/llvm/docs/
NVPTXUsage.rst 948 fma.rn.f32 %f93, %f91, %f92, %f107;
950 fma.rn.f32 %f95, %f91, %f94, %f93;
965 fma.rn.f32 %f110, %f110, %f108, %f110;
  /external/llvm/lib/Target/PowerPC/
PPCInstrAltivec.td 347 (fma v4f32:$vA, v4f32:$vC, v4f32:$vB))]>;
349 // FIXME: The fma+fneg pattern won't match because fneg is not legal.
352 [(set v4f32:$vD, (fneg (fma v4f32:$vA, v4f32:$vC,
    [all...]
PPCInstrInfo.td     [all...]
PPC.td 118 // FMA instruction forms with their corresponding factor-killing forms.
PPCScheduleP7.td 69 // FMA from the VSUs can forward results in 6 cycles. VS1 XS and vector FP
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td     [all...]
AArch64ISelLowering.h 304 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
  /bionic/libm/include/
math.h 231 double fma(double, double, double);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 104 "fma",
  /external/clang/include/clang/Basic/
BuiltinsNVPTX.def 200 // Fma
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 734 " highp vec2 a5 = a_attr.xz + a_attr.yw * a_attr.xz; // fma\n"
757 " mediump vec2 a5 = v_attr.xz + v_attr.yw * v_attr.xz; // fma\n"
923 " highp vec2 a5 = u_special.xz + u_special.yw * u_special.xz; // fma\n"
951 " mediump vec2 a5 = u_special.xz + u_special.yw * u_special.xz; // fma\n"
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 323 // FIXME: Favor FMA when both are enabled. Is this the right thing to do?
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 104 "fma",
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 330 BENCH_FN_FUNC_FN_FN_FN(fma);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 242 double fma(double, double, double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 242 double fma(double, double, double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 242 double fma(double, double, double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 242 double fma(double, double, double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 242 double fma(double, double, double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 242 double fma(double, double, double);

Completed in 1211 milliseconds

<<11121314151617181920>>