Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dbot_test_expectations.py210 result_exp = map(string_to_exp, result_strings)
214 additional_expectations = set(e for e in result_exp if not expected(e))
/external/qemu/target-arm/
Dhelper.c3049 int result_exp; in HELPER() local
3074 result_exp = 253 - a_exp; in HELPER()
3079 | ((result_exp & 0xff) << 23) in HELPER()
3142 int result_exp; in HELPER() local
3179 result_exp = (380 - ((val & 0x7f800000) >> 23)) / 2; in HELPER()
3186 | ((result_exp & 0xff) << 23) in HELPER()