Home
last modified time | relevance | path

Searched refs:is_error (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c617 is_error(double x) in is_error() function
705 if (errno && is_error(r)) in math_1()
726 if (errno && is_error(r)) in math_1a()
785 if (errno && is_error(r)) in math_2()
1229 if (errno && is_error(r)) in math_ldexp()
1378 if (errno && is_error(r)) in math_fmod()
1420 if (errno && is_error(r)) in math_hypot()
1507 if (errno && is_error(r)) in math_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c617 is_error(double x) in is_error() function
705 if (errno && is_error(r)) in math_1()
726 if (errno && is_error(r)) in math_1a()
785 if (errno && is_error(r)) in math_2()
1229 if (errno && is_error(r)) in math_ldexp()
1368 if (errno && is_error(r)) in math_fmod()
1410 if (errno && is_error(r)) in math_hypot()
1497 if (errno && is_error(r)) in math_pow()
/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp979 int is_error = 0; in prepare_boot_update() local
1044 is_error = 1; in prepare_boot_update()
1048 if (is_error) in prepare_boot_update()