Lines Matching refs:lhs

53 std::complex<type_lhs> __kmp_lhs_div_rhs(const std::complex<type_lhs> &lhs,  in __kmp_lhs_div_rhs()  argument
55 type_lhs a = lhs.real(); in __kmp_lhs_div_rhs()
56 type_lhs b = lhs.imag(); in __kmp_lhs_div_rhs()
74 std::complex<double> lhs = *this; member
75 *this = __kmp_lhs_div_rhs(lhs, rhs);
79 std::complex<double> lhs = *this; member
80 return __kmp_lhs_div_rhs(lhs, rhs);
93 std::complex<float> lhs = *this; member
95 return (lhs + rhs);
98 std::complex<float> lhs = *this; member
100 return (lhs - rhs);
103 std::complex<float> lhs = *this; member
105 return (lhs * rhs);
131 std::complex<float> lhs = *this; member
132 *this = __kmp_lhs_div_rhs(lhs, rhs);
136 std::complex<float> lhs = *this; member
137 return __kmp_lhs_div_rhs(lhs, rhs);
141 std::complex<float> lhs = *this; member
142 *this = __kmp_lhs_div_rhs(lhs, rhs);
146 std::complex<float> lhs = *this; member
147 return __kmp_lhs_div_rhs(lhs, rhs);
161 std::complex<long double> lhs = *this; member
162 *this = __kmp_lhs_div_rhs(lhs, rhs);
166 std::complex<long double> lhs = *this; member
167 return __kmp_lhs_div_rhs(lhs, rhs);
181 std::complex<_Quad> lhs = *this; member
182 *this = __kmp_lhs_div_rhs(lhs, rhs);
186 std::complex<_Quad> lhs = *this; member
187 return __kmp_lhs_div_rhs(lhs, rhs);
226 _Quad lhs = (*this).q; member
228 return (Quad_a4_t)(lhs + rhs);
232 _Quad lhs = (*this).q; member
234 return (Quad_a4_t)(lhs - rhs);
237 _Quad lhs = (*this).q; member
239 return (Quad_a4_t)(lhs * rhs);
243 _Quad lhs = (*this).q; member
245 return (Quad_a4_t)(lhs / rhs);
260 kmp_cmplx128 lhs = (*this).q; member
262 return (kmp_cmplx128_a4_t)(lhs + rhs);
265 kmp_cmplx128 lhs = (*this).q; member
267 return (kmp_cmplx128_a4_t)(lhs - rhs);
270 kmp_cmplx128 lhs = (*this).q; member
272 return (kmp_cmplx128_a4_t)(lhs * rhs);
276 kmp_cmplx128 lhs = (*this).q; member
278 return (kmp_cmplx128_a4_t)(lhs / rhs);
292 _Quad lhs = (*this).q; member
294 return (Quad_a16_t)(lhs + rhs);
298 _Quad lhs = (*this).q; member
300 return (Quad_a16_t)(lhs - rhs);
303 _Quad lhs = (*this).q; member
305 return (Quad_a16_t)(lhs * rhs);
309 _Quad lhs = (*this).q; member
311 return (Quad_a16_t)(lhs / rhs);
326 kmp_cmplx128 lhs = (*this).q; member
328 return (kmp_cmplx128_a16_t)(lhs + rhs);
331 kmp_cmplx128 lhs = (*this).q; member
333 return (kmp_cmplx128_a16_t)(lhs - rhs);
336 kmp_cmplx128 lhs = (*this).q; member
338 return (kmp_cmplx128_a16_t)(lhs * rhs);
342 kmp_cmplx128 lhs = (*this).q; member
344 return (kmp_cmplx128_a16_t)(lhs / rhs);
456 void __kmpc_atomic_fixed1_add(ident_t *id_ref, int gtid, char *lhs, char rhs);
457 void __kmpc_atomic_fixed1_andb(ident_t *id_ref, int gtid, char *lhs, char rhs);
458 void __kmpc_atomic_fixed1_div(ident_t *id_ref, int gtid, char *lhs, char rhs);
459 void __kmpc_atomic_fixed1u_div(ident_t *id_ref, int gtid, unsigned char *lhs,
461 void __kmpc_atomic_fixed1_mul(ident_t *id_ref, int gtid, char *lhs, char rhs);
462 void __kmpc_atomic_fixed1_orb(ident_t *id_ref, int gtid, char *lhs, char rhs);
463 void __kmpc_atomic_fixed1_shl(ident_t *id_ref, int gtid, char *lhs, char rhs);
464 void __kmpc_atomic_fixed1_shr(ident_t *id_ref, int gtid, char *lhs, char rhs);
465 void __kmpc_atomic_fixed1u_shr(ident_t *id_ref, int gtid, unsigned char *lhs,
467 void __kmpc_atomic_fixed1_sub(ident_t *id_ref, int gtid, char *lhs, char rhs);
468 void __kmpc_atomic_fixed1_xor(ident_t *id_ref, int gtid, char *lhs, char rhs);
470 void __kmpc_atomic_fixed2_add(ident_t *id_ref, int gtid, short *lhs, short rhs);
471 void __kmpc_atomic_fixed2_andb(ident_t *id_ref, int gtid, short *lhs,
473 void __kmpc_atomic_fixed2_div(ident_t *id_ref, int gtid, short *lhs, short rhs);
474 void __kmpc_atomic_fixed2u_div(ident_t *id_ref, int gtid, unsigned short *lhs,
476 void __kmpc_atomic_fixed2_mul(ident_t *id_ref, int gtid, short *lhs, short rhs);
477 void __kmpc_atomic_fixed2_orb(ident_t *id_ref, int gtid, short *lhs, short rhs);
478 void __kmpc_atomic_fixed2_shl(ident_t *id_ref, int gtid, short *lhs, short rhs);
479 void __kmpc_atomic_fixed2_shr(ident_t *id_ref, int gtid, short *lhs, short rhs);
480 void __kmpc_atomic_fixed2u_shr(ident_t *id_ref, int gtid, unsigned short *lhs,
482 void __kmpc_atomic_fixed2_sub(ident_t *id_ref, int gtid, short *lhs, short rhs);
483 void __kmpc_atomic_fixed2_xor(ident_t *id_ref, int gtid, short *lhs, short rhs);
485 void __kmpc_atomic_fixed4_add(ident_t *id_ref, int gtid, kmp_int32 *lhs,
487 void __kmpc_atomic_fixed4_sub(ident_t *id_ref, int gtid, kmp_int32 *lhs,
490 void __kmpc_atomic_float4_add(ident_t *id_ref, int gtid, kmp_real32 *lhs,
492 void __kmpc_atomic_float4_sub(ident_t *id_ref, int gtid, kmp_real32 *lhs,
495 void __kmpc_atomic_fixed8_add(ident_t *id_ref, int gtid, kmp_int64 *lhs,
497 void __kmpc_atomic_fixed8_sub(ident_t *id_ref, int gtid, kmp_int64 *lhs,
500 void __kmpc_atomic_float8_add(ident_t *id_ref, int gtid, kmp_real64 *lhs,
502 void __kmpc_atomic_float8_sub(ident_t *id_ref, int gtid, kmp_real64 *lhs,
505 void __kmpc_atomic_fixed4_andb(ident_t *id_ref, int gtid, kmp_int32 *lhs,
507 void __kmpc_atomic_fixed4_div(ident_t *id_ref, int gtid, kmp_int32 *lhs,
509 void __kmpc_atomic_fixed4u_div(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
511 void __kmpc_atomic_fixed4_mul(ident_t *id_ref, int gtid, kmp_int32 *lhs,
513 void __kmpc_atomic_fixed4_orb(ident_t *id_ref, int gtid, kmp_int32 *lhs,
515 void __kmpc_atomic_fixed4_shl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
517 void __kmpc_atomic_fixed4_shr(ident_t *id_ref, int gtid, kmp_int32 *lhs,
519 void __kmpc_atomic_fixed4u_shr(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
521 void __kmpc_atomic_fixed4_xor(ident_t *id_ref, int gtid, kmp_int32 *lhs,
524 void __kmpc_atomic_fixed8_andb(ident_t *id_ref, int gtid, kmp_int64 *lhs,
526 void __kmpc_atomic_fixed8_div(ident_t *id_ref, int gtid, kmp_int64 *lhs,
528 void __kmpc_atomic_fixed8u_div(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
530 void __kmpc_atomic_fixed8_mul(ident_t *id_ref, int gtid, kmp_int64 *lhs,
532 void __kmpc_atomic_fixed8_orb(ident_t *id_ref, int gtid, kmp_int64 *lhs,
534 void __kmpc_atomic_fixed8_shl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
536 void __kmpc_atomic_fixed8_shr(ident_t *id_ref, int gtid, kmp_int64 *lhs,
538 void __kmpc_atomic_fixed8u_shr(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
540 void __kmpc_atomic_fixed8_xor(ident_t *id_ref, int gtid, kmp_int64 *lhs,
543 void __kmpc_atomic_float4_div(ident_t *id_ref, int gtid, kmp_real32 *lhs,
545 void __kmpc_atomic_float4_mul(ident_t *id_ref, int gtid, kmp_real32 *lhs,
548 void __kmpc_atomic_float8_div(ident_t *id_ref, int gtid, kmp_real64 *lhs,
550 void __kmpc_atomic_float8_mul(ident_t *id_ref, int gtid, kmp_real64 *lhs,
553 void __kmpc_atomic_fixed1_andl(ident_t *id_ref, int gtid, char *lhs, char rhs);
554 void __kmpc_atomic_fixed1_orl(ident_t *id_ref, int gtid, char *lhs, char rhs);
555 void __kmpc_atomic_fixed2_andl(ident_t *id_ref, int gtid, short *lhs,
557 void __kmpc_atomic_fixed2_orl(ident_t *id_ref, int gtid, short *lhs, short rhs);
558 void __kmpc_atomic_fixed4_andl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
560 void __kmpc_atomic_fixed4_orl(ident_t *id_ref, int gtid, kmp_int32 *lhs,
562 void __kmpc_atomic_fixed8_andl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
564 void __kmpc_atomic_fixed8_orl(ident_t *id_ref, int gtid, kmp_int64 *lhs,
567 void __kmpc_atomic_fixed1_max(ident_t *id_ref, int gtid, char *lhs, char rhs);
568 void __kmpc_atomic_fixed1_min(ident_t *id_ref, int gtid, char *lhs, char rhs);
569 void __kmpc_atomic_fixed2_max(ident_t *id_ref, int gtid, short *lhs, short rhs);
570 void __kmpc_atomic_fixed2_min(ident_t *id_ref, int gtid, short *lhs, short rhs);
571 void __kmpc_atomic_fixed4_max(ident_t *id_ref, int gtid, kmp_int32 *lhs,
573 void __kmpc_atomic_fixed4_min(ident_t *id_ref, int gtid, kmp_int32 *lhs,
575 void __kmpc_atomic_fixed8_max(ident_t *id_ref, int gtid, kmp_int64 *lhs,
577 void __kmpc_atomic_fixed8_min(ident_t *id_ref, int gtid, kmp_int64 *lhs,
579 void __kmpc_atomic_float4_max(ident_t *id_ref, int gtid, kmp_real32 *lhs,
581 void __kmpc_atomic_float4_min(ident_t *id_ref, int gtid, kmp_real32 *lhs,
583 void __kmpc_atomic_float8_max(ident_t *id_ref, int gtid, kmp_real64 *lhs,
585 void __kmpc_atomic_float8_min(ident_t *id_ref, int gtid, kmp_real64 *lhs,
587 void __kmpc_atomic_float10_max(ident_t *id_ref, int gtid, long double *lhs,
589 void __kmpc_atomic_float10_min(ident_t *id_ref, int gtid, long double *lhs,
592 void __kmpc_atomic_float16_max(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
594 void __kmpc_atomic_float16_min(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
599 void __kmpc_atomic_float16_max_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
601 void __kmpc_atomic_float16_min_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
606 void __kmpc_atomic_fixed1_neqv(ident_t *id_ref, int gtid, char *lhs, char rhs);
607 void __kmpc_atomic_fixed2_neqv(ident_t *id_ref, int gtid, short *lhs,
609 void __kmpc_atomic_fixed4_neqv(ident_t *id_ref, int gtid, kmp_int32 *lhs,
611 void __kmpc_atomic_fixed8_neqv(ident_t *id_ref, int gtid, kmp_int64 *lhs,
614 void __kmpc_atomic_fixed1_eqv(ident_t *id_ref, int gtid, char *lhs, char rhs);
615 void __kmpc_atomic_fixed2_eqv(ident_t *id_ref, int gtid, short *lhs, short rhs);
616 void __kmpc_atomic_fixed4_eqv(ident_t *id_ref, int gtid, kmp_int32 *lhs,
618 void __kmpc_atomic_fixed8_eqv(ident_t *id_ref, int gtid, kmp_int64 *lhs,
621 void __kmpc_atomic_float10_add(ident_t *id_ref, int gtid, long double *lhs,
623 void __kmpc_atomic_float10_sub(ident_t *id_ref, int gtid, long double *lhs,
625 void __kmpc_atomic_float10_mul(ident_t *id_ref, int gtid, long double *lhs,
627 void __kmpc_atomic_float10_div(ident_t *id_ref, int gtid, long double *lhs,
631 void __kmpc_atomic_float16_add(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
633 void __kmpc_atomic_float16_sub(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
635 void __kmpc_atomic_float16_mul(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
637 void __kmpc_atomic_float16_div(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
641 void __kmpc_atomic_float16_add_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
643 void __kmpc_atomic_float16_sub_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
645 void __kmpc_atomic_float16_mul_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
647 void __kmpc_atomic_float16_div_a16(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
652 void __kmpc_atomic_cmplx4_add(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
654 void __kmpc_atomic_cmplx4_sub(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
656 void __kmpc_atomic_cmplx4_mul(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
658 void __kmpc_atomic_cmplx4_div(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
660 void __kmpc_atomic_cmplx8_add(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
662 void __kmpc_atomic_cmplx8_sub(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
664 void __kmpc_atomic_cmplx8_mul(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
666 void __kmpc_atomic_cmplx8_div(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
668 void __kmpc_atomic_cmplx10_add(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
670 void __kmpc_atomic_cmplx10_sub(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
672 void __kmpc_atomic_cmplx10_mul(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
674 void __kmpc_atomic_cmplx10_div(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
677 void __kmpc_atomic_cmplx16_add(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
679 void __kmpc_atomic_cmplx16_sub(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
681 void __kmpc_atomic_cmplx16_mul(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
683 void __kmpc_atomic_cmplx16_div(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
688 kmp_cmplx128_a16_t *lhs,
691 kmp_cmplx128_a16_t *lhs,
694 kmp_cmplx128_a16_t *lhs,
697 kmp_cmplx128_a16_t *lhs,
706 void __kmpc_atomic_fixed1_sub_rev(ident_t *id_ref, int gtid, char *lhs,
708 void __kmpc_atomic_fixed1_div_rev(ident_t *id_ref, int gtid, char *lhs,
711 unsigned char *lhs, unsigned char rhs);
712 void __kmpc_atomic_fixed1_shl_rev(ident_t *id_ref, int gtid, char *lhs,
714 void __kmpc_atomic_fixed1_shr_rev(ident_t *id_ref, int gtid, char *lhs,
717 unsigned char *lhs, unsigned char rhs);
718 void __kmpc_atomic_fixed2_sub_rev(ident_t *id_ref, int gtid, short *lhs,
720 void __kmpc_atomic_fixed2_div_rev(ident_t *id_ref, int gtid, short *lhs,
723 unsigned short *lhs, unsigned short rhs);
724 void __kmpc_atomic_fixed2_shl_rev(ident_t *id_ref, int gtid, short *lhs,
726 void __kmpc_atomic_fixed2_shr_rev(ident_t *id_ref, int gtid, short *lhs,
729 unsigned short *lhs, unsigned short rhs);
730 void __kmpc_atomic_fixed4_sub_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
732 void __kmpc_atomic_fixed4_div_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
734 void __kmpc_atomic_fixed4u_div_rev(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
736 void __kmpc_atomic_fixed4_shl_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
738 void __kmpc_atomic_fixed4_shr_rev(ident_t *id_ref, int gtid, kmp_int32 *lhs,
740 void __kmpc_atomic_fixed4u_shr_rev(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
742 void __kmpc_atomic_fixed8_sub_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
744 void __kmpc_atomic_fixed8_div_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
746 void __kmpc_atomic_fixed8u_div_rev(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
748 void __kmpc_atomic_fixed8_shl_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
750 void __kmpc_atomic_fixed8_shr_rev(ident_t *id_ref, int gtid, kmp_int64 *lhs,
752 void __kmpc_atomic_fixed8u_shr_rev(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
754 void __kmpc_atomic_float4_sub_rev(ident_t *id_ref, int gtid, float *lhs,
756 void __kmpc_atomic_float4_div_rev(ident_t *id_ref, int gtid, float *lhs,
758 void __kmpc_atomic_float8_sub_rev(ident_t *id_ref, int gtid, double *lhs,
760 void __kmpc_atomic_float8_div_rev(ident_t *id_ref, int gtid, double *lhs,
762 void __kmpc_atomic_float10_sub_rev(ident_t *id_ref, int gtid, long double *lhs,
764 void __kmpc_atomic_float10_div_rev(ident_t *id_ref, int gtid, long double *lhs,
767 void __kmpc_atomic_float16_sub_rev(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
769 void __kmpc_atomic_float16_div_rev(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
772 void __kmpc_atomic_cmplx4_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
774 void __kmpc_atomic_cmplx4_div_rev(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
776 void __kmpc_atomic_cmplx8_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
778 void __kmpc_atomic_cmplx8_div_rev(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
780 void __kmpc_atomic_cmplx10_sub_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
782 void __kmpc_atomic_cmplx10_div_rev(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
785 void __kmpc_atomic_cmplx16_sub_rev(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
787 void __kmpc_atomic_cmplx16_div_rev(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
792 Quad_a16_t *lhs, Quad_a16_t rhs);
794 Quad_a16_t *lhs, Quad_a16_t rhs);
796 kmp_cmplx128_a16_t *lhs,
799 kmp_cmplx128_a16_t *lhs,
809 void __kmpc_atomic_fixed1_mul_float8(ident_t *id_ref, int gtid, char *lhs,
811 void __kmpc_atomic_fixed1_div_float8(ident_t *id_ref, int gtid, char *lhs,
813 void __kmpc_atomic_fixed2_mul_float8(ident_t *id_ref, int gtid, short *lhs,
815 void __kmpc_atomic_fixed2_div_float8(ident_t *id_ref, int gtid, short *lhs,
817 void __kmpc_atomic_fixed4_mul_float8(ident_t *id_ref, int gtid, kmp_int32 *lhs,
819 void __kmpc_atomic_fixed4_div_float8(ident_t *id_ref, int gtid, kmp_int32 *lhs,
821 void __kmpc_atomic_fixed8_mul_float8(ident_t *id_ref, int gtid, kmp_int64 *lhs,
823 void __kmpc_atomic_fixed8_div_float8(ident_t *id_ref, int gtid, kmp_int64 *lhs,
825 void __kmpc_atomic_float4_add_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
827 void __kmpc_atomic_float4_sub_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
829 void __kmpc_atomic_float4_mul_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
831 void __kmpc_atomic_float4_div_float8(ident_t *id_ref, int gtid, kmp_real32 *lhs,
837 void __kmpc_atomic_fixed1_add_fp(ident_t *id_ref, int gtid, char *lhs,
839 void __kmpc_atomic_fixed1u_add_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
841 void __kmpc_atomic_fixed1_sub_fp(ident_t *id_ref, int gtid, char *lhs,
843 void __kmpc_atomic_fixed1u_sub_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
845 void __kmpc_atomic_fixed1_mul_fp(ident_t *id_ref, int gtid, char *lhs,
847 void __kmpc_atomic_fixed1u_mul_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
849 void __kmpc_atomic_fixed1_div_fp(ident_t *id_ref, int gtid, char *lhs,
851 void __kmpc_atomic_fixed1u_div_fp(ident_t *id_ref, int gtid, unsigned char *lhs,
854 void __kmpc_atomic_fixed2_add_fp(ident_t *id_ref, int gtid, short *lhs,
857 unsigned short *lhs, _Quad rhs);
858 void __kmpc_atomic_fixed2_sub_fp(ident_t *id_ref, int gtid, short *lhs,
861 unsigned short *lhs, _Quad rhs);
862 void __kmpc_atomic_fixed2_mul_fp(ident_t *id_ref, int gtid, short *lhs,
865 unsigned short *lhs, _Quad rhs);
866 void __kmpc_atomic_fixed2_div_fp(ident_t *id_ref, int gtid, short *lhs,
869 unsigned short *lhs, _Quad rhs);
871 void __kmpc_atomic_fixed4_add_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
873 void __kmpc_atomic_fixed4u_add_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
875 void __kmpc_atomic_fixed4_sub_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
877 void __kmpc_atomic_fixed4u_sub_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
879 void __kmpc_atomic_fixed4_mul_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
881 void __kmpc_atomic_fixed4u_mul_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
883 void __kmpc_atomic_fixed4_div_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
885 void __kmpc_atomic_fixed4u_div_fp(ident_t *id_ref, int gtid, kmp_uint32 *lhs,
888 void __kmpc_atomic_fixed8_add_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
890 void __kmpc_atomic_fixed8u_add_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
892 void __kmpc_atomic_fixed8_sub_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
894 void __kmpc_atomic_fixed8u_sub_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
896 void __kmpc_atomic_fixed8_mul_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
898 void __kmpc_atomic_fixed8u_mul_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
900 void __kmpc_atomic_fixed8_div_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
902 void __kmpc_atomic_fixed8u_div_fp(ident_t *id_ref, int gtid, kmp_uint64 *lhs,
905 void __kmpc_atomic_float4_add_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
907 void __kmpc_atomic_float4_sub_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
909 void __kmpc_atomic_float4_mul_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
911 void __kmpc_atomic_float4_div_fp(ident_t *id_ref, int gtid, kmp_real32 *lhs,
914 void __kmpc_atomic_float8_add_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
916 void __kmpc_atomic_float8_sub_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
918 void __kmpc_atomic_float8_mul_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
920 void __kmpc_atomic_float8_div_fp(ident_t *id_ref, int gtid, kmp_real64 *lhs,
923 void __kmpc_atomic_float10_add_fp(ident_t *id_ref, int gtid, long double *lhs,
925 void __kmpc_atomic_float10_sub_fp(ident_t *id_ref, int gtid, long double *lhs,
927 void __kmpc_atomic_float10_mul_fp(ident_t *id_ref, int gtid, long double *lhs,
929 void __kmpc_atomic_float10_div_fp(ident_t *id_ref, int gtid, long double *lhs,
933 void __kmpc_atomic_fixed1_sub_rev_fp(ident_t *id_ref, int gtid, char *lhs,
936 unsigned char *lhs, _Quad rhs);
937 void __kmpc_atomic_fixed1_div_rev_fp(ident_t *id_ref, int gtid, char *lhs,
940 unsigned char *lhs, _Quad rhs);
941 void __kmpc_atomic_fixed2_sub_rev_fp(ident_t *id_ref, int gtid, short *lhs,
944 unsigned short *lhs, _Quad rhs);
945 void __kmpc_atomic_fixed2_div_rev_fp(ident_t *id_ref, int gtid, short *lhs,
948 unsigned short *lhs, _Quad rhs);
949 void __kmpc_atomic_fixed4_sub_rev_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
952 kmp_uint32 *lhs, _Quad rhs);
953 void __kmpc_atomic_fixed4_div_rev_fp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
956 kmp_uint32 *lhs, _Quad rhs);
957 void __kmpc_atomic_fixed8_sub_rev_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
960 kmp_uint64 *lhs, _Quad rhs);
961 void __kmpc_atomic_fixed8_div_rev_fp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
964 kmp_uint64 *lhs, _Quad rhs);
965 void __kmpc_atomic_float4_sub_rev_fp(ident_t *id_ref, int gtid, float *lhs,
967 void __kmpc_atomic_float4_div_rev_fp(ident_t *id_ref, int gtid, float *lhs,
969 void __kmpc_atomic_float8_sub_rev_fp(ident_t *id_ref, int gtid, double *lhs,
971 void __kmpc_atomic_float8_div_rev_fp(ident_t *id_ref, int gtid, double *lhs,
974 long double *lhs, _Quad rhs);
976 long double *lhs, _Quad rhs);
982 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
984 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
986 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
988 kmp_cmplx32 *lhs, kmp_cmplx64 rhs);
991 void __kmpc_atomic_1(ident_t *id_ref, int gtid, void *lhs, void *rhs,
993 void __kmpc_atomic_2(ident_t *id_ref, int gtid, void *lhs, void *rhs,
995 void __kmpc_atomic_4(ident_t *id_ref, int gtid, void *lhs, void *rhs,
997 void __kmpc_atomic_8(ident_t *id_ref, int gtid, void *lhs, void *rhs,
999 void __kmpc_atomic_10(ident_t *id_ref, int gtid, void *lhs, void *rhs,
1001 void __kmpc_atomic_16(ident_t *id_ref, int gtid, void *lhs, void *rhs,
1003 void __kmpc_atomic_20(ident_t *id_ref, int gtid, void *lhs, void *rhs,
1005 void __kmpc_atomic_32(ident_t *id_ref, int gtid, void *lhs, void *rhs,
1049 void __kmpc_atomic_fixed1_wr(ident_t *id_ref, int gtid, char *lhs, char rhs);
1050 void __kmpc_atomic_fixed2_wr(ident_t *id_ref, int gtid, short *lhs, short rhs);
1051 void __kmpc_atomic_fixed4_wr(ident_t *id_ref, int gtid, kmp_int32 *lhs,
1053 void __kmpc_atomic_fixed8_wr(ident_t *id_ref, int gtid, kmp_int64 *lhs,
1055 void __kmpc_atomic_float4_wr(ident_t *id_ref, int gtid, kmp_real32 *lhs,
1057 void __kmpc_atomic_float8_wr(ident_t *id_ref, int gtid, kmp_real64 *lhs,
1059 void __kmpc_atomic_float10_wr(ident_t *id_ref, int gtid, long double *lhs,
1062 void __kmpc_atomic_float16_wr(ident_t *id_ref, int gtid, QUAD_LEGACY *lhs,
1065 void __kmpc_atomic_cmplx4_wr(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1067 void __kmpc_atomic_cmplx8_wr(ident_t *id_ref, int gtid, kmp_cmplx64 *lhs,
1069 void __kmpc_atomic_cmplx10_wr(ident_t *id_ref, int gtid, kmp_cmplx80 *lhs,
1072 void __kmpc_atomic_cmplx16_wr(ident_t *id_ref, int gtid, CPLX128_LEG *lhs,
1076 void __kmpc_atomic_float16_a16_wr(ident_t *id_ref, int gtid, Quad_a16_t *lhs,
1079 kmp_cmplx128_a16_t *lhs,
1087 char __kmpc_atomic_fixed1_add_cpt(ident_t *id_ref, int gtid, char *lhs,
1089 char __kmpc_atomic_fixed1_andb_cpt(ident_t *id_ref, int gtid, char *lhs,
1091 char __kmpc_atomic_fixed1_div_cpt(ident_t *id_ref, int gtid, char *lhs,
1094 unsigned char *lhs,
1096 char __kmpc_atomic_fixed1_mul_cpt(ident_t *id_ref, int gtid, char *lhs,
1098 char __kmpc_atomic_fixed1_orb_cpt(ident_t *id_ref, int gtid, char *lhs,
1100 char __kmpc_atomic_fixed1_shl_cpt(ident_t *id_ref, int gtid, char *lhs,
1102 char __kmpc_atomic_fixed1_shr_cpt(ident_t *id_ref, int gtid, char *lhs,
1105 unsigned char *lhs,
1107 char __kmpc_atomic_fixed1_sub_cpt(ident_t *id_ref, int gtid, char *lhs,
1109 char __kmpc_atomic_fixed1_xor_cpt(ident_t *id_ref, int gtid, char *lhs,
1112 short __kmpc_atomic_fixed2_add_cpt(ident_t *id_ref, int gtid, short *lhs,
1114 short __kmpc_atomic_fixed2_andb_cpt(ident_t *id_ref, int gtid, short *lhs,
1116 short __kmpc_atomic_fixed2_div_cpt(ident_t *id_ref, int gtid, short *lhs,
1119 unsigned short *lhs,
1121 short __kmpc_atomic_fixed2_mul_cpt(ident_t *id_ref, int gtid, short *lhs,
1123 short __kmpc_atomic_fixed2_orb_cpt(ident_t *id_ref, int gtid, short *lhs,
1125 short __kmpc_atomic_fixed2_shl_cpt(ident_t *id_ref, int gtid, short *lhs,
1127 short __kmpc_atomic_fixed2_shr_cpt(ident_t *id_ref, int gtid, short *lhs,
1130 unsigned short *lhs,
1132 short __kmpc_atomic_fixed2_sub_cpt(ident_t *id_ref, int gtid, short *lhs,
1134 short __kmpc_atomic_fixed2_xor_cpt(ident_t *id_ref, int gtid, short *lhs,
1138 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1140 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1143 kmp_real32 *lhs, kmp_real32 rhs,
1146 kmp_real32 *lhs, kmp_real32 rhs,
1150 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1152 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1155 kmp_real64 *lhs, kmp_real64 rhs,
1158 kmp_real64 *lhs, kmp_real64 rhs,
1162 kmp_int32 *lhs, kmp_int32 rhs,
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);
1172 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1174 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1176 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1178 kmp_uint32 *lhs, kmp_uint32 rhs,
1181 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1184 kmp_int64 *lhs, kmp_int64 rhs,
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);
1194 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1196 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1198 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1200 kmp_uint64 *lhs, kmp_uint64 rhs,
1203 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1206 kmp_real32 *lhs, kmp_real32 rhs,
1209 kmp_real32 *lhs, kmp_real32 rhs,
1213 kmp_real64 *lhs, kmp_real64 rhs,
1216 kmp_real64 *lhs, kmp_real64 rhs,
1219 char __kmpc_atomic_fixed1_andl_cpt(ident_t *id_ref, int gtid, char *lhs,
1221 char __kmpc_atomic_fixed1_orl_cpt(ident_t *id_ref, int gtid, char *lhs,
1223 short __kmpc_atomic_fixed2_andl_cpt(ident_t *id_ref, int gtid, short *lhs,
1225 short __kmpc_atomic_fixed2_orl_cpt(ident_t *id_ref, int gtid, short *lhs,
1228 kmp_int32 *lhs, kmp_int32 rhs,
1231 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1233 kmp_int64 *lhs, kmp_int64 rhs,
1236 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1238 char __kmpc_atomic_fixed1_max_cpt(ident_t *id_ref, int gtid, char *lhs,
1240 char __kmpc_atomic_fixed1_min_cpt(ident_t *id_ref, int gtid, char *lhs,
1242 short __kmpc_atomic_fixed2_max_cpt(ident_t *id_ref, int gtid, short *lhs,
1244 short __kmpc_atomic_fixed2_min_cpt(ident_t *id_ref, int gtid, short *lhs,
1247 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1249 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1251 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1253 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1255 kmp_real32 *lhs, kmp_real32 rhs,
1258 kmp_real32 *lhs, kmp_real32 rhs,
1261 kmp_real64 *lhs, kmp_real64 rhs,
1264 kmp_real64 *lhs, kmp_real64 rhs,
1267 long double *lhs, long double rhs,
1270 long double *lhs, long double rhs,
1274 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1277 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1281 char __kmpc_atomic_fixed1_neqv_cpt(ident_t *id_ref, int gtid, char *lhs,
1283 short __kmpc_atomic_fixed2_neqv_cpt(ident_t *id_ref, int gtid, short *lhs,
1286 kmp_int32 *lhs, kmp_int32 rhs,
1289 kmp_int64 *lhs, kmp_int64 rhs,
1292 char __kmpc_atomic_fixed1_eqv_cpt(ident_t *id_ref, int gtid, char *lhs,
1294 short __kmpc_atomic_fixed2_eqv_cpt(ident_t *id_ref, int gtid, short *lhs,
1297 kmp_int32 *lhs, kmp_int32 rhs, int flag);
1299 kmp_int64 *lhs, kmp_int64 rhs, int flag);
1302 long double *lhs, long double rhs,
1305 long double *lhs, long double rhs,
1308 long double *lhs, long double rhs,
1311 long double *lhs, long double rhs,
1316 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1319 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1322 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1325 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1331 void __kmpc_atomic_cmplx4_add_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1333 void __kmpc_atomic_cmplx4_sub_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1335 void __kmpc_atomic_cmplx4_mul_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1337 void __kmpc_atomic_cmplx4_div_cpt(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1340 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1343 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1346 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1349 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1352 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1355 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1358 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1361 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1365 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1368 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1371 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1374 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1379 Quad_a16_t *lhs, Quad_a16_t rhs,
1382 Quad_a16_t *lhs, Quad_a16_t rhs,
1385 Quad_a16_t *lhs, Quad_a16_t rhs,
1388 Quad_a16_t *lhs, Quad_a16_t rhs,
1391 Quad_a16_t *lhs, Quad_a16_t rhs,
1394 Quad_a16_t *lhs, Quad_a16_t rhs,
1397 kmp_cmplx128_a16_t *lhs,
1401 kmp_cmplx128_a16_t *lhs,
1405 kmp_cmplx128_a16_t *lhs,
1409 kmp_cmplx128_a16_t *lhs,
1421 char __kmpc_atomic_fixed1_sub_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1423 char __kmpc_atomic_fixed1_div_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1426 unsigned char *lhs,
1428 char __kmpc_atomic_fixed1_shl_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1430 char __kmpc_atomic_fixed1_shr_cpt_rev(ident_t *id_ref, int gtid, char *lhs,
1433 unsigned char *lhs,
1435 short __kmpc_atomic_fixed2_sub_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1437 short __kmpc_atomic_fixed2_div_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1440 unsigned short *lhs,
1442 short __kmpc_atomic_fixed2_shl_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1444 short __kmpc_atomic_fixed2_shr_cpt_rev(ident_t *id_ref, int gtid, short *lhs,
1447 unsigned short *lhs,
1450 kmp_int32 *lhs, kmp_int32 rhs,
1453 kmp_int32 *lhs, kmp_int32 rhs,
1456 kmp_uint32 *lhs, kmp_uint32 rhs,
1459 kmp_int32 *lhs, kmp_int32 rhs,
1462 kmp_int32 *lhs, kmp_int32 rhs,
1465 kmp_uint32 *lhs, kmp_uint32 rhs,
1468 kmp_int64 *lhs, kmp_int64 rhs,
1471 kmp_int64 *lhs, kmp_int64 rhs,
1474 kmp_uint64 *lhs, kmp_uint64 rhs,
1477 kmp_int64 *lhs, kmp_int64 rhs,
1480 kmp_int64 *lhs, kmp_int64 rhs,
1483 kmp_uint64 *lhs, kmp_uint64 rhs,
1485 float __kmpc_atomic_float4_sub_cpt_rev(ident_t *id_ref, int gtid, float *lhs,
1487 float __kmpc_atomic_float4_div_cpt_rev(ident_t *id_ref, int gtid, float *lhs,
1489 double __kmpc_atomic_float8_sub_cpt_rev(ident_t *id_ref, int gtid, double *lhs,
1491 double __kmpc_atomic_float8_div_cpt_rev(ident_t *id_ref, int gtid, double *lhs,
1494 long double *lhs, long double rhs,
1497 long double *lhs, long double rhs,
1501 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1504 QUAD_LEGACY *lhs, QUAD_LEGACY rhs,
1510 kmp_cmplx32 *lhs, kmp_cmplx32 rhs,
1513 kmp_cmplx32 *lhs, kmp_cmplx32 rhs,
1516 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1519 kmp_cmplx64 *lhs, kmp_cmplx64 rhs,
1522 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1525 kmp_cmplx80 *lhs, kmp_cmplx80 rhs,
1529 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1532 CPLX128_LEG *lhs, CPLX128_LEG rhs,
1536 Quad_a16_t *lhs,
1539 Quad_a16_t *lhs,
1543 kmp_cmplx128_a16_t *lhs,
1547 kmp_cmplx128_a16_t *lhs,
1553 char __kmpc_atomic_fixed1_swp(ident_t *id_ref, int gtid, char *lhs, char rhs);
1554 short __kmpc_atomic_fixed2_swp(ident_t *id_ref, int gtid, short *lhs,
1556 kmp_int32 __kmpc_atomic_fixed4_swp(ident_t *id_ref, int gtid, kmp_int32 *lhs,
1558 kmp_int64 __kmpc_atomic_fixed8_swp(ident_t *id_ref, int gtid, kmp_int64 *lhs,
1560 float __kmpc_atomic_float4_swp(ident_t *id_ref, int gtid, float *lhs,
1562 double __kmpc_atomic_float8_swp(ident_t *id_ref, int gtid, double *lhs,
1565 long double *lhs, long double rhs);
1568 QUAD_LEGACY *lhs, QUAD_LEGACY rhs);
1571 void __kmpc_atomic_cmplx4_swp(ident_t *id_ref, int gtid, kmp_cmplx32 *lhs,
1577 kmp_cmplx64 *lhs, kmp_cmplx64 rhs);
1579 kmp_cmplx80 *lhs, kmp_cmplx80 rhs);
1582 CPLX128_LEG *lhs, CPLX128_LEG rhs);
1585 Quad_a16_t *lhs, Quad_a16_t rhs);
1587 kmp_cmplx128_a16_t *lhs,
1595 char __kmpc_atomic_fixed1_add_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1597 char __kmpc_atomic_fixed1_sub_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1599 char __kmpc_atomic_fixed1_mul_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1601 char __kmpc_atomic_fixed1_div_cpt_fp(ident_t *id_ref, int gtid, char *lhs,
1604 unsigned char *lhs, _Quad rhs,
1607 unsigned char *lhs, _Quad rhs,
1610 unsigned char *lhs, _Quad rhs,
1613 unsigned char *lhs, _Quad rhs,
1616 short __kmpc_atomic_fixed2_add_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1618 short __kmpc_atomic_fixed2_sub_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1620 short __kmpc_atomic_fixed2_mul_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1622 short __kmpc_atomic_fixed2_div_cpt_fp(ident_t *id_ref, int gtid, short *lhs,
1625 unsigned short *lhs, _Quad rhs,
1628 unsigned short *lhs, _Quad rhs,
1631 unsigned short *lhs, _Quad rhs,
1634 unsigned short *lhs, _Quad rhs,
1638 kmp_int32 *lhs, _Quad rhs, int flag);
1640 kmp_int32 *lhs, _Quad rhs, int flag);
1642 kmp_int32 *lhs, _Quad rhs, int flag);
1644 kmp_int32 *lhs, _Quad rhs, int flag);
1646 kmp_uint32 *lhs, _Quad rhs,
1649 kmp_uint32 *lhs, _Quad rhs,
1652 kmp_uint32 *lhs, _Quad rhs,
1655 kmp_uint32 *lhs, _Quad rhs,
1659 kmp_int64 *lhs, _Quad rhs, int flag);
1661 kmp_int64 *lhs, _Quad rhs, int flag);
1663 kmp_int64 *lhs, _Quad rhs, int flag);
1665 kmp_int64 *lhs, _Quad rhs, int flag);
1667 kmp_uint64 *lhs, _Quad rhs,
1670 kmp_uint64 *lhs, _Quad rhs,
1673 kmp_uint64 *lhs, _Quad rhs,
1676 kmp_uint64 *lhs, _Quad rhs,
1680 kmp_real32 *lhs, _Quad rhs, int flag);
1682 kmp_real32 *lhs, _Quad rhs, int flag);
1684 kmp_real32 *lhs, _Quad rhs, int flag);
1686 kmp_real32 *lhs, _Quad rhs, int flag);
1689 kmp_real64 *lhs, _Quad rhs, int flag);
1691 kmp_real64 *lhs, _Quad rhs, int flag);
1693 kmp_real64 *lhs, _Quad rhs, int flag);
1695 kmp_real64 *lhs, _Quad rhs, int flag);
1698 long double *lhs, _Quad rhs,
1701 long double *lhs, _Quad rhs,
1704 long double *lhs, _Quad rhs,
1707 long double *lhs, _Quad rhs,
1710 char __kmpc_atomic_fixed1_sub_cpt_rev_fp(ident_t *id_ref, int gtid, char *lhs,
1713 unsigned char *lhs,
1715 char __kmpc_atomic_fixed1_div_cpt_rev_fp(ident_t *id_ref, int gtid, char *lhs,
1718 unsigned char *lhs,
1720 short __kmpc_atomic_fixed2_sub_cpt_rev_fp(ident_t *id_ref, int gtid, short *lhs,
1723 unsigned short *lhs,
1725 short __kmpc_atomic_fixed2_div_cpt_rev_fp(ident_t *id_ref, int gtid, short *lhs,
1728 unsigned short *lhs,
1731 kmp_int32 *lhs, _Quad rhs,
1734 kmp_uint32 *lhs, _Quad rhs,
1737 kmp_int32 *lhs, _Quad rhs,
1740 kmp_uint32 *lhs, _Quad rhs,
1743 kmp_int64 *lhs, _Quad rhs,
1746 kmp_uint64 *lhs, _Quad rhs,
1749 kmp_int64 *lhs, _Quad rhs,
1752 kmp_uint64 *lhs, _Quad rhs,
1754 float __kmpc_atomic_float4_sub_cpt_rev_fp(ident_t *id_ref, int gtid, float *lhs,
1756 float __kmpc_atomic_float4_div_cpt_rev_fp(ident_t *id_ref, int gtid, float *lhs,
1759 double *lhs, _Quad rhs, int flag);
1761 double *lhs, _Quad rhs, int flag);
1763 long double *lhs, _Quad rhs,
1766 long double *lhs, _Quad rhs,