Searched refs:maxnorm (Results 1 – 3 of 3) sorted by relevance
225 const float maxnorm = 3.925724783138660f;226 frexp(l1norm / maxnorm, &squarings);253 const double maxnorm = 5.371920351148152;254 frexp(l1norm / maxnorm, &squarings);289 const long double maxnorm = 4.0246098906697353063L;290 frexp(l1norm / maxnorm, &squarings);309 const long double maxnorm = 3.2579440895405400856599663723517L;310 frexp(l1norm / maxnorm, &squarings);329 frexp(l1norm / maxnorm, &squarings);
278 maxnorm = const(3.925724783138660)281 math_ops.log(l1_norm / maxnorm) / math_ops.log(const(2.0))), 0)294 maxnorm = const(5.371920351148152)297 math_ops.log(l1_norm / maxnorm) / math_ops.log(const(2.0))), 0)
179 maxnorm = max_norm variable