Searched refs:one_point_five (Results 1 – 2 of 2) sorted by relevance
3724 const T one_point_five = 1.5; in FPRSqrtStepFused() local3729 return one_point_five; in FPRSqrtStepFused()3739 return FusedMultiplyAdd(op1 / two, op2, one_point_five); in FPRSqrtStepFused()3741 return FusedMultiplyAdd(op1, op2 / two, one_point_five); in FPRSqrtStepFused()3745 return one_point_five; in FPRSqrtStepFused()
3756 static float one_point_five = 1.5f; in tgsi_tex() local3971 alu.src[2].value = *(uint32_t *)&one_point_five; in tgsi_tex()3992 alu.src[2].value = *(uint32_t *)&one_point_five; in tgsi_tex()