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

  /bionic/libc/include/
complex.h 49 #define CMPLXF(x, y) ((float complex){ x, y })
53 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y))
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 458 * The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
463 #ifndef CMPLXF
465 CMPLXF(float x, float y)

Completed in 195 milliseconds