Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_utils.cc54 const uint64_t exp = is_long ? (UINT64_C(1) << 63) : (UINT32_C(1) << 31); in CalculateMagicAndShiftForDivRem() local
/art/runtime/base/
Dmacros.h25 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/art/cmdline/
Dcmdline_parser_test.cc50 FloatingPoint exp(expected); in UsuallyEquals() local