Searched refs:pos_inf_x (Results 1 – 2 of 2) sorted by relevance
164 Int4 pos_inf_x = CmpEQ(As<Int4>(x), Int4(0x7F800000)); in logarithm2() local165 return As<Float4>((pos_inf_x & As<Int4>(x)) | (~pos_inf_x & As<Int4>(x1))); in logarithm2()