Searched defs:LTHRESH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S575 .word 0xc110cc00, 0x00000000, ! LTHRESH = -275200.0
618 #define LTHRESH %f2 define
845 ! if (s < LTHRESH) {s = LTHRESH; yd = DZERO;}
994 ! if (s < LTHRESH) {s = LTHRESH; yd = DZERO;}
1088 ldd [%l0+64],LTHRESH
1394 fcmped %fcc1,%f34,LTHRESH ! (Y0_1) s < LTHRESH
1410 fmovdl %fcc1,LTHRESH,
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c407 LTHRESH = -38400.0; variable
549 if (yy0 <= LTHRESH)
550 yy0 = LTHRESH;
629 if (yy0 <= LTHRESH)
630 yy0 = LTHRESH;
633 if (yy1 <= LTHRESH)
634 yy1 = LTHRESH;
637 if (yy2 <= LTHRESH)
638 yy2 = LTHRESH;
680 if (yy0 <= LTHRESH)
[all...]
H A D__vpow.c489 0xc110cc0000000000ULL, /* LTHRESH = -275200.0 */
710 double LTHRESH = ((double*)LCONST)[14]; /* -275200.0 */ local
872 if (s0 < LTHRESH)
874 s0 = LTHRESH;
878 if (s1 < LTHRESH)
880 s1 = LTHRESH;
884 if (s2 < LTHRESH)
886 s2 = LTHRESH;
990 if (s0 < LTHRESH)
992 s0 = LTHRESH;
1148 double LTHRESH = ((double*)LCONST)[14]; /* -275200.0 */ local
[all...]

Completed in 68 milliseconds