Searched refs:function (Results 26 - 50 of 384) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/
H A Dassert.cpp25 const char* function)
27 fprintf(stderr, "%s: %s:%d:%s: %s\n", __progname, file, line, function,
43 const char* function)
45 __assert_fail(strerror(error), file, line, function); local
24 __assert_fail(const char* assertion, const char* file, unsigned int line, const char* function) argument
42 __assert_perror_fail(int error, const char* file, unsigned int line, const char* function) argument
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsetjmp_internal.h8 /* M68K function call ABI register use:
24 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2l.s2 .type atan2l,@function
H A Datanl.s2 .type atanl,@function
H A Dfloor.s2 .type floorf,@function
8 .type floorl,@function
14 .type floor,@function
28 .type ceil,@function
35 .type ceilf,@function
42 .type ceill,@function
49 .type trunc,@function
56 .type truncf,@function
63 .type truncl,@function
H A Dlog.s2 .type log,@function
H A Dlog10.s2 .type log10,@function
H A Dlog10f.s2 .type log10f,@function
H A Dlog10l.s2 .type log10l,@function
H A Dlog2.s2 .type log2,@function
H A Dlog2f.s2 .type log2f,@function
H A Dlog2l.s2 .type log2l,@function
H A Dlogf.s2 .type logf,@function
H A Dlogl.s2 .type logl,@function
H A Dlrint.s2 .type lrint,@function
H A Dlrintf.s2 .type lrintf,@function
H A Dlrintl.s2 .type lrintl,@function
H A Dsqrtf.s2 .type sqrtf,@function
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Datan2l.s2 .type atan2l,@function
H A Datanl.s2 .type atanl,@function
H A Dllrintl.s2 .type llrintl,@function
H A Dlog10l.s2 .type log10l,@function
H A Dlog2l.s2 .type log2l,@function
H A Dlogl.s2 .type logl,@function
H A Dlrintl.s2 .type lrintl,@function

Completed in 33 milliseconds

1234567891011>>