Home
last modified time | relevance | path

Searched refs:bd0 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtod.c99 Bigint *bb = NULL, *bb1, *bd0; in strtod() local
326 bd0 = 0; in strtod()
456 if (bd0) in strtod()
523 if (bd0) in strtod()
542 bd0 = s2b(s0, nd0, nd, y); in strtod()
543 if (bd0 == NULL) in strtod()
547 bd = Balloc(bd0->k); in strtod()
550 Bcopy(bd, bd0); in strtod()
1028 Bfree(bd0); in strtod()
Dstrtodg.c320 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; in strtodg() local
518 bd0 = 0; in strtodg()
651 bd0 = s2b(s0, nd0, nd, y); in strtodg()
654 bd = Balloc(bd0->k); in strtodg()
657 Bcopy(bd, bd0); in strtodg()
985 Bfree(bd0); in strtodg()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1517 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
1710 bd0 = 0; in _Py_dg_strtod()
1846 bd0 = s2b(s0, nd0, nd, y); in _Py_dg_strtod()
1847 if (bd0 == NULL) in _Py_dg_strtod()
1878 bd = Balloc(bd0->k); in _Py_dg_strtod()
1880 Bfree(bd0); in _Py_dg_strtod()
1883 Bcopy(bd, bd0); in _Py_dg_strtod()
1887 Bfree(bd0); in _Py_dg_strtod()
1899 Bfree(bd0); in _Py_dg_strtod()
1952 Bfree(bd0); in _Py_dg_strtod()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1500 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
1679 bd0 = 0; in _Py_dg_strtod()
1815 bd0 = s2b(s0, nd0, nd, y); in _Py_dg_strtod()
1816 if (bd0 == NULL) in _Py_dg_strtod()
1847 bd = Balloc(bd0->k); in _Py_dg_strtod()
1849 Bfree(bd0); in _Py_dg_strtod()
1852 Bcopy(bd, bd0); in _Py_dg_strtod()
1856 Bfree(bd0); in _Py_dg_strtod()
1868 Bfree(bd0); in _Py_dg_strtod()
1921 Bfree(bd0); in _Py_dg_strtod()
[all …]