Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/lib/libc/stdio/
H A Dxprintf_float.c170 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in __printf_render_float() local
180 ox[1] = '\0'; in __printf_render_float()
196 ox[1] = 'x'; in __printf_render_float()
200 ox[1] = 'X'; in __printf_render_float()
220 ox[1] = '\0'; in __printf_render_float()
343 if (ox[1]) in __printf_render_float()
354 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __printf_render_float()
355 ox[0] = '0'; in __printf_render_float()
356 ret += __printf_puts(io, ox, 2); in __printf_render_float()
H A Dvfprintf.c357 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in __vfprintf() local
500 ox[1] = '\0'; in __vfprintf()
661 ox[1] = ch; in __vfprintf()
711 ox[1] = 'x'; in __vfprintf()
715 ox[1] = 'X'; in __vfprintf()
737 ox[1] = '\0'; in __vfprintf()
879 ox[1] = 'x'; in __vfprintf()
929 ox[1] = ch; in __vfprintf()
998 if (ox[1]) in __vfprintf()
1016 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __vfprintf()
[all …]
H A Dvfwprintf.c431 wchar_t ox[2]; /* space for 0x hex-prefix */ in __vfwprintf() local
569 ox[1] = '\0'; in __vfwprintf()
730 ox[1] = ch; in __vfwprintf()
768 ox[1] = 'x'; in __vfwprintf()
772 ox[1] = 'X'; in __vfwprintf()
792 ox[1] = '\0'; in __vfwprintf()
934 ox[1] = 'x'; in __vfwprintf()
986 ox[1] = ch; in __vfwprintf()
1055 if (ox[1]) in __vfwprintf()
1073 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in __vfwprintf()
[all …]
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c92 NCURSES_SIZE_T ox = win->_curx; in wins_wch() local
96 win->_curx = ox; in wins_wch()
124 NCURSES_SIZE_T ox = win->_curx; in wins_nwstr() local
147 win->_curx = ox; in wins_nwstr()
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dexp2f.tst11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox
18 func=exp2f op1=43000000 result=7f800000 errno=ERANGE status=ox
19 func=exp2f op1=43000001 result=7f800000 errno=ERANGE status=ox
H A Dexpf.tst11 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox
18 func=expf op1=42cffff8 result=7f800000 errno=ERANGE status=ox
19 func=expf op1=42d00008 result=7f800000 errno=ERANGE status=ox
H A Dcosh.tst11 func=cosh op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
13 func=cosh op1=ffefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
H A Dcoshf.tst11 func=coshf op1=7f7fffff result=7f800000 errno=ERANGE status=ox
13 func=coshf op1=ff7fffff result=7f800000 errno=ERANGE status=ox
H A Dsinh.tst11 func=sinh op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
13 func=sinh op1=ffefffff.ffffffff result=fff00000.00000000 errno=ERANGE status=ox
H A Dsinhf.tst11 func=sinhf op1=7f7fffff result=7f800000 errno=ERANGE status=ox
13 func=sinhf op1=ff7fffff result=ff800000 errno=ERANGE status=ox
H A Dpowf.tst119 func=powf op1=00000001 op2=bf800000 result=7f800000 errno=ERANGE status=ox
207 func=powf op1=351738cd op2=c0c55691 result=7f800000 errno=ERANGE status=ox
208 func=powf op1=42836035 op2=41a99f40 result=7f800000 errno=ERANGE status=ox
212 func=powf op1=28f0e770 op2=c035b4ca result=7f800000 errno=ERANGE status=ox
215 func=powf op1=3a2f1163 op2=c1422d45 result=7f800000 errno=ERANGE status=ox
216 func=powf op1=434f5cf3 op2=41851272 result=7f800000 errno=ERANGE status=ox
217 func=powf op1=2e0e27a4 op2=c06b13f5 result=7f800000 errno=ERANGE status=ox
219 func=powf op1=21c80729 op2=c00a04ab result=7f800000 errno=ERANGE status=ox
221 func=powf op1=2d173e0b op2=c05ee797 result=7f800000 errno=ERANGE status=ox
222 func=powf op1=452edf9a op2=4132dd7f result=7f800000 errno=ERANGE status=ox
[all …]
H A Dexp2.tst12 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
28 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox
H A Dexp.tst12 func=exp op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
28 func=exp op1=40862e42.fefa39f0 result=7ff00000.00000000 errno=ERANGE status=ox
H A Dexp10.tst11 func=exp10 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
H A Dexpm1.tst11 func=expm1 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox
H A Dexpm1f.tst11 func=expm1f op1=7f7fffff result=7f800000 errno=ERANGE status=ox
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_insnstr.c83 NCURSES_SIZE_T ox = win->_curx; in NCURSES_EXPORT() local
89 win->_curx = ox; in NCURSES_EXPORT()
H A Dlib_insch.c156 NCURSES_SIZE_T ox = win->_curx; in winsch() local
160 win->_curx = ox; in winsch()
/freebsd/lib/libmp/
H A Dmpasbn.c372 MINT *ox, *x; in mp_msqrt() local
381 ox = _itom("msqrt", 0); in mp_msqrt()
386 _movem("msqrt", x, ox); in mp_msqrt()
390 _msub("msqrt", ox, x, z3); in mp_msqrt()
397 _mfree("msqrt", ox); in mp_msqrt()
/freebsd/usr.bin/systat/
H A Dmain.c354 int oy, ox; in error() local
358 getyx(stdscr, oy, ox); in error()
364 move(oy, ox); in error()
/freebsd/contrib/file/src/
H A Dder.c409 size_t ox; in printdata() local
416 ox = x; in printdata()
425 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c200 char ox[2]; /* space for 0x hex-prefix */ local
759 ox[0] = '0';
760 ox[1] = ch;
761 PRINT(ox, 2);
/freebsd/share/dict/
H A Dweb2a24118 galla ox
31095 jungle ox
38790 ox antelope
38791 ox ball
38792 ox balm
38793 ox bile
38794 ox bot
38795 ox daisy
38798 ox-eyed
38800 ox-eyed arch
[all …]
/freebsd/contrib/one-true-awk/
H A DFIXES.1e715 and code from arnaud desitter, arnaud@nimbus.geog.ox.ac.uk
/freebsd/contrib/one-true-awk/testdir/
H A Dbib2069 …vet thy neighbour's wife, nor his manservant, nor his maidservant, nor his ox, nor his ass, nor an…
2106 If an ox gore a man or a woman, that they die: then the ox shall be surely stoned, and his flesh sh…
2107ox were wont to push with his horn in time past, and it hath been testified to his owner, and he h…
2110 If the ox shall push a manservant or a maidservant; he shall give unto their master thirty shekels …
2111 And if a man shall open a pit, or if a man shall dig a pit, and not cover it, and an ox or an ass f…
2113 And if one man's ox hurt another's, that he die; then they shall sell the live ox, and divide the m…
2114 …r if it be known that the ox hath used to push in time past, and his owner hath not kept him in; h…
2115 If a man shall steal an ox, or a sheep, and kill it, or sell it; he shall restore five oxen for an
2118 If the theft be certainly found in his hand alive, whether it be ox, or ass, or sheep; he shall res…
2123 For all manner of trespass, whether it be for ox, for ass, for sheep, for raiment, or for any manne…
[all …]

12