Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcolorsys.py80 bc = (maxc-b) / (maxc-minc)
82 h = bc-gc
84 h = 2.0+rc-bc
125 bc = (maxc-b) / (maxc-minc)
127 h = bc-gc
129 h = 2.0+rc-bc
/device/linaro/hikey/hikey960/
Ddevice-hikey960.mk55 libmalicore.bc \
60 $(LOCAL_PATH)/../mali/bifrost/lib/libclcore.bc:vendor/lib/libclcore.bc \
61 $(LOCAL_PATH)/../mali/bifrost/lib/libclcore_neon.bc:vendor/lib/libclcore_neon.bc \
64 $(LOCAL_PATH)/../mali/bifrost/lib64/libclcore.bc:vendor/lib64/libclcore.bc \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1317 sulp(U *x, BCinfo *bc) in sulp() argument
1321 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) { in sulp()
1380 bigcomp(U *rv, const char *s0, BCinfo *bc) in bigcomp() argument
1385 nd = bc->nd; in bigcomp()
1386 nd0 = bc->nd0; in bigcomp()
1387 p5 = nd + bc->e0; in bigcomp()
1388 b = sd2b(rv, bc->scale, &p2); in bigcomp()
1485 dval(rv) += sulp(rv, bc); in bigcomp()
1499 BCinfo bc; in _Py_dg_strtod() local
1663 bc.e0 = e1 = e; in _Py_dg_strtod()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1334 sulp(U *x, BCinfo *bc) in sulp() argument
1338 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) { in sulp()
1397 bigcomp(U *rv, const char *s0, BCinfo *bc) in bigcomp() argument
1402 nd = bc->nd; in bigcomp()
1403 nd0 = bc->nd0; in bigcomp()
1404 p5 = nd + bc->e0; in bigcomp()
1405 b = sd2b(rv, bc->scale, &p2); in bigcomp()
1502 dval(rv) += sulp(rv, bc); in bigcomp()
1516 BCinfo bc; in _Py_dg_strtod() local
1694 bc.e0 = e1 = e; in _Py_dg_strtod()
[all …]
/device/linaro/hikey/sepolicy/
Dfile_contexts43 /vendor/lib(64)?/libclcore\.bc u:object_r:same_process_hal_file:s0
44 /vendor/lib(64)?/libmalicore\.bc u:object_r:same_process_hal_file:s0
45 /vendor/lib/libclcore_neon\.bc u:object_r:same_process_hal_file:s0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_compileall.py42 bc = file.read()[len(metadata):]
45 file.write(bc)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h121 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ argument
123 | (cast(Instruction, bc)<<POS_Bx))
Dlcode.c236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() argument
239 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx); in luaK_codeABx()
240 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()
/device/google/contexthub/util/nanoapp_sign/
Dtest_modulus9 14:7f:a4:f7:99:bc:8b:1b:c2:01:c2:65:ee:f7:44:
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryLib/
DPeiMemoryLib.inf23 FILE_GUID = 3a9759d2-53bc-4eb2-abcd-c93099419063
/device/linaro/hikey/mali/bifrost/
DAndroid.mk50 LOCAL_MODULE := libmalicore.bc
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
DVirtualKeyboardDxe.dec22 PACKAGE_GUID = 774326bc-20d0-4203-97e4-10dc17f7dc1a
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.inf20 FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA
/device/google/marlin/sepolicy/
Dfile_contexts62 /dev/block/platform/soc/624000\.ufshc/sd[bc] u:object_r:xbl_block_device:s0
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dfile_contexts75 /dev/block/sd[bc]1? u:object_r:xbl_block_device:s0
/device/google/bonito-sepolicy/vendor/qcom/common/
Dfile_contexts79 /dev/block/sd[bc]1? u:object_r:xbl_block_device:s0
/device/google/wahoo/sepolicy/vendor/
Dfile_contexts112 /dev/block/sd[bc]1? u:object_r:xbl_block_device:s0
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt1239 a : bc | d;
1240 bc : b | c ;
1247 In this case there is a true ambiguity in "a" between "bc" and "d"
DCHANGES_FROM_133_BEFORE_MR13.txt1526 a : bc | d;
1527 bc : b | c ;
1534 In this case there is a true ambiguity in "a" between "bc" and "d"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1239 a : bc | d;
1240 bc : b | c ;
1247 In this case there is a true ambiguity in "a" between "bc" and "d"
DCHANGES_FROM_133_before_mr13.txt1526 a : bc | d;
1527 bc : b | c ;
1534 In this case there is a true ambiguity in "a" between "bc" and "d"
/device/google/cuttlefish_kernel/4.4-x86_64/
DSystem.map139 00000000000109bc d user_stack_count