Home
last modified time | relevance | path

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

/libCEED/python/
H A Dceed_constants.py21 SCALAR_FP32 = lib.CEED_SCALAR_FP32 variable
23 scalar_types = {SCALAR_FP32: "float32",
/libCEED/python/tests/
H A Dtest-1-vector.py131 if libceed.lib.CEED_SCALAR_TYPE == libceed.SCALAR_FP32: