• Home
  • Raw
  • Download

Lines Matching refs:kmp_cmplx80

170 typedef KMP_DO_ALIGN(16) struct __kmp_cmplx80_t kmp_cmplx80;  typedef
203 typedef long double _Complex kmp_cmplx80; typedef
656 void __kmpc_atomic_cmplx10_add(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
657 kmp_cmplx80 rhs);
658 void __kmpc_atomic_cmplx10_sub(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
659 kmp_cmplx80 rhs);
660 void __kmpc_atomic_cmplx10_mul(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
661 kmp_cmplx80 rhs);
662 void __kmpc_atomic_cmplx10_div(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
663 kmp_cmplx80 rhs);
768 void __kmpc_atomic_cmplx10_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
769 kmp_cmplx80 rhs);
770 void __kmpc_atomic_cmplx10_div_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
771 kmp_cmplx80 rhs);
1023 kmp_cmplx80 __kmpc_atomic_cmplx10_rd(ident_t *id_ref, int gtid,
1024 kmp_cmplx80 *loc);
1058 void __kmpc_atomic_cmplx10_wr(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
1059 kmp_cmplx80 rhs);
1335 kmp_cmplx80 __kmpc_atomic_cmplx10_add_cpt(ident_t *id_ref, int gtid,
1336 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1338 kmp_cmplx80 __kmpc_atomic_cmplx10_sub_cpt(ident_t *id_ref, int gtid,
1339 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1341 kmp_cmplx80 __kmpc_atomic_cmplx10_mul_cpt(ident_t *id_ref, int gtid,
1342 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1344 kmp_cmplx80 __kmpc_atomic_cmplx10_div_cpt(ident_t *id_ref, int gtid,
1345 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1505 kmp_cmplx80 __kmpc_atomic_cmplx10_sub_cpt_rev(ident_t *id_ref, int gtid,
1506 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1508 kmp_cmplx80 __kmpc_atomic_cmplx10_div_cpt_rev(ident_t *id_ref, int gtid,
1509 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1562 kmp_cmplx80 __kmpc_atomic_cmplx10_swp(ident_t *id_ref, int gtid,
1563 kmp_cmplx80 *lhs, kmp_cmplx80 rhs);