Home
last modified time | relevance | path

Searched defs:rr (Results 1 – 25 of 27) sorted by relevance

12

/haiku/src/libs/mapm/
H A Dmapmhasn.c58 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 Dmapmhsin.c46 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 Dmapmasn0.c65 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 Dmapm_lg2.c70 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 Dmapm_rcp.c52 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 Dmapmasin.c122 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 Dmapmrsin.c63 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 Dmapm_div.c90 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 Dmapm5sin.c116 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 Dmapmpwr2.c47 void m_apm_integer_pow_nr(M_APM rr, M_APM aa, int mexp) in m_apm_integer_pow_nr()
H A Dmapmipwr.c49 void m_apm_integer_pow(M_APM rr, int places, M_APM aa, int mexp) in m_apm_integer_pow()
H A Dmapm_lg4.c53 void M_log_near_1(M_APM rr, int places, M_APM xx) in M_log_near_1()
H A Dmapmfmul.c313 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 Dmapmsqrt.c90 void m_apm_sqrt(M_APM rr, int places, M_APM aa) in m_apm_sqrt()
H A Dmapm_pow.c83 void m_apm_pow(M_APM rr, int places, M_APM xx, M_APM yy) in m_apm_pow()
H A Dmapmcbrt.c55 void m_apm_cbrt(M_APM rr, int places, M_APM aa) in m_apm_cbrt()
H A Dmapm_log.c129 void m_apm_log10(M_APM rr, int places, M_APM aa) in m_apm_log10()
H A Dmapm_lg3.c163 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 Dmapm_sin.c150 void M_limit_angle_to_pi(M_APM rr, int places, M_APM aa) in M_limit_angle_to_pi()
H A Dmapm_exp.c364 void M_raw_exp(M_APM rr, int places, M_APM xx) in M_raw_exp()
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c149 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 Dns_print.c91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/haiku/headers/posix/arpa/
H A Dnameser.h167 #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 Dproblems.c444 Rule *rr; in convertsolution() local
493 Rule *rr; in convertsolution() local
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c1664 int32 rr; in dma_c_interrupt() local

12