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

  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 335 cmsFloat64Number Sqr(cmsFloat64Number v)
343 LCh -> C = pow(Sqr(Lab ->a) + Sqr(Lab ->b), 0.5);
437 return pow(Sqr(dL) + Sqr(da) + Sqr(db), 0.5);
456 dhsq = Sqr(dE) - Sqr(dL) - Sqr(dC);
467 return sqrt(Sqr(dL) + Sqr(dC) / Sqr(sc) + Sqr(dh) / Sqr(sh))
    [all...]
  /external/google-benchmark/src/
stat.h 38 sum_squares_ = Sqr(dat);
52 sum_squares_ = w * Sqr(dat);
123 *stddev = Sqrt(avg_squares - Sqr(mean));
133 return Sqrt(avg_squares - Sqr(mean));
150 static inline SType Sqr(const SType &dat) {
155 static inline Vector2<SType> Sqr(const Vector2<SType> &dat) {
160 static inline Vector3<SType> Sqr(const Vector3<SType> &dat) {
165 static inline Vector4<SType> Sqr(const Vector4<SType> &dat) {
  /external/libcxx/utils/google-benchmark/src/
stat.h 38 sum_squares_ = Sqr(dat);
52 sum_squares_ = w * Sqr(dat);
123 *stddev = Sqrt(avg_squares - Sqr(mean));
133 return Sqrt(avg_squares - Sqr(mean));
150 static inline SType Sqr(const SType &dat) {
155 static inline Vector2<SType> Sqr(const Vector2<SType> &dat) {
160 static inline Vector3<SType> Sqr(const Vector3<SType> &dat) {
165 static inline Vector4<SType> Sqr(const Vector4<SType> &dat) {
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 134 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(square, Sqr, _)
  /external/v8/benchmarks/
regexp.js     [all...]

Completed in 107 milliseconds