Searched refs:float_pad_value (Results 1 – 2 of 2) sorted by relevance
63 auto float_pad_value = std::numeric_limits<float>::quiet_NaN(); in CreateFirstWithType() local64 return CreateR0WithType(type, -float_pad_value, b); in CreateFirstWithType()72 auto float_pad_value = std::numeric_limits<float>::quiet_NaN(); in CreateLastWithType() local73 return CreateR0WithType(type, float_pad_value, b); in CreateLastWithType()
3178 float float_pad_value; in HandleSelectAndScatter() local3182 float_pad_value = -std::numeric_limits<float>::infinity(); in HandleSelectAndScatter()3184 float_pad_value = std::numeric_limits<float>::infinity(); in HandleSelectAndScatter()3189 float_pad_value = std::numeric_limits<float>::infinity(); in HandleSelectAndScatter()3191 float_pad_value = -std::numeric_limits<float>::infinity(); in HandleSelectAndScatter()3200 static_cast<bfloat16>(float_pad_value)) in HandleSelectAndScatter()3201 : LiteralUtil::CreateR0<float>(float_pad_value))); in HandleSelectAndScatter()