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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cproj.c 39 cproj(double complex z) function
49 __weak_reference(cproj, cprojl);
  /build/make/
envsetup.sh 1006 function cproj() function
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1312 // cproj
1320 __tg_cproj(double __x) {return cproj(__x);}
1332 __tg_cproj(double _Complex __x) {return cproj(__x);}
1338 #undef cproj macro
1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro

Completed in 920 milliseconds