Home | History | Annotate | Download | only in X86

Lines Matching defs:Bias

7688       static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
7705 d = _mm_sub_pd( (__m128d) x, bias );
7770 // FP constant to bias correct the final result.
7771 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
7786 // Or the load with the bias.
7793 MVT::v2f64, Bias)));
7798 // Subtract the bias.
7799 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);