/haiku/src/libs/mapm/ |
H A D | mapmhasn.c | 58 void m_apm_arcsinh(M_APM rr, int places, M_APM aa) in m_apm_arcsinh() 91 void m_apm_arccosh(M_APM rr, int places, M_APM aa) in m_apm_arccosh() 122 void m_apm_arctanh(M_APM rr, int places, M_APM aa) in m_apm_arctanh()
|
H A D | mapmhsin.c | 46 void m_apm_sinh(M_APM rr, int places, M_APM aa) in m_apm_sinh() 69 void m_apm_cosh(M_APM rr, int places, M_APM aa) in m_apm_cosh() 92 void m_apm_tanh(M_APM rr, int places, M_APM aa) in m_apm_tanh()
|
H A D | mapmasn0.c | 65 void M_arcsin_near_0(M_APM rr, int places, M_APM aa) in M_arcsin_near_0() 85 void M_arccos_near_0(M_APM rr, int places, M_APM aa) in M_arccos_near_0() 108 void M_arctan_near_0(M_APM rr, int places, M_APM aa) in M_arctan_near_0()
|
H A D | mapm_lg2.c | 70 void M_log_solve_cubic(M_APM rr, int places, M_APM nn) in M_log_solve_cubic() 150 void M_log_basic_iteration(M_APM rr, int places, M_APM nn) in M_log_basic_iteration()
|
H A D | mapm_rcp.c | 52 void m_apm_divide(M_APM rr, int places, M_APM aa, M_APM bb) in m_apm_divide() 101 void m_apm_reciprocal(M_APM rr, int places, M_APM aa) in m_apm_reciprocal()
|
H A D | mapmasin.c | 122 void m_apm_arctan2(M_APM rr, int places, M_APM yy, M_APM xx) in m_apm_arctan2() 202 void m_apm_arctan(M_APM rr, int places, M_APM xx) in m_apm_arctan() 244 void M_arctan_large_input(M_APM rr, int places, M_APM xx) in M_arctan_large_input()
|
H A D | mapmrsin.c | 63 void M_raw_sin(M_APM rr, int places, M_APM xx) in M_raw_sin() 127 void M_raw_cos(M_APM rr, int places, M_APM xx) in M_raw_cos()
|
H A D | mapm_div.c | 90 void m_apm_integer_div_rem(M_APM qq, M_APM rr, M_APM aa, M_APM bb) in m_apm_integer_div_rem() 97 void m_apm_integer_divide(M_APM rr, M_APM aa, M_APM bb) in m_apm_integer_divide()
|
H A D | mapm5sin.c | 116 void M_5x_do_it(M_APM rr, int places, M_APM xx) in M_5x_do_it() 149 void M_4x_do_it(M_APM rr, int places, M_APM xx) in M_4x_do_it()
|
H A D | mapmpwr2.c | 47 void m_apm_integer_pow_nr(M_APM rr, M_APM aa, int mexp) in m_apm_integer_pow_nr()
|
H A D | mapmipwr.c | 49 void m_apm_integer_pow(M_APM rr, int places, M_APM aa, int mexp) in m_apm_integer_pow()
|
H A D | mapm_lg4.c | 53 void M_log_near_1(M_APM rr, int places, M_APM xx) in M_log_near_1()
|
H A D | mapmfmul.c | 313 void M_fast_multiply(M_APM rr, M_APM aa, M_APM bb) in M_fast_multiply() 419 void M_fmul_div_conq(UCHAR *rr, UCHAR *aa, UCHAR *bb, int sz) in M_fmul_div_conq() 755 unsigned int *ip, t1, rr[8]; in M_4_byte_multiply() local
|
H A D | mapmsqrt.c | 90 void m_apm_sqrt(M_APM rr, int places, M_APM aa) in m_apm_sqrt()
|
H A D | mapm_pow.c | 83 void m_apm_pow(M_APM rr, int places, M_APM xx, M_APM yy) in m_apm_pow()
|
H A D | mapmcbrt.c | 55 void m_apm_cbrt(M_APM rr, int places, M_APM aa) in m_apm_cbrt()
|
H A D | mapm_log.c | 129 void m_apm_log10(M_APM rr, int places, M_APM aa) in m_apm_log10()
|
H A D | mapm_lg3.c | 163 void M_log_AGM_R_func(M_APM rr, int places, M_APM aa, M_APM bb) in M_log_AGM_R_func()
|
H A D | mapm_sin.c | 150 void M_limit_angle_to_pi(M_APM rr, int places, M_APM aa) in M_limit_angle_to_pi()
|
H A D | mapm_exp.c | 364 void M_raw_exp(M_APM rr, int places, M_APM xx) in M_raw_exp()
|
/haiku/src/system/libnetwork/netresolv/nameser/ |
H A D | ns_parse.c | 149 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 216 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
|
H A D | ns_print.c | 91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/haiku/headers/posix/arpa/ |
H A D | nameser.h | 167 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".") argument 168 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname) argument 169 #define ns_rr_nnamel(rr) ((rr).nnamel + 0) argument 170 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) argument 171 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0)) argument 172 #define ns_rr_ttl(rr) ((rr).ttl + 0) argument 173 #define ns_rr_rdlen(rr) ((rr).rdlength + 0) argument 174 #define ns_rr_rdata(rr) ((rr).rdata + 0) argument
|
/haiku/src/libs/libsolv/solv/ |
H A D | problems.c | 444 Rule *rr; in convertsolution() local 493 Rule *rr; in convertsolution() local
|
/haiku/src/add-ons/kernel/drivers/audio/cmedia/ |
H A D | pcm.c | 1664 int32 rr; in dma_c_interrupt() local
|