HomeSort by relevance Sort by last modified time
    Searched refs:powh (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
frexp.c 84 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ local
92 DOUBLE powh_i; /* = powh[i] */
109 powh[i] = powh_i;
116 powh_i = powh[i];
126 DOUBLE powh_i; /* = powh[i] */
143 powh[i] = powh_i;
152 if (x < powh[i])
printf-frexp.c 91 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ local
100 DOUBLE powh_i; /* = powh[i] */
117 powh[i] = powh_i;
127 DOUBLE powh_i; /* = powh[i] */
144 powh[i] = powh_i;
178 x *= powh[i];
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 519 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half powh(const Eigen::half& a, const Eigen::half& b) { function

Completed in 56 milliseconds