Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h438 float complex f;
442 double complex f;
446 long double complex f;
462 static __inline float complex
472 static __inline double complex
482 static __inline long double complex
742 double complex __ldexp_cexp(double complex,int);
760 float complex __ldexp_cexpf(float complex,int);
/device/google/contexthub/firmware/lib/libm/
Dfdlibm.h386 float complex z;
391 double complex z;
396 long double complex z;
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c2360 char complex; local
2414 if (sscanf(line, "%" SCNd32 "%c", &session_id, &complex) != 1) {