Home | History | Annotate | Download | only in pub

Lines Matching full:reciprocal

729       Iop_Est5FRSqrt,    /* reciprocal square root estimate, 5 good bits */
801 /* Vector Reciprocal Estimate finds an approximate reciprocal of each
806 /* Vector Reciprocal Step computes (2.0 - arg1 * arg2).
811 /* Vector Reciprocal Square Root Estimate finds an approximate reciprocal
815 /* Vector Reciprocal Square Root Step computes (3.0 - arg1 * arg2) / 2.0.
994 /* Vector Reciprocal Estimate and Vector Reciprocal Square Root Estimate
1155 /* Vector Reciprocal Estimate finds an approximate reciprocal of each
1160 /* Vector Reciprocal Step computes (2.0 - arg1 * arg2).
1165 /* Vector Reciprocal Square Root Estimate finds an approximate reciprocal
1169 /* Vector Reciprocal Square Root Step computes (3.0 - arg1 * arg2) / 2.0.
1428 /* Vector Reciprocal Estimate and Vector Reciprocal Square Root Estimate