Home
last modified time | relevance | path

Searched defs:IfZero (Results 1 – 6 of 6) sorted by relevance

/dports/games/palomino/palomino/src/gfx/
H A Dgraphics.hh57 bool IfZero( void ) const in IfZero() function in gfx::Rect
H A Drgba.hh193 bool IfZero( void ) const in IfZero() function in gfx::RGBA
/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dsimd_generic.hpp490 NETGEN_INLINE double IfZero (double a, double b, double c) { return a==0. ? b : c; } in IfZero() function
501 NETGEN_INLINE SIMD<T,N> IfZero (SIMD<T,N> a, SIMD<T,N> b, SIMD<T,N> c) in IfZero() function
H A Dsimd_sse.hpp240 NETGEN_INLINE SIMD<double,2> IfZero (SIMD<double,2> a, SIMD<double,2> b, SIMD<double,2> c) in IfZero() function
H A Dsimd_avx512.hpp188 NETGEN_INLINE SIMD<double,8> IfZero (SIMD<double,8> a, SIMD<double,8> b, SIMD<double,8> c) in IfZero() function
H A Dsimd_avx.hpp271 NETGEN_INLINE SIMD<double,4> IfZero (SIMD<double,4> a, SIMD<double,4> b, SIMD<double,4> c) in IfZero() function