a1                355 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     const double a1 =  0.6016 / 1024.0; /* [1/B] */
a1                397 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     } else if (communicator_size > (a1 * message_size + b1)) {
a1                661 ompi/mca/op/base/op_base_functions.c         type *a1 = (type *) in1;                                        \
a1                665 ompi/mca/op/base/op_base_functions.c             *(b++) =  *(a1++) op *(a2++);                               \
a1                683 ompi/mca/op/base/op_base_functions.c         type *a1 = (type *) in1;                                        \
a1                687 ompi/mca/op/base/op_base_functions.c             *(b) = current_func(*(a1), *(a2));                          \
a1                689 ompi/mca/op/base/op_base_functions.c             ++a1;                                                       \
a1                716 ompi/mca/op/base/op_base_functions.c       ompi_op_predefined_##type_name##_t *a1 = (ompi_op_predefined_##type_name##_t*) in1; \
a1                719 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b ) {                  \
a1                720 ompi/mca/op/base/op_base_functions.c           if (a1->v op a2->v) {                                         \
a1                721 ompi/mca/op/base/op_base_functions.c               b->v = a1->v;                                             \
a1                722 ompi/mca/op/base/op_base_functions.c               b->k = a1->k;                                             \
a1                723 ompi/mca/op/base/op_base_functions.c           } else if (a1->v == a2->v) {                                  \
a1                724 ompi/mca/op/base/op_base_functions.c               b->v = a1->v;                                             \
a1                725 ompi/mca/op/base/op_base_functions.c               b->k = (a2->k < a1->k ? a2->k : a1->k);                   \
a1                746 ompi/mca/op/base/op_base_functions.c       type (*a1)[2] = (type (*)[2]) in1;                                 \
a1                749 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b) {                    \
a1                750 ompi/mca/op/base/op_base_functions.c           (*b)[0] = (*a1)[0] + (*a2)[0];                                 \
a1                751 ompi/mca/op/base/op_base_functions.c           (*b)[1] = (*a1)[1] + (*a2)[1];                                 \
a1                768 ompi/mca/op/base/op_base_functions.c       type (*a1)[2] = (type (*)[2]) in1;                                 \
a1                771 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b) {                    \
a1                772 ompi/mca/op/base/op_base_functions.c           (*b)[0] = (*a1)[0] * (*a2)[0] - (*a1)[1] * (*a2)[1];           \
a1                773 ompi/mca/op/base/op_base_functions.c           (*b)[1] = (*a1)[0] * (*a2)[1] + (*a1)[1] * (*a2)[0];           \
a1                171 opal/mca/pmix/cray/pmix_cray_pmap_parser.c     int a1[] = {0, 1};
a1                196 opal/mca/pmix/cray/pmix_cray_pmap_parser.c     assert(memcmp(lrs, a1, 2) == 0);
a1                172 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.c     int a1[] = {0, 1};
a1                197 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.c     assert(memcmp(lrs, a1, 2) == 0);
a1                169 opal/mca/pmix/s2/pmi2_pmap_parser.c     int a1[] = {0, 1};
a1                194 opal/mca/pmix/s2/pmi2_pmap_parser.c     assert(memcmp(lrs, a1, 2) == 0);