Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 26) sorted by relevance

12

/picolibc-latest/newlib/libc/machine/xtensa/machine/
Dfenv-fp.h41 fexcept_t current; in fedisableexcept() local
42 __asm__ volatile ("rur.fcr %0" : "=a"(current)); in fedisableexcept()
43 current &= ~(excepts << _FE_EXCEPTION_ENABLE_OFFSET); in fedisableexcept()
44 __asm__ volatile ("wur.fcr %0" : "=a"(current)); in fedisableexcept()
50 fexcept_t current; in feenableexcept() local
51 __asm__ volatile ("rur.fcr %0" : "=a"(current)); in feenableexcept()
52 current |= excepts << _FE_EXCEPTION_ENABLE_OFFSET; in feenableexcept()
53 __asm__ volatile ("wur.fcr %0" : "=a"(current)); in feenableexcept()
69 fexcept_t current; in fegetexcept() local
70 __asm__ volatile ("rur.fsr %0" : "=a"(current)); in fegetexcept()
[all …]
/picolibc-latest/newlib/libc/search/
Dbsearch.c93 void *current; in bsearch() local
105 current = (void *) (((char *) base) + (index * size)); in bsearch()
107 result = compar (key, current); in bsearch()
114 return current; in bsearch()
/picolibc-latest/newlib/libc/xdr/
Dxdr_rec.c325 size_t current; in xdrrec_getbytes() local
329 current = (int) rstrm->fbtbc; in xdrrec_getbytes()
330 if (current == 0) in xdrrec_getbytes()
338 current = (len < current) ? len : current; in xdrrec_getbytes()
339 if (!get_input_bytes (rstrm, addr, current)) in xdrrec_getbytes()
341 addr += current; in xdrrec_getbytes()
342 rstrm->fbtbc -= current; in xdrrec_getbytes()
343 len -= current; in xdrrec_getbytes()
354 size_t current; in xdrrec_putbytes() local
358 current = (size_t) ((uintptr_t) rstrm->out_boundry - in xdrrec_putbytes()
[all …]
/picolibc-latest/newlib/libm/fenv/
Dfenv.tex12 * Function fegetenv:: Get current floating-point environment
14 * Function fegetround:: Get current rounding direction
15 * Function feholdexcept:: Save current floating-point environment
17 * Function fesetenv:: Set current floating-point environment
19 * Function fesetround:: Set current rounding direction
21 * Function feupdateenv:: Update current floating-point environment
/picolibc-latest/cmake/
Dpicolibc.cmake39 # Get current sources
48 foreach(current IN LISTS current_sources)
49 get_filename_component(current_base "${current}" NAME_WLE)
83 # Get current headers
91 foreach(current IN LISTS current_headers)
92 if("${rel_header}" STREQUAL "${current}")
/picolibc-latest/newlib/libc/machine/i960/
Dstrrchr.S120 addo 1,g2,g2 # advance src pointer to byte after current
122 cmpo g1,g14 # is current byte char?
127 1: cmpobne 0,g14,Lfind_null # is current byte null?
Dmemcmp.S122 .diff: bl .neg # arrays differ at current byte.
Dmemccpy.S116 mov g7, g4 # keep a copy of the current word
Dstrcpy.S165 st g4, (g5) # store current word
Dstrncpy.S116 st g4, (g5) # store current word
Dmemcpy.S129 mov g7, g4 # keep a copy of the current word
Dstrncat.S123 st g4, (g5) # store current word
Dstrcpy_ca.S141 mov MSW,LSW # keep a copy of current word
Dstrncpy_ca.S174 lda (g5),LSW # keep a copy of the current mask
Dstrncat_ca.S130 mov MSW,LSW # keep a copy of current word
/picolibc-latest/doc/
Dreleasing.md3 Here are the current steps to perform when releasing a new version of
6 1. Make sure the current code builds on all supported architectures:
39 about the current source files
99 4. Update debian packaging to current standards
Dtls.md15 an API for the library to get the global structure for the current
/picolibc-latest/newlib/
Drefcontainers.xslt8 <!-- Copy the current node -->
DHOWTO87 https://sourceware.org/elix/api/current/api.pdf
127 the current system does not include that version, it can be downloaded from the
208 above, the _%C% suffix can be used. See the Makefile.am file for the current
215 above, the _%C% suffix can be used. See the Makefile.am file for the current
266 for the Makefile in the current directory. While not applicable to Newlib
DREADME220 specific files in the current directory, but arranges for them to
DChangeLog-20155291 Change documentation to reflect current behaviour more closely.
5435 the current charset through.
5754 * libc/locale/nl_langinfo.c (nl_langinfo): Just return current locale
6674 current charset.
6848 corresponding with current charset. Don't allow non-existant
7513 * libm/machine/spu/headers/acosd2.h: Rebase against current simdmath.
7578 be in sync with current kernels.
8203 * libm/machine/spu/headers/acoshf4.h: Rebase against current simdmath.
9787 * libc/stdio/Makefile.am (CHEWOUT_FILES): Sort, match current list
16395 compile with current GNU tools.
[all …]
/picolibc-latest/newlib/libc/time/
Dtime.tex21 (elapsed, current, or compute time) or to perform calculations based
76 * Function time:: Get current calendar time (as single number)
/picolibc-latest/
DREADME.md31 The file COPYING.picolibc contains all of the current copyright and
583 * Merge current newlib bits to get code that doesn't use struct _reent
655 10. Merge current newlib bits
993 7. Merge current newlib bits in. This includes better fenv support,
1010 2. Merge current newlib bits. The only thing which affects picolibc
1064 8. Sync up with current newlib head.
1162 with current newlib sources.
/picolibc-latest/newlib/libc/
Dsys.tex240 Timing information for current process. Minimal implementation:
/picolibc-latest/newlib/libc/iconv/
Diconv.tex861 whereas dynamic loading requires RAM. Moreover, in the current iconv
1679 @code{_iconv_nls_get_state} - returns the current encoding's shift state
1683 @code{_iconv_nls_set_state} sets the current encoding's shift state (the

12