Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/compatible/ndebug/
Dndebug_horizon.h52 #define NDEBUG_Assert(cond)
/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet.h166 #define NNET_DBGASSERT(cond) NDEBUG_Assert(cond) argument
170 #define NNET_DBGASSERT(cond) argument
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Arithmetic.h110 FSelect(f32 cond, f32 ifPos, f32 ifNeg) in FSelect() argument
114 ret = (cond >= 0) ? ifPos: ifNeg; in FSelect()