/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | scalb_vec.c | 44 void test_scalb(int m) { run_vector_1(m, scalb_vec, (void*)scalb,"scalb","ddd"); } in test_scalb() 45 void test_scalbf(int m) { run_vector_1(m, scalb_vec, (void*)scalbf,"scalbf","fff"); } in test_scalbf()
|
D | scalbn_vec.c | 44 void test_scalbn(int m) { run_vector_1(m, scalbn_vec, (void*)scalbn,"scalbn","ddi"); } in test_scalbn() 45 void test_scalbnf(int m) { run_vector_1(m, scalbn_vec, (void*)scalbnf,"scalbnf","ffi"); } in test_scalbnf()
|
D | powf_vec.c | 38 void test_powf_vec(int m) {run_vector_1(m,pow_vec,(char *)(powf),"powf","fff"); } in test_powf_vec()
|
D | erfcf_vec.c | 303 void test_erfcf(int m) {run_vector_1(m,erfcf_vec,(char *)(erfcf),"erfcf","ff"); } in test_erfcf()
|
D | exp_vec.c | 305 void test_exp(int m) {run_vector_1(m,exp_vec,(char *)(exp),"exp","dd"); } in test_exp()
|
D | expf_vec.c | 305 void test_expf(int m) {run_vector_1(m,expf_vec,(char *)(expf),"expf","ff"); } in test_expf()
|
D | fabs_vec.c | 312 void test_fabs(int m) {run_vector_1(m,fabs_vec,(char *)(fabs),"fabs","dd"); } in test_fabs()
|
D | fabsf_vec.c | 311 void test_fabsf(int m) {run_vector_1(m,fabsf_vec,(char *)(fabsf),"fabsf","ff"); } in test_fabsf()
|
D | floor_vec.c | 311 void test_floor(int m) {run_vector_1(m,floor_vec,(char *)(floor),"floor","dd"); } in test_floor()
|
D | floorf_vec.c | 311 void test_floorf(int m) {run_vector_1(m,floorf_vec,(char *)(floorf),"floorf","ff"); } in test_floorf()
|
D | fmodf_vec.c | 305 void test_fmodf(int m) {run_vector_1(m,fmodf_vec,(char *)(fmodf),"fmodf","fff"); } in test_fmodf()
|
D | gamma_vec.c | 305 void test_gamma(int m) {run_vector_1(m,gamma_vec,(char *)(lgamma),"lgamma","dd"); } in test_gamma()
|
D | gammaf_vec.c | 305 void test_gammaf(int m) {run_vector_1(m,gammaf_vec,(char *)(lgammaf),"lgammaf","ff"); } in test_gammaf()
|
D | hypot_vec.c | 305 void test_hypot(int m) {run_vector_1(m,hypot_vec,(char *)(hypot),"hypot","ddd"); } in test_hypot()
|
D | hypotf_vec.c | 305 void test_hypotf(int m) {run_vector_1(m,hypotf_vec,(char *)(hypotf),"hypotf","fff"); } in test_hypotf()
|
D | issignaling_vec.c | 45 void test_issignaling(int m) {run_vector_1(m,issignaling_vec,(char*)(__issignaling),"issignaling","… in test_issignaling()
|
D | j0f_vec.c | 304 void test_j0f(int m) {run_vector_1(m,j0f_vec,(char *)(j0f),"j0f","ff"); } in test_j0f()
|
D | j1_vec.c | 300 void test_j1(int m) {run_vector_1(m,j1_vec,(char *)(j1),"j1","dd"); } in test_j1()
|
D | jn_vec.c | 220 void test_jn(int m) {run_vector_1(m,jn_vec,(char *)(jn),"jn","did"); } in test_jn()
|
D | jnf_vec.c | 220 void test_jnf(int m) {run_vector_1(m,jnf_vec,(char *)(jnf),"jnf","fif"); } in test_jnf()
|
D | log10_vec.c | 304 void test_log10(int m) {run_vector_1(m,log10_vec,(char *)(log10),"log10","dd"); } in test_log10()
|
D | log10f_vec.c | 304 void test_log10f(int m) {run_vector_1(m,log10f_vec,(char *)(log10f),"log10f","ff"); } in test_log10f()
|
D | log1p_vec.c | 304 void test_log1p(int m) {run_vector_1(m,log1p_vec,(char *)(log1p),"log1p","dd"); } in test_log1p()
|
D | log1pf_vec.c | 304 void test_log1pf(int m) {run_vector_1(m,log1pf_vec,(char *)(log1pf),"log1pf","ff"); } in test_log1pf()
|
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld128/ |
D | s_truncl.c | 46 uint64_t m = ((1llu << MANH_SIZE) - 1) >> (e + 1); in truncl() local 55 uint64_t m = (uint64_t)-1 >> (64 - LDBL_MANT_DIG + e + 1); in truncl() local
|