Home
last modified time | relevance | path

Searched refs:o1ch (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c39 void o1ch(int c) { in o1ch() function
43 void ostr(char*p) { while(*p) o1ch(*p++); } in ostr()
45 void osp() {o1ch(' ');} in osp()
47 void o1hex(int u) {u&=0x0f; if(u>=10) o1ch(u-10+'A'); else o1ch(u+'0');} in o1hex()
57 else o1ch(c),zf=0; in odig()
65 if(u<0) o1ch('-'),v=-v; in odec()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_v1_rom_shim_rp2040.S76 bl o1ch