HomeSort by: relevance | last modified time | path
    Searched defs:a_ex (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_debug_util.h 278 int a_ex, b_ex, d_ex; local
292 frexpf( a, &a_ex );
296 if ( a_ex < b_ex ) {
297 return a_ex - d_ex;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_debug_util.h 278 int a_ex, b_ex, d_ex; local
292 frexpf( a, &a_ex );
296 if ( a_ex < b_ex ) {
297 return a_ex - d_ex;
  /src/external/gpl3/gcc/dist/libgfortran/generated/
cshift0_c10.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c16.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c17.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c4.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c8.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i1.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i16.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i2.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i4.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i8.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_r10.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_r16.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_r17.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_r4.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_r8.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
eoshift0.c 108 index_type r_ex, a_ex; local
110 a_ex = 1;
123 if (as != a_ex)
129 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
cshift0_c10.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c16.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c17.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c4.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_c8.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i1.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);
cshift0_i16.c 55 index_type r_ex, a_ex; local
70 a_ex = 1;
87 if (as != a_ex)
93 a_ex *= GFC_DESCRIPTOR_EXTENT (array, n);

Completed in 42 milliseconds

1 2 3