Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dutils.h18 CEED_QFUNCTION_HELPER CeedScalar Max(CeedScalar a, CeedScalar b) { return a < b ? b : a; } in Max() function
/libCEED/rust/libceed/src/
H A Dlib.rs77 Max = bind_ceed::CeedNormType_CEED_NORM_MAX as isize, enumerator