/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | s_ldexp.c | 23 ldexp(double value, int exp) in ldexp()
|
D | w_exp.c | 30 exp(double x) /* wrapper exp */ in exp() function
|
/device/google/contexthub/firmware/lib/libm/ |
D | wf_exp.c | 96 double exp(double x) in exp() function
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiCdefs.h | 307 #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/ |
D | test_host_2.c | 36 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
D | test_host_1.c | 38 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
/device/google/dragon/audio/hal/dsp/ |
D | drc_math.h | 135 float exp = e; in linear_to_decibels() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pystrtod.c | 746 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
|
D | ast.c | 1953 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/ |
D | pystrtod.c | 746 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
|
D | ast.c | 1948 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/ |
D | cdefs.h | 371 #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/ |
D | Complex.py | 226 def exp(z): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | llimits.h | 93 #define cast(t, exp) ((t)(exp)) argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 668 pow10(int exp) in pow10()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decimal.py | 403 def change_min_exponent(self, exp): argument 405 def change_max_exponent(self, exp): argument
|
D | test_inspect.py | 51 def istest(self, predicate, exp): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 2394 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/ |
D | mathmodule.c | 1187 long exp; in math_ldexp() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | mathmodule.c | 1187 long exp; in math_ldexp() local
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 2065 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/ |
D | mm_qcamera_app.c | 2065 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/ |
D | mm_qcamera_app.c | 1996 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/ |
D | floatobject.c | 1431 long exp, top_exp, lsb, key_digit; in float_fromhex() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | floatobject.c | 1446 long exp, top_exp, lsb, key_digit; in float_fromhex() local
|