Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h110 FSelect(f32 cond, f32 ifPos, f32 ifNeg) in FSelect() argument
114 ret = (cond >= 0) ? ifPos: ifNeg; in FSelect()