Lines Matching full:anything
140 // (NAN ^ anything *but 0* should be NAN) in powd_nan_inputs()
144 // (anything *but 1* ^ NAN should be NAN) in powd_nan_inputs()
151 // (+Infinity ^ positive anything but 0 and NAN should be +Infinity) in powd_infinity_as_base()
154 // (+Infinity ^ negative anything except 0 and NAN should be 0.0) in powd_infinity_as_base()
161 // (-Infinity ^ anything but odd ints should be == -0 ^ (-anything)) in powd_infinity_as_base()
196 // (+0 ^ anything positive but 0 and NAN should be +0) in powd_zero_as_base()
199 // (+0 ^ anything negative but 0 and NAN should be Infinity) in powd_zero_as_base()
204 // (-0 ^ anything positive but 0, NAN, and odd ints should be +0) in powd_zero_as_base()
207 // (-0 ^ anything negative but 0, NAN, and odd ints should be Infinity) in powd_zero_as_base()
222 // (anything ^ 1 should be anything - i.e. the base) in special_cases()
226 // (anything ^ -1 should be 1/anything) in special_cases()
230 // (negative anything ^ integer should be (-1 ^ integer) * (positive anything ^ integer)) in special_cases()
240 // (-anything except 0 and Infinity ^ non-integer should be NAN) in special_cases()