Home
last modified time | relevance | path

Searched defs:with_errno (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dmath_err.c15 with_errno (double y, int e) in with_errno() function
21 # define with_errno(x, e) (x) macro
/aosp_15_r20/external/arm-optimized-routines/math/
H A Dmath_err.c15 with_errno (double y, int e) in with_errno() function
21 #define with_errno(x, e) (x) macro
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DErrnoSetterMatcher.h84 ErrnoSetterMatcher<T> with_errno(Comparator<int> ecmp) { in with_errno() function
170 internal::ErrnoSetterMatcher<RetT> with_errno(Cmp<int> cmp) { in with_errno() function