Home
last modified time | relevance | path

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

/graphics/graphics-path/src/main/cpp/math/
Dcompiler.h83 # define MAKE_CONSTEXPR(e) (e) argument
106 # define MAKE_CONSTEXPR(e) __builtin_constant_p(e) ? (e) : (e) argument