HomeSort by relevance Sort by last modified time
    Searched refs:fmaf (Results 1 - 25 of 63) sorted by null

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 43 fmaf(float x, float y, float z) function
  /external/clang/test/CodeGen/
libcall-declarations.c 40 float fmaf(float, float, float);
83 floorf, fma, fmal, fmaf, fmax, fmaxl, fmaxf, fmin, fminl, fminf, log, logl,
124 // CHECK-NOERRNO: declare float @fmaf(float, float, float) [[NUW]]
libcalls.c 59 float l0 = fmaf(a0, a0, a0);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 135 float SC_fmaf(float u, float t, float v) {return fmaf(u, t, v);}
205 { "_Z3fmafff", (void *)&fmaf, true },
  /external/bison/darwin-lib/
math.h 1116 # undef fmaf macro
    [all...]
  /external/bison/lib/
math.in.h 791 # undef fmaf macro
792 # define fmaf rpl_fmaf macro
794 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z));
795 _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z));
798 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z));
800 _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z));
802 _GL_CXXALIASWARN (fmaf); variable
804 # undef fmaf macro
806 _GL_WARN_ON_USE (fmaf, "fmaf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1116 # undef fmaf macro
    [all...]
  /development/ndk/platforms/android-3/include/
math.h 367 float fmaf(float, float, float);
  /development/ndk/platforms/android-9/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float);

Completed in 454 milliseconds

1 2 3