Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dmath.c558 typedef double (*pdblfunc) (double); in run_vector_1() typedef
570 typedef float (*pdblfunc) (float); in run_vector_1() typedef
583 typedef double (*pdblfunc) (double,double); in run_vector_1() typedef
593 typedef float (*pdblfunc) (float,float); in run_vector_1() typedef
607 typedef double (*pdblfunc) (int,double); in run_vector_1() typedef
616 typedef float (*pdblfunc) (int,float); in run_vector_1() typedef
628 typedef int (*pdblfunc)(double); in run_vector_1() typedef
635 typedef double (*pdblfunc)(double, double *); in run_vector_1() typedef
643 typedef float (*pdblfunc)(float, float *); in run_vector_1() typedef
651 typedef double (*pdblfunc)(double, int); in run_vector_1() typedef
[all …]