HomeSort by relevance Sort by last modified time
    Searched defs:CMPLXL (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/
complex.h 50 #define CMPLXL(x, y) ((long double complex){ x, y })
54 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y))
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 458 * The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
487 #ifndef CMPLXL
489 CMPLXL(long double x, long double y)

Completed in 111 milliseconds