Lines Matching defs:lhs

53 std::complex<type_lhs> __kmp_lhs_div_rhs(const std::complex<type_lhs> &lhs,
55 type_lhs a = lhs.real();
56 type_lhs b = lhs.imag();
74 std::complex<double> lhs = *this;
75 *this = __kmp_lhs_div_rhs(lhs, rhs);
79 std::complex<double> lhs = *this;
80 return __kmp_lhs_div_rhs(lhs, rhs);
93 std::complex<float> lhs = *this;
95 return (lhs + rhs);
98 std::complex<float> lhs = *this;
100 return (lhs - rhs);
103 std::complex<float> lhs = *this;
105 return (lhs * rhs);
131 std::complex<float> lhs = *this;
132 *this = __kmp_lhs_div_rhs(lhs, rhs);
136 std::complex<float> lhs = *this;
137 return __kmp_lhs_div_rhs(lhs, rhs);
141 std::complex<float> lhs = *this;
142 *this = __kmp_lhs_div_rhs(lhs, rhs);
146 std::complex<float> lhs = *this;
147 return __kmp_lhs_div_rhs(lhs, rhs);
161 std::complex<long double> lhs = *this;
162 *this = __kmp_lhs_div_rhs(lhs, rhs);
166 std::complex<long double> lhs = *this;
167 return __kmp_lhs_div_rhs(lhs, rhs);
181 std::complex<_Quad> lhs = *this;
182 *this = __kmp_lhs_div_rhs(lhs, rhs);
186 std::complex<_Quad> lhs = *this;
187 return __kmp_lhs_div_rhs(lhs, rhs);
226 _Quad lhs = (*this).q;
228 return (Quad_a4_t)(lhs + rhs);
232 _Quad lhs = (*this).q;
234 return (Quad_a4_t)(lhs - rhs);
237 _Quad lhs = (*this).q;
239 return (Quad_a4_t)(lhs * rhs);
243 _Quad lhs = (*this).q;
245 return (Quad_a4_t)(lhs / rhs);
257 kmp_cmplx128 lhs = (*this).q;
259 return (kmp_cmplx128_a4_t)(lhs + rhs);
262 kmp_cmplx128 lhs = (*this).q;
264 return (kmp_cmplx128_a4_t)(lhs - rhs);
267 kmp_cmplx128 lhs = (*this).q;
269 return (kmp_cmplx128_a4_t)(lhs * rhs);
273 kmp_cmplx128 lhs = (*this).q;
275 return (kmp_cmplx128_a4_t)(lhs / rhs);
289 _Quad lhs = (*this).q;
291 return (Quad_a16_t)(lhs + rhs);
295 _Quad lhs = (*this).q;
297 return (Quad_a16_t)(lhs - rhs);
300 _Quad lhs = (*this).q;
302 return (Quad_a16_t)(lhs * rhs);
306 _Quad lhs = (*this).q;
308 return (Quad_a16_t)(lhs / rhs);
320 kmp_cmplx128 lhs = (*this).q;
322 return (kmp_cmplx128_a16_t)(lhs + rhs);
325 kmp_cmplx128 lhs = (*this).q;
327 return (kmp_cmplx128_a16_t)(lhs - rhs);
330 kmp_cmplx128 lhs = (*this).q;
332 return (kmp_cmplx128_a16_t)(lhs * rhs);
336 kmp_cmplx128 lhs = (*this).q;
338 return (kmp_cmplx128_a16_t)(lhs / rhs);
448 void __kmpc_atomic_fixed1_add(ident_t *id_ref, int gtid, char *lhs, char rhs);
449 void __kmpc_atomic_fixed1_andb(ident_t *id_ref, int gtid, char *lhs, char rhs);
450 void __kmpc_atomic_fixed1_div(ident_t *id_ref, int gtid, char *lhs, char rhs);
451 void __kmpc_atomic_fixed1u_div(ident_t *id_ref, int gtid, unsigned char *lhs,
453 void __kmpc_atomic_fixed1_mul(ident_t *id_ref, int gtid, char *lhs, char rhs);
454 void __kmpc_atomic_fixed1_orb(ident_t *id_ref, int gtid, char *lhs, char rhs);
455 void __kmpc_atomic_fixed1_shl(ident_t *id_ref, int gtid, char *lhs, char rhs);
456 void __kmpc_atomic_fixed1_shr(ident_t *id_ref, int gtid, char *lhs, char rhs);
457 void __kmpc_atomic_fixed1u_shr(ident_t *id_ref, int gtid, unsigned char *lhs,
459 void __kmpc_atomic_fixed1_sub(ident_t *id_ref, int gtid, char *lhs, char rhs);
460 void __kmpc_atomic_fixed1_xor(ident_t *id_ref, int gtid, char *lhs, char rhs);
462 void __kmpc_atomic_fixed2_add(ident_t *id_ref, int gtid, short *lhs, short rhs);
463 void __kmpc_atomic_fixed2_andb(ident_t *id_ref, int gtid, short *lhs,
465 void __kmpc_atomic_fixed2_div(ident_t *id_ref, int gtid, short *lhs, short rhs);
466 void __kmpc_atomic_fixed2u_div(ident_t *id_ref, int gtid, unsigned short *lhs,
468 void __kmpc_atomic_fixed2_mul(ident_t *id_ref, int gtid, short *lhs, short rhs);
469 void __kmpc_atomic_fixed2_orb(ident_t *id_ref, int gtid, short *lhs, short rhs);
470 void __kmpc_atomic_fixed2_shl(ident_t *id_ref, int gtid, short *lhs, short rhs);
471 void __kmpc_atomic_fixed2_shr(ident_t *id_ref, int gtid, short *lhs, short rhs);
472 void __kmpc_atomic_fixed2u_shr(ident_t *id_ref, int gtid, unsigned short *lhs,
474 void __kmpc_atomic_fixed2_sub(ident_t *id_ref, int gtid, short *lhs, short rhs);
475 void __kmpc_atomic_fixed2_xor(ident_t *id_ref, int gtid, short *lhs, short rhs);
477 void __kmpc_atomic_fixed4_add(ident_t *id_ref, int gtid, kmp_int32 *lhs,
479 void __kmpc_atomic_fixed4_sub(ident_t *id_ref, int gtid, kmp_int32 *lhs,
482 void __kmpc_atomic_float4_add(ident_t *id_ref, int gtid, kmp_real32 *lhs,
484 void __kmpc_atomic_float4_sub(ident_t *id_ref, int gtid, kmp_real32 *lhs,
487 void __kmpc_atomic_fixed8_add(ident_t *id_ref, int gtid, kmp_int64 *lhs,
489 void __kmpc_atomic_fixed8_sub(ident_t *id_ref, int gtid, kmp_int64 *lhs,
492 void __kmpc_atomic_float8_add(ident_t *id_ref, int gtid, kmp_real64 *lhs,
494 void __kmpc_atomic_float8_sub(ident_t *id_ref, int gtid, kmp_real64 *lhs,
497 void __kmpc_atomic_fixed4_andb(ident_t *id_ref, int gtid, kmp_int32 *lhs,
499 void __kmpc_atomic_fixed4_div(ident_t *id_ref, int gtid, kmp_int32 *lhs,
501 void __kmpc_atomic_fixed4u_div(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
503 void __kmpc_atomic_fixed4_mul(ident_t *id_ref, int gtid, kmp_int32 *lhs,
505 void __kmpc_atomic_fixed4_orb(ident_t *id_ref, int gtid, kmp_int32 *lhs,
507 void __kmpc_atomic_fixed4_shl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
509 void __kmpc_atomic_fixed4_shr(ident_t *id_ref, int gtid, kmp_int32 *lhs,
511 void __kmpc_atomic_fixed4u_shr(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
513 void __kmpc_atomic_fixed4_xor(ident_t *id_ref, int gtid, kmp_int32 *lhs,
516 void __kmpc_atomic_fixed8_andb(ident_t *id_ref, int gtid, kmp_int64 *lhs,
518 void __kmpc_atomic_fixed8_div(ident_t *id_ref, int gtid, kmp_int64 *lhs,
520 void __kmpc_atomic_fixed8u_div(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
522 void __kmpc_atomic_fixed8_mul(ident_t *id_ref, int gtid, kmp_int64 *lhs,
524 void __kmpc_atomic_fixed8_orb(ident_t *id_ref, int gtid, kmp_int64 *lhs,
526 void __kmpc_atomic_fixed8_shl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
528 void __kmpc_atomic_fixed8_shr(ident_t *id_ref, int gtid, kmp_int64 *lhs,
530 void __kmpc_atomic_fixed8u_shr(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
532 void __kmpc_atomic_fixed8_xor(ident_t *id_ref, int gtid, kmp_int64 *lhs,
535 void __kmpc_atomic_float4_div(ident_t *id_ref, int gtid, kmp_real32 *lhs,
537 void __kmpc_atomic_float4_mul(ident_t *id_ref, int gtid, kmp_real32 *lhs,
540 void __kmpc_atomic_float8_div(ident_t *id_ref, int gtid, kmp_real64 *lhs,
542 void __kmpc_atomic_float8_mul(ident_t *id_ref, int gtid, kmp_real64 *lhs,
545 void __kmpc_atomic_fixed1_andl(ident_t *id_ref, int gtid, char *lhs, char rhs);
546 void __kmpc_atomic_fixed1_orl(ident_t *id_ref, int gtid, char *lhs, char rhs);
547 void __kmpc_atomic_fixed2_andl(ident_t *id_ref, int gtid, short *lhs,
549 void __kmpc_atomic_fixed2_orl(ident_t *id_ref, int gtid, short *lhs, short rhs);
550 void __kmpc_atomic_fixed4_andl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
552 void __kmpc_atomic_fixed4_orl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
554 void __kmpc_atomic_fixed8_andl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
556 void __kmpc_atomic_fixed8_orl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
559 void __kmpc_atomic_fixed1_max(ident_t *id_ref, int gtid, char *lhs, char rhs);
560 void __kmpc_atomic_fixed1_min(ident_t *id_ref, int gtid, char *lhs, char rhs);
561 void __kmpc_atomic_fixed2_max(ident_t *id_ref, int gtid, short *lhs, short rhs);
562 void __kmpc_atomic_fixed2_min(ident_t *id_ref, int gtid, short *lhs, short rhs);
563 void __kmpc_atomic_fixed4_max(ident_t *id_ref, int gtid, kmp_int32 *lhs,
565 void __kmpc_atomic_fixed4_min(ident_t *id_ref, int gtid, kmp_int32 *lhs,
567 void __kmpc_atomic_fixed8_max(ident_t *id_ref, int gtid, kmp_int64 *lhs,
569 void __kmpc_atomic_fixed8_min(ident_t *id_ref, int gtid, kmp_int64 *lhs,
571 void __kmpc_atomic_float4_max(ident_t *id_ref, int gtid, kmp_real32 *lhs,
573 void __kmpc_atomic_float4_min(ident_t *id_ref, int gtid, kmp_real32 *lhs,
575 void __kmpc_atomic_float8_max(ident_t *id_ref, int gtid, kmp_real64 *lhs,
577 void __kmpc_atomic_float8_min(ident_t *id_ref, int gtid, kmp_real64 *lhs,
580 void __kmpc_atomic_float16_max(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
582 void __kmpc_atomic_float16_min(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
587 void __kmpc_atomic_float16_max_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
589 void __kmpc_atomic_float16_min_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
594 void __kmpc_atomic_fixed1_neqv(ident_t *id_ref, int gtid, char *lhs, char rhs);
595 void __kmpc_atomic_fixed2_neqv(ident_t *id_ref, int gtid, short *lhs,
597 void __kmpc_atomic_fixed4_neqv(ident_t *id_ref, int gtid, kmp_int32 *lhs,
599 void __kmpc_atomic_fixed8_neqv(ident_t *id_ref, int gtid, kmp_int64 *lhs,
602 void __kmpc_atomic_fixed1_eqv(ident_t *id_ref, int gtid, char *lhs, char rhs);
603 void __kmpc_atomic_fixed2_eqv(ident_t *id_ref, int gtid, short *lhs, short rhs);
604 void __kmpc_atomic_fixed4_eqv(ident_t *id_ref, int gtid, kmp_int32 *lhs,
606 void __kmpc_atomic_fixed8_eqv(ident_t *id_ref, int gtid, kmp_int64 *lhs,
609 void __kmpc_atomic_float10_add(ident_t *id_ref, int gtid, long double *lhs,
611 void __kmpc_atomic_float10_sub(ident_t *id_ref, int gtid, long double *lhs,
613 void __kmpc_atomic_float10_mul(ident_t *id_ref, int gtid, long double *lhs,
615 void __kmpc_atomic_float10_div(ident_t *id_ref, int gtid, long double *lhs,
619 void __kmpc_atomic_float16_add(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
621 void __kmpc_atomic_float16_sub(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
623 void __kmpc_atomic_float16_mul(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
625 void __kmpc_atomic_float16_div(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
629 void __kmpc_atomic_float16_add_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
631 void __kmpc_atomic_float16_sub_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
633 void __kmpc_atomic_float16_mul_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
635 void __kmpc_atomic_float16_div_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
640 void __kmpc_atomic_cmplx4_add(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
642 void __kmpc_atomic_cmplx4_sub(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
644 void __kmpc_atomic_cmplx4_mul(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
646 void __kmpc_atomic_cmplx4_div(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
648 void __kmpc_atomic_cmplx8_add(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
650 void __kmpc_atomic_cmplx8_sub(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
652 void __kmpc_atomic_cmplx8_mul(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
654 void __kmpc_atomic_cmplx8_div(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
656 void __kmpc_atomic_cmplx10_add(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
658 void __kmpc_atomic_cmplx10_sub(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
660 void __kmpc_atomic_cmplx10_mul(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
662 void __kmpc_atomic_cmplx10_div(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
665 void __kmpc_atomic_cmplx16_add(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
667 void __kmpc_atomic_cmplx16_sub(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
669 void __kmpc_atomic_cmplx16_mul(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
671 void __kmpc_atomic_cmplx16_div(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
676 kmp_cmplx128_a16_t *lhs,
679 kmp_cmplx128_a16_t *lhs,
682 kmp_cmplx128_a16_t *lhs,
685 kmp_cmplx128_a16_t *lhs,
694 void __kmpc_atomic_fixed1_sub_rev(ident_t *id_ref, int gtid, char *lhs,
696 void __kmpc_atomic_fixed1_div_rev(ident_t *id_ref, int gtid, char *lhs,
699 unsigned char *lhs, unsigned char rhs);
700 void __kmpc_atomic_fixed1_shl_rev(ident_t *id_ref, int gtid, char *lhs,
702 void __kmpc_atomic_fixed1_shr_rev(ident_t *id_ref, int gtid, char *lhs,
705 unsigned char *lhs, unsigned char rhs);
706 void __kmpc_atomic_fixed2_sub_rev(ident_t *id_ref, int gtid, short *lhs,
708 void __kmpc_atomic_fixed2_div_rev(ident_t *id_ref, int gtid, short *lhs,
711 unsigned short *lhs, unsigned short rhs);
712 void __kmpc_atomic_fixed2_shl_rev(ident_t *id_ref, int gtid, short *lhs,
714 void __kmpc_atomic_fixed2_shr_rev(ident_t *id_ref, int gtid, short *lhs,
717 unsigned short *lhs, unsigned short rhs);
718 void __kmpc_atomic_fixed4_sub_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
720 void __kmpc_atomic_fixed4_div_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
722 void __kmpc_atomic_fixed4u_div_rev(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
724 void __kmpc_atomic_fixed4_shl_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
726 void __kmpc_atomic_fixed4_shr_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
728 void __kmpc_atomic_fixed4u_shr_rev(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
730 void __kmpc_atomic_fixed8_sub_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
732 void __kmpc_atomic_fixed8_div_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
734 void __kmpc_atomic_fixed8u_div_rev(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
736 void __kmpc_atomic_fixed8_shl_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
738 void __kmpc_atomic_fixed8_shr_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
740 void __kmpc_atomic_fixed8u_shr_rev(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
742 void __kmpc_atomic_float4_sub_rev(ident_t *id_ref, int gtid, float *lhs,
744 void __kmpc_atomic_float4_div_rev(ident_t *id_ref, int gtid, float *lhs,
746 void __kmpc_atomic_float8_sub_rev(ident_t *id_ref, int gtid, double *lhs,
748 void __kmpc_atomic_float8_div_rev(ident_t *id_ref, int gtid, double *lhs,
750 void __kmpc_atomic_float10_sub_rev(ident_t *id_ref, int gtid, long double *lhs,
752 void __kmpc_atomic_float10_div_rev(ident_t *id_ref, int gtid, long double *lhs,
755 void __kmpc_atomic_float16_sub_rev(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
757 void __kmpc_atomic_float16_div_rev(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
760 void __kmpc_atomic_cmplx4_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
762 void __kmpc_atomic_cmplx4_div_rev(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
764 void __kmpc_atomic_cmplx8_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
766 void __kmpc_atomic_cmplx8_div_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
768 void __kmpc_atomic_cmplx10_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
770 void __kmpc_atomic_cmplx10_div_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
773 void __kmpc_atomic_cmplx16_sub_rev(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
775 void __kmpc_atomic_cmplx16_div_rev(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
780 Quad_a16_t *lhs, Quad_a16_t rhs);
782 Quad_a16_t *lhs, Quad_a16_t rhs);
784 kmp_cmplx128_a16_t *lhs,
787 kmp_cmplx128_a16_t *lhs,
797 void __kmpc_atomic_fixed1_mul_float8(ident_t *id_ref, int gtid, char *lhs,
799 void __kmpc_atomic_fixed1_div_float8(ident_t *id_ref, int gtid, char *lhs,
801 void __kmpc_atomic_fixed2_mul_float8(ident_t *id_ref, int gtid, short *lhs,
803 void __kmpc_atomic_fixed2_div_float8(ident_t *id_ref, int gtid, short *lhs,
805 void __kmpc_atomic_fixed4_mul_float8(ident_t *id_ref, int gtid, kmp_int32 *lhs,
807 void __kmpc_atomic_fixed4_div_float8(ident_t *id_ref, int gtid, kmp_int32 *lhs,
809 void __kmpc_atomic_fixed8_mul_float8(ident_t *id_ref, int gtid, kmp_int64 *lhs,
811 void __kmpc_atomic_fixed8_div_float8(ident_t *id_ref, int gtid, kmp_int64 *lhs,
813 void __kmpc_atomic_float4_add_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
815 void __kmpc_atomic_float4_sub_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
817 void __kmpc_atomic_float4_mul_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
819 void __kmpc_atomic_float4_div_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
825 void __kmpc_atomic_fixed1_add_fp(ident_t *id_ref, int gtid, char *lhs,
827 void __kmpc_atomic_fixed1u_add_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
829 void __kmpc_atomic_fixed1_sub_fp(ident_t *id_ref, int gtid, char *lhs,
831 void __kmpc_atomic_fixed1u_sub_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
833 void __kmpc_atomic_fixed1_mul_fp(ident_t *id_ref, int gtid, char *lhs,
835 void __kmpc_atomic_fixed1u_mul_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
837 void __kmpc_atomic_fixed1_div_fp(ident_t *id_ref, int gtid, char *lhs,
839 void __kmpc_atomic_fixed1u_div_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
842 void __kmpc_atomic_fixed2_add_fp(ident_t *id_ref, int gtid, short *lhs,
845 unsigned short *lhs, _Quad rhs);
846 void __kmpc_atomic_fixed2_sub_fp(ident_t *id_ref, int gtid, short *lhs,
849 unsigned short *lhs, _Quad rhs);
850 void __kmpc_atomic_fixed2_mul_fp(ident_t *id_ref, int gtid, short *lhs,
853 unsigned short *lhs, _Quad rhs);
854 void __kmpc_atomic_fixed2_div_fp(ident_t *id_ref, int gtid, short *lhs,
857 unsigned short *lhs, _Quad rhs);
859 void __kmpc_atomic_fixed4_add_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
861 void __kmpc_atomic_fixed4u_add_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
863 void __kmpc_atomic_fixed4_sub_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
865 void __kmpc_atomic_fixed4u_sub_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
867 void __kmpc_atomic_fixed4_mul_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
869 void __kmpc_atomic_fixed4u_mul_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
871 void __kmpc_atomic_fixed4_div_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
873 void __kmpc_atomic_fixed4u_div_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
876 void __kmpc_atomic_fixed8_add_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
878 void __kmpc_atomic_fixed8u_add_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
880 void __kmpc_atomic_fixed8_sub_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
882 void __kmpc_atomic_fixed8u_sub_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
884 void __kmpc_atomic_fixed8_mul_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
886 void __kmpc_atomic_fixed8u_mul_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
888 void __kmpc_atomic_fixed8_div_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
890 void __kmpc_atomic_fixed8u_div_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
893 void __kmpc_atomic_float4_add_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
895 void __kmpc_atomic_float4_sub_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
897 void __kmpc_atomic_float4_mul_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
899 void __kmpc_atomic_float4_div_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
902 void __kmpc_atomic_float8_add_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
904 void __kmpc_atomic_float8_sub_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
906 void __kmpc_atomic_float8_mul_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
908 void __kmpc_atomic_float8_div_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
911 void __kmpc_atomic_float10_add_fp(ident_t *id_ref, int gtid, long double *lhs,
913 void __kmpc_atomic_float10_sub_fp(ident_t *id_ref, int gtid, long double *lhs,
915 void __kmpc_atomic_float10_mul_fp(ident_t *id_ref, int gtid, long double *lhs,
917 void __kmpc_atomic_float10_div_fp(ident_t *id_ref, int gtid, long double *lhs,
921 void __kmpc_atomic_fixed1_sub_rev_fp(ident_t *id_ref, int gtid, char *lhs,
924 unsigned char *lhs, _Quad rhs);
925 void __kmpc_atomic_fixed1_div_rev_fp(ident_t *id_ref, int gtid, char *lhs,
928 unsigned char *lhs, _Quad rhs);
929 void __kmpc_atomic_fixed2_sub_rev_fp(ident_t *id_ref, int gtid, short *lhs,
932 unsigned short *lhs, _Quad rhs);
933 void __kmpc_atomic_fixed2_div_rev_fp(ident_t *id_ref, int gtid, short *lhs,
936 unsigned short *lhs, _Quad rhs);
937 void __kmpc_atomic_fixed4_sub_rev_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
940 kmp_uint32 *lhs, _Quad rhs);
941 void __kmpc_atomic_fixed4_div_rev_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
944 kmp_uint32 *lhs, _Quad rhs);
945 void __kmpc_atomic_fixed8_sub_rev_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
948 kmp_uint64 *lhs, _Quad rhs);
949 void __kmpc_atomic_fixed8_div_rev_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
952 kmp_uint64 *lhs, _Quad rhs);
953 void __kmpc_atomic_float4_sub_rev_fp(ident_t *id_ref, int gtid, float *lhs,
955 void __kmpc_atomic_float4_div_rev_fp(ident_t *id_ref, int gtid, float *lhs,
957 void __kmpc_atomic_float8_sub_rev_fp(ident_t *id_ref, int gtid, double *lhs,
959 void __kmpc_atomic_float8_div_rev_fp(ident_t *id_ref, int gtid, double *lhs,
962 long double *lhs, _Quad rhs);
964 long double *lhs, _Quad 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);
979 void __kmpc_atomic_1(ident_t *id_ref, int gtid, void *lhs, void *rhs,
981 void __kmpc_atomic_2(ident_t *id_ref, int gtid, void *lhs, void *rhs,
983 void __kmpc_atomic_4(ident_t *id_ref, int gtid, void *lhs, void *rhs,
985 void __kmpc_atomic_8(ident_t *id_ref, int gtid, void *lhs, void *rhs,
987 void __kmpc_atomic_10(ident_t *id_ref, int gtid, void *lhs, void *rhs,
989 void __kmpc_atomic_16(ident_t *id_ref, int gtid, void *lhs, void *rhs,
991 void __kmpc_atomic_20(ident_t *id_ref, int gtid, void *lhs, void *rhs,
993 void __kmpc_atomic_32(ident_t *id_ref, int gtid, void *lhs, void *rhs,
1038 void __kmpc_atomic_fixed1_wr(ident_t *id_ref, int gtid, char *lhs, char rhs);
1039 void __kmpc_atomic_fixed2_wr(ident_t *id_ref, int gtid, short *lhs, short rhs);
1040 void __kmpc_atomic_fixed4_wr(ident_t *id_ref, int gtid, kmp_int32 *lhs,
1042 void __kmpc_atomic_fixed8_wr(ident_t *id_ref, int gtid, kmp_int64 *lhs,
1044 void __kmpc_atomic_float4_wr(ident_t *id_ref, int gtid, kmp_real32 *lhs,
1046 void __kmpc_atomic_float8_wr(ident_t *id_ref, int gtid, kmp_real64 *lhs,
1048 void __kmpc_atomic_float10_wr(ident_t *id_ref, int gtid, long double *lhs,
1051 void __kmpc_atomic_float16_wr(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
1054 void __kmpc_atomic_cmplx4_wr(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1056 void __kmpc_atomic_cmplx8_wr(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
1058 void __kmpc_atomic_cmplx10_wr(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
1061 void __kmpc_atomic_cmplx16_wr(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
1065 void __kmpc_atomic_float16_a16_wr(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
1068 kmp_cmplx128_a16_t *lhs,
1076 char __kmpc_atomic_fixed1_add_cpt(ident_t *id_ref, int gtid, char *lhs,
1078 char __kmpc_atomic_fixed1_andb_cpt(ident_t *id_ref, int gtid, char *lhs,
1080 char __kmpc_atomic_fixed1_div_cpt(ident_t *id_ref, int gtid, char *lhs,
1083 unsigned char *lhs,
1085 char __kmpc_atomic_fixed1_mul_cpt(ident_t *id_ref, int gtid, char *lhs,
1087 char __kmpc_atomic_fixed1_orb_cpt(ident_t *id_ref, int gtid, char *lhs,
1089 char __kmpc_atomic_fixed1_shl_cpt(ident_t *id_ref, int gtid, char *lhs,
1091 char __kmpc_atomic_fixed1_shr_cpt(ident_t *id_ref, int gtid, char *lhs,
1094 unsigned char *lhs,
1096 char __kmpc_atomic_fixed1_sub_cpt(ident_t *id_ref, int gtid, char *lhs,
1098 char __kmpc_atomic_fixed1_xor_cpt(ident_t *id_ref, int gtid, char *lhs,
1101 short __kmpc_atomic_fixed2_add_cpt(ident_t *id_ref, int gtid, short *lhs,
1103 short __kmpc_atomic_fixed2_andb_cpt(ident_t *id_ref, int gtid, short *lhs,
1105 short __kmpc_atomic_fixed2_div_cpt(ident_t *id_ref, int gtid, short *lhs,
1108 unsigned short *lhs,
1110 short __kmpc_atomic_fixed2_mul_cpt(ident_t *id_ref, int gtid, short *lhs,
1112 short __kmpc_atomic_fixed2_orb_cpt(ident_t *id_ref, int gtid, short *lhs,
1114 short __kmpc_atomic_fixed2_shl_cpt(ident_t *id_ref, int gtid, short *lhs,
1116 short __kmpc_atomic_fixed2_shr_cpt(ident_t *id_ref, int gtid, short *lhs,
1119 unsigned short *lhs,
1121 short __kmpc_atomic_fixed2_sub_cpt(ident_t *id_ref, int gtid, short *lhs,
1123 short __kmpc_atomic_fixed2_xor_cpt(ident_t *id_ref, int gtid, short *lhs,
1127 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1129 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1132 kmp_real32 *lhs, kmp_real32 rhs,
1135 kmp_real32 *lhs, kmp_real32 rhs,
1139 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1141 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1144 kmp_real64 *lhs, kmp_real64 rhs,
1147 kmp_real64 *lhs, kmp_real64 rhs,
1151 kmp_int32 *lhs, kmp_int32 rhs,
1154 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1156 kmp_uint32 *lhs, kmp_uint32 rhs,
1159 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1161 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1163 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1165 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1167 kmp_uint32 *lhs, kmp_uint32 rhs,
1170 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1173 kmp_int64 *lhs, kmp_int64 rhs,
1176 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1178 kmp_uint64 *lhs, kmp_uint64 rhs,
1181 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1183 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1185 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1187 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1189 kmp_uint64 *lhs, kmp_uint64 rhs,
1192 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1195 kmp_real32 *lhs, kmp_real32 rhs,
1198 kmp_real32 *lhs, kmp_real32 rhs,
1202 kmp_real64 *lhs, kmp_real64 rhs,
1205 kmp_real64 *lhs, kmp_real64 rhs,
1208 char __kmpc_atomic_fixed1_andl_cpt(ident_t *id_ref, int gtid, char *lhs,
1210 char __kmpc_atomic_fixed1_orl_cpt(ident_t *id_ref, int gtid, char *lhs,
1212 short __kmpc_atomic_fixed2_andl_cpt(ident_t *id_ref, int gtid, short *lhs,
1214 short __kmpc_atomic_fixed2_orl_cpt(ident_t *id_ref, int gtid, short *lhs,
1217 kmp_int32 *lhs, kmp_int32 rhs,
1220 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1222 kmp_int64 *lhs, kmp_int64 rhs,
1225 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1227 char __kmpc_atomic_fixed1_max_cpt(ident_t *id_ref, int gtid, char *lhs,
1229 char __kmpc_atomic_fixed1_min_cpt(ident_t *id_ref, int gtid, char *lhs,
1231 short __kmpc_atomic_fixed2_max_cpt(ident_t *id_ref, int gtid, short *lhs,
1233 short __kmpc_atomic_fixed2_min_cpt(ident_t *id_ref, int gtid, short *lhs,
1236 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1238 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1240 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1242 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1244 kmp_real32 *lhs, kmp_real32 rhs,
1247 kmp_real32 *lhs, kmp_real32 rhs,
1250 kmp_real64 *lhs, kmp_real64 rhs,
1253 kmp_real64 *lhs, kmp_real64 rhs,
1257 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1260 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1264 char __kmpc_atomic_fixed1_neqv_cpt(ident_t *id_ref, int gtid, char *lhs,
1266 short __kmpc_atomic_fixed2_neqv_cpt(ident_t *id_ref, int gtid, short *lhs,
1269 kmp_int32 *lhs, kmp_int32 rhs,
1272 kmp_int64 *lhs, kmp_int64 rhs,
1275 char __kmpc_atomic_fixed1_eqv_cpt(ident_t *id_ref, int gtid, char *lhs,
1277 short __kmpc_atomic_fixed2_eqv_cpt(ident_t *id_ref, int gtid, short *lhs,
1280 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1282 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1285 long double *lhs, long double rhs,
1288 long double *lhs, long double rhs,
1291 long double *lhs, long double rhs,
1294 long double *lhs, long double rhs,
1299 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1302 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1305 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1308 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1314 void __kmpc_atomic_cmplx4_add_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1316 void __kmpc_atomic_cmplx4_sub_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1318 void __kmpc_atomic_cmplx4_mul_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1320 void __kmpc_atomic_cmplx4_div_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1324 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1327 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1330 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1333 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1336 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1339 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1342 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1345 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1349 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1352 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1355 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1358 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1363 Quad_a16_t *lhs, Quad_a16_t rhs,
1366 Quad_a16_t *lhs, Quad_a16_t rhs,
1369 Quad_a16_t *lhs, Quad_a16_t rhs,
1372 Quad_a16_t *lhs, Quad_a16_t rhs,
1375 Quad_a16_t *lhs, Quad_a16_t rhs,
1378 Quad_a16_t *lhs, Quad_a16_t rhs,
1381 kmp_cmplx128_a16_t *lhs,
1385 kmp_cmplx128_a16_t *lhs,
1389 kmp_cmplx128_a16_t *lhs,
1393 kmp_cmplx128_a16_t *lhs,
1405 char __kmpc_atomic_fixed1_sub_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1407 char __kmpc_atomic_fixed1_div_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1410 unsigned char *lhs,
1412 char __kmpc_atomic_fixed1_shl_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1414 char __kmpc_atomic_fixed1_shr_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1417 unsigned char *lhs,
1419 short __kmpc_atomic_fixed2_sub_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1421 short __kmpc_atomic_fixed2_div_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1424 unsigned short *lhs,
1426 short __kmpc_atomic_fixed2_shl_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1428 short __kmpc_atomic_fixed2_shr_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1431 unsigned short *lhs,
1434 kmp_int32 *lhs, kmp_int32 rhs,
1437 kmp_int32 *lhs, kmp_int32 rhs,
1440 kmp_uint32 *lhs, kmp_uint32 rhs,
1443 kmp_int32 *lhs, kmp_int32 rhs,
1446 kmp_int32 *lhs, kmp_int32 rhs,
1449 kmp_uint32 *lhs, kmp_uint32 rhs,
1452 kmp_int64 *lhs, kmp_int64 rhs,
1455 kmp_int64 *lhs, kmp_int64 rhs,
1458 kmp_uint64 *lhs, kmp_uint64 rhs,
1461 kmp_int64 *lhs, kmp_int64 rhs,
1464 kmp_int64 *lhs, kmp_int64 rhs,
1467 kmp_uint64 *lhs, kmp_uint64 rhs,
1469 float __kmpc_atomic_float4_sub_cpt_rev(ident_t *id_ref, int gtid, float *lhs,
1471 float __kmpc_atomic_float4_div_cpt_rev(ident_t *id_ref, int gtid, float *lhs,
1473 double __kmpc_atomic_float8_sub_cpt_rev(ident_t *id_ref, int gtid, double *lhs,
1475 double __kmpc_atomic_float8_div_cpt_rev(ident_t *id_ref, int gtid, double *lhs,
1478 long double *lhs, long double rhs,
1481 long double *lhs, long double rhs,
1485 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1488 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1494 kmp_cmplx32 *lhs, kmp_cmplx32 rhs,
1497 kmp_cmplx32 *lhs, kmp_cmplx32 rhs,
1500 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1503 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1506 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1509 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1513 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1516 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1520 Quad_a16_t *lhs,
1523 Quad_a16_t *lhs,
1527 kmp_cmplx128_a16_t *lhs,
1531 kmp_cmplx128_a16_t *lhs,
1537 char __kmpc_atomic_fixed1_swp(ident_t *id_ref, int gtid, char *lhs, char rhs);
1538 short __kmpc_atomic_fixed2_swp(ident_t *id_ref, int gtid, short *lhs,
1540 kmp_int32 __kmpc_atomic_fixed4_swp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
1542 kmp_int64 __kmpc_atomic_fixed8_swp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
1544 float __kmpc_atomic_float4_swp(ident_t *id_ref, int gtid, float *lhs,
1546 double __kmpc_atomic_float8_swp(ident_t *id_ref, int gtid, double *lhs,
1549 long double *lhs, long double rhs);
1552 QUAD_LEGACY *lhs, QUAD_LEGACY rhs);
1555 void __kmpc_atomic_cmplx4_swp(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1558 // kmp_cmplx32 * lhs, kmp_cmplx32 rhs );
1561 kmp_cmplx64 *lhs, kmp_cmplx64 rhs);
1563 kmp_cmplx80 *lhs, kmp_cmplx80 rhs);
1566 CPLX128_LEG *lhs, CPLX128_LEG rhs);
1569 Quad_a16_t *lhs, Quad_a16_t rhs);
1571 kmp_cmplx128_a16_t *lhs,
1579 char __kmpc_atomic_fixed1_add_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1581 char __kmpc_atomic_fixed1_sub_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1583 char __kmpc_atomic_fixed1_mul_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1585 char __kmpc_atomic_fixed1_div_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1588 unsigned char *lhs, _Quad rhs,
1591 unsigned char *lhs, _Quad rhs,
1594 unsigned char *lhs, _Quad rhs,
1597 unsigned char *lhs, _Quad rhs,
1600 short __kmpc_atomic_fixed2_add_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1602 short __kmpc_atomic_fixed2_sub_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1604 short __kmpc_atomic_fixed2_mul_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1606 short __kmpc_atomic_fixed2_div_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1609 unsigned short *lhs, _Quad rhs,
1612 unsigned short *lhs, _Quad rhs,
1615 unsigned short *lhs, _Quad rhs,
1618 unsigned short *lhs, _Quad rhs,
1622 kmp_int32 *lhs, _Quad rhs, int flag);
1624 kmp_int32 *lhs, _Quad rhs, int flag);
1626 kmp_int32 *lhs, _Quad rhs, int flag);
1628 kmp_int32 *lhs, _Quad rhs, int flag);
1630 kmp_uint32 *lhs, _Quad rhs,
1633 kmp_uint32 *lhs, _Quad rhs,
1636 kmp_uint32 *lhs, _Quad rhs,
1639 kmp_uint32 *lhs, _Quad rhs,
1643 kmp_int64 *lhs, _Quad rhs, int flag);
1645 kmp_int64 *lhs, _Quad rhs, int flag);
1647 kmp_int64 *lhs, _Quad rhs, int flag);
1649 kmp_int64 *lhs, _Quad rhs, int flag);
1651 kmp_uint64 *lhs, _Quad rhs,
1654 kmp_uint64 *lhs, _Quad rhs,
1657 kmp_uint64 *lhs, _Quad rhs,
1660 kmp_uint64 *lhs, _Quad rhs,
1664 kmp_real32 *lhs, _Quad rhs, int flag);
1666 kmp_real32 *lhs, _Quad rhs, int flag);
1668 kmp_real32 *lhs, _Quad rhs, int flag);
1670 kmp_real32 *lhs, _Quad rhs, int flag);
1673 kmp_real64 *lhs, _Quad rhs, int flag);
1675 kmp_real64 *lhs, _Quad rhs, int flag);
1677 kmp_real64 *lhs, _Quad rhs, int flag);
1679 kmp_real64 *lhs, _Quad rhs, int flag);
1682 long double *lhs, _Quad rhs,
1685 long double *lhs, _Quad rhs,
1688 long double *lhs, _Quad rhs,
1691 long double *lhs, _Quad rhs,
1694 char __kmpc_atomic_fixed1_sub_cpt_rev_fp(ident_t *id_ref, int gtid, char *lhs,
1697 unsigned char *lhs,
1699 char __kmpc_atomic_fixed1_div_cpt_rev_fp(ident_t *id_ref, int gtid, char *lhs,
1702 unsigned char *lhs,
1704 short __kmpc_atomic_fixed2_sub_cpt_rev_fp(ident_t *id_ref, int gtid, short *lhs,
1707 unsigned short *lhs,
1709 short __kmpc_atomic_fixed2_div_cpt_rev_fp(ident_t *id_ref, int gtid, short *lhs,
1712 unsigned short *lhs,
1715 kmp_int32 *lhs, _Quad rhs,
1718 kmp_uint32 *lhs, _Quad rhs,
1721 kmp_int32 *lhs, _Quad rhs,
1724 kmp_uint32 *lhs, _Quad rhs,
1727 kmp_int64 *lhs, _Quad rhs,
1730 kmp_uint64 *lhs, _Quad rhs,
1733 kmp_int64 *lhs, _Quad rhs,
1736 kmp_uint64 *lhs, _Quad rhs,
1738 float __kmpc_atomic_float4_sub_cpt_rev_fp(ident_t *id_ref, int gtid, float *lhs,
1740 float __kmpc_atomic_float4_div_cpt_rev_fp(ident_t *id_ref, int gtid, float *lhs,
1743 double *lhs, _Quad rhs, int flag);
1745 double *lhs, _Quad rhs, int flag);
1747 long double *lhs, _Quad rhs,
1750 long double *lhs, _Quad rhs,