Searched refs:powFloatingPointImpl (Results 1 – 2 of 2) sorted by relevance
728 return powFloatingPointImpl!(PowType.ceil)(val);855 return powFloatingPointImpl!(PowType.floor)(val);972 private T powFloatingPointImpl(PowType type, T)(T x) in powFloatingPointImpl() function
8196 private T powFloatingPointImpl(PowType type, T)(T x)8243 return powFloatingPointImpl!(PowType.ceil)(val);8368 return powFloatingPointImpl!(PowType.floor)(val);