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

  /bionic/libm/include/
complex.h 52 #define CMPLXF(x, y) ((float complex){ x, y })
56 #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 128 milliseconds