HomeSort by: relevance | last modified time | path
    Searched defs:exp2 (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
f.cpp 14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
f.cpp 14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
  /xsrc/external/mit/MesaLib/dist/include/
c99_math.h 111 exp2(double d) function
  /xsrc/external/mit/MesaLib.old/dist/include/
c99_math.h 111 exp2(double d) function
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
i965_gram.y 485 %type <llint> exp2
941 predicate sendopcode execsize dst payload exp2 sharedfunction instoptions
963 | predicate sendopcode execsize exp dst payload exp2 sharedfunction instoptions
986 | predicate sendopcode execsize dst payload payload exp2 sharedfunction instoptions
1005 | predicate SENDS execsize dst payload payload exp2 exp2 sharedfunction instoptions
1033 | predicate SENDS execsize dst payload payload src exp2 sharedfunction instoptions
1087 exp2: label
2000 exp2
2004 | LSQUARE exp2 COMMA exp2 COMMA exp2 COMMA exp2 RSQUAR
    [all...]

Completed in 20 milliseconds