Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h171 f32 neg = FNAbs(abs); in FCopySign() local
173 return FSelect(sign, pos, neg); in FCopySign()