Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Ds_ldexp.c23 ldexp(double value, int exp) in ldexp()
Dw_exp.c30 exp(double x) /* wrapper exp */ in exp() function
/device/google/contexthub/firmware/lib/libm/
Dwf_exp.c96 double exp(double x) in exp() function
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiCdefs.h307 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
308 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
310 #define __predict_true(exp) (exp) argument
311 #define __predict_false(exp) (exp) argument
/device/generic/goldfish/libqemu/
Dtest_host_2.c36 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
Dtest_host_1.c38 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/device/google/dragon/audio/hal/dsp/
Ddrc_math.h135 float exp = e; in linear_to_decibels() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystrtod.c746 int t, exp; in PyOS_double_to_string() local
946 int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0; in format_float_short() local
Dast.c1953 expr_ty exp = NULL; in ast_for_expr() local
2365 expr_ty exp = ast_for_expr(c, CHILD(ch, 0)); in ast_for_flow_stmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystrtod.c746 int t, exp; in PyOS_double_to_string() local
946 int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0; in format_float_short() local
Dast.c1948 expr_ty exp = NULL; in ast_for_expr() local
2360 expr_ty exp = ast_for_expr(c, CHILD(ch, 0)); in ast_for_flow_stmt() local
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h371 #define __predict_true(exp) __builtin_expect((exp), 1) argument
372 #define __predict_false(exp) __builtin_expect((exp), 0) argument
374 #define __predict_true(exp) (exp) argument
375 #define __predict_false(exp) (exp) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py226 def exp(z): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllimits.h93 #define cast(t, exp) ((t)(exp)) argument
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c668 pow10(int exp) in pow10()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py403 def change_min_exponent(self, exp): argument
405 def change_max_exponent(self, exp): argument
Dtest_inspect.py51 def istest(self, predicate, exp): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2394 def quantize(self, exp, rounding=None, context=None, watchexp=True): argument
2480 def _rescale(self, exp, rounding): argument
2904 def exp(self, context=None): member in Decimal
4237 def exp(self, a): member in Context
6094 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c1187 long exp; in math_ldexp() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c1187 long exp; in math_ldexp() local
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c2065 cam_auto_exposure_mode_type exp = *(( int * )in_data); in mm_camera_lib_send_command() local
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c2065 cam_auto_exposure_mode_type exp = *(( int * )in_data); in mm_camera_lib_send_command() local
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c1996 cam_auto_exposure_mode_type exp = *(( int * )in_data); in mm_camera_lib_send_command() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c1431 long exp, top_exp, lsb, key_digit; in float_fromhex() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c1446 long exp, top_exp, lsb, key_digit; in float_fromhex() local

12