HomeSort by relevance Sort by last modified time
    Searched refs:fma (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 351 extern float __attribute__((overloadable)) fma(float a, float b, float c);
352 FN_FUNC_FN_FN_FN(fma)
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 351 extern float __attribute__((overloadable)) fma(float a, float b, float c);
352 FN_FUNC_FN_FN_FN(fma)
  /prebuilt/sdk/15/renderscript/include/
rs_cl.rsh 351 extern float __attribute__((overloadable)) fma(float a, float b, float c);
352 FN_FUNC_FN_FN_FN(fma)
  /external/openssl/crypto/bn/asm/
ia64.S     [all...]
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 409 extern float __attribute__((overloadable)) fma(float, float, float);
410 FN_FUNC_FN_FN_FN(fma)
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 211 milliseconds

1 23