Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c349 #define invln2_256 C[1].d macro
364 y##N = (x##N * invln2_256) + round; \
452 y0 = (x0 * invln2_256) + round; in __vexp()
453 y1 = (x1 * invln2_256) + round; in __vexp()
454 y2 = (x2 * invln2_256) + round; in __vexp()
455 y3 = (x3 * invln2_256) + round; in __vexp()
456 y4 = (x4 * invln2_256) + round; in __vexp()
457 y5 = (x5 * invln2_256) + round; in __vexp()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S589 .word 0x41371547,0x652b82fe ! scaling 2^12 invln2_256
595 ! .word 0x40771547,0x652b82fe ! scaling invln2_256
610 #define invln2_256 0x58 macro
680 ! f58 invln2_256
724 ldd [%o3+invln2_256],INVLN2_256