Searched defs:ln2_256h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S590 .word 0x3ea62e42,0xfee00000 ! scaling 2^(-12) ln2_256h
596 ! .word 0x3f662e42,0xfee00000 ! scaling ln2_256h
611 #define ln2_256h 0x60 define
681 ! f60 ln2_256h
725 ldd [%o3+ln2_256h],LN2_256H
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c350 #define ln2_256h C[2].d macro
369 x##N = (x##N - y##N * ln2_256h) - y##N * ln2_256l; \
487 x0 = (x0 - y0 * ln2_256h) - y0 * ln2_256l;
488 x1 = (x1 - y1 * ln2_256h) - y1 * ln2_256l;
489 x2 = (x2 - y2 * ln2_256h) - y2 * ln2_256l;
490 x3 = (x3 - y3 * ln2_256h) - y3 * ln2_256l;
491 x4 = (x4 - y4 * ln2_256h) - y4 * ln2_256l;
492 x5 = (x5 - y5 * ln2_256h) - y5 * ln2_256l;

Completed in 67 milliseconds