Searched refs:bb (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/hppa/ |
D | memset.S | 52 bb,<,n TMP,31,filend /* if low bit is set, stbys */ 53 bb,>=,n TMP,30,endfil /* if next lowest bit isn't set */
|
D | strcpy.S | 61 bb,>= s_addr,29,twoatatime /*Branch if source was odd aligned*/
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtod.c | 255 _Bigint *bb = NULL, *bb1, *bd = NULL, *bd0, *bs = NULL, *delta = NULL; local 322 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) { 330 if (bb) { 331 copybits(bits, fpi.nbits, bb); 332 Bfree(bb); 741 bb = d2b(dval(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */ 742 if (bb == NULL) 812 bb1 = mult(bs, bb); 815 Bfree( bb); 816 bb = bb1; [all …]
|
D | strtodg.c | 451 …_Bigint *ab = NULL, *bb = NULL, *bb1 = NULL, *bd = NULL, *bd0 = NULL, *bs = NULL, *delta = NULL, *… in _strtodg_l() local 827 bb = Balloc(rvb->_k); in _strtodg_l() 828 if (!bb) in _strtodg_l() 830 Bcopy(bb, rvb); in _strtodg_l() 868 bb1 = mult(bs, bb); in _strtodg_l() 871 Bfree(bb); in _strtodg_l() 872 bb = bb1; in _strtodg_l() 876 bb = lshift(bb, bb2); in _strtodg_l() 877 if (!bb) in _strtodg_l() 880 rshift(bb, -bb2); in _strtodg_l() [all …]
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | memcpy.c | 28 memcpy(void *__restrict aa, const void *__restrict bb, size_t n) in memcpy() argument 37 const char *b = (const char *)bb; in memcpy()
|