Home
last modified time | relevance | path

Searched defs:CeedIntMax (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/
H A Dceed.h559 static inline CeedInt CeedIntMax(CeedInt a, CeedInt b) { return a > b ? a : b; } in CeedIntMax() function
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl857 function CeedIntMax(a, b) function