• Home
  • Raw
  • Download

Lines Matching refs:kmp_cmplx64

83 typedef struct __kmp_cmplx64_t kmp_cmplx64;  typedef
108 __kmp_cmplx32_t operator+(const kmp_cmplx64 &b) {
109 kmp_cmplx64 t = kmp_cmplx64(*this) + b;
115 __kmp_cmplx32_t operator-(const kmp_cmplx64 &b) {
116 kmp_cmplx64 t = kmp_cmplx64(*this) - b;
122 __kmp_cmplx32_t operator*(const kmp_cmplx64 &b) {
123 kmp_cmplx64 t = kmp_cmplx64(*this) * b;
140 void operator/=(const kmp_cmplx64 &rhs) {
145 __kmp_cmplx32_t operator/(const kmp_cmplx64 &rhs) {
202 typedef double _Complex kmp_cmplx64; typedef
648 void __kmpc_atomic_cmplx8_add(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
649 kmp_cmplx64 rhs);
650 void __kmpc_atomic_cmplx8_sub(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
651 kmp_cmplx64 rhs);
652 void __kmpc_atomic_cmplx8_mul(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
653 kmp_cmplx64 rhs);
654 void __kmpc_atomic_cmplx8_div(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
655 kmp_cmplx64 rhs);
764 void __kmpc_atomic_cmplx8_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
765 kmp_cmplx64 rhs);
766 void __kmpc_atomic_cmplx8_div_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
767 kmp_cmplx64 rhs);
970 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
972 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
974 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
976 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
1021 kmp_cmplx64 __kmpc_atomic_cmplx8_rd(ident_t *id_ref, int gtid,
1022 kmp_cmplx64 *loc);
1056 void __kmpc_atomic_cmplx8_wr(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
1057 kmp_cmplx64 rhs);
1323 kmp_cmplx64 __kmpc_atomic_cmplx8_add_cpt(ident_t *id_ref, int gtid,
1324 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1326 kmp_cmplx64 __kmpc_atomic_cmplx8_sub_cpt(ident_t *id_ref, int gtid,
1327 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1329 kmp_cmplx64 __kmpc_atomic_cmplx8_mul_cpt(ident_t *id_ref, int gtid,
1330 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1332 kmp_cmplx64 __kmpc_atomic_cmplx8_div_cpt(ident_t *id_ref, int gtid,
1333 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1499 kmp_cmplx64 __kmpc_atomic_cmplx8_sub_cpt_rev(ident_t *id_ref, int gtid,
1500 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1502 kmp_cmplx64 __kmpc_atomic_cmplx8_div_cpt_rev(ident_t *id_ref, int gtid,
1503 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1560 kmp_cmplx64 __kmpc_atomic_cmplx8_swp(ident_t *id_ref, int gtid,
1561 kmp_cmplx64 *lhs, kmp_cmplx64 rhs);