Home
last modified time | relevance | path

Searched refs:dp_h (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_pow.c72 bp[] = { 1.0, 1.5, }, dp_h[] = {
278 t1 = (((z_h + z_l) + dp_h[k]) + t);
280 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);
/third_party/jerryscript/jerry-libm/
Dpow.c80 static const double dp_h[] = variable
367 t1.dbl = (((z_h + z_l) + dp_h[k]) + t.dbl); in pow()
369 t2 = z_l - (((t1.dbl - t.dbl) - dp_h[k]) - z_h); in pow()