HomeSort by: relevance | last modified time | path
    Searched defs:tempx (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_quantize.c 32 int_float tempx; variable
113 tempx.d = (float) CX.w[1];
114 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f + 64;
116 tempx.d = (float) CX.w[0];
117 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_rem.c 67 int_float tempx; local
189 tempx.d = (float) coefficient_x;
190 bin_expon = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_mul.c 64 int_double tempx, tempy; local
164 tempx.d = (double) coefficient_x;
165 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52);
bid64_quantize.c 49 int_float tempx; local
116 tempx.d = (float) coefficient_x;
117 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_add.c 129 int_double tempx; local
257 tempx.d = (double) coefficient_a;
258 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
277 tempx.d = (double) coefficient_a;
278 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
bid64_fma.c 74 int_double tempx, tempy; local
285 tempx.d = (double) coefficient_x;
286 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52);
347 tempx.d = (double) coefficient_z;
348 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
bid64_sqrt.c 71 int_float tempx; local
122 tempx.d = (float) coefficient_x;
123 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_string.c 48 int_float tempx; local
101 tempx.d = (float) exponent_x;
102 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
209 tempx.d = (float) exponent_x;
210 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_div.c 90 int_float tempx, tempy; local
201 tempx.d = (float) coefficient_x;
203 bin_index = (tempy.i - tempx.i) >> 23;
bid_inline_add.h 83 int_double tempx; local
112 tempx.d = (double) coefficient_a;
113 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
136 tempx.d = (double) coefficient_a;
137 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
775 int_double tempx; local
780 tempx.d = (double) X.w[0];
781 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
788 tempx.d = (double) X.w[1];
789 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff
811 int_double tempx; local
1156 int_double tempx; local
1233 int_double tempx; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_quantize.c 32 int_float tempx; variable
113 tempx.d = (float) CX.w[1];
114 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f + 64;
116 tempx.d = (float) CX.w[0];
117 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_rem.c 67 int_float tempx; local
189 tempx.d = (float) coefficient_x;
190 bin_expon = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_mul.c 64 int_double tempx, tempy; local
164 tempx.d = (double) coefficient_x;
165 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52);
bid64_quantize.c 49 int_float tempx; local
116 tempx.d = (float) coefficient_x;
117 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_add.c 129 int_double tempx; local
257 tempx.d = (double) coefficient_a;
258 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
277 tempx.d = (double) coefficient_a;
278 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
bid64_fma.c 74 int_double tempx, tempy; local
285 tempx.d = (double) coefficient_x;
286 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52);
347 tempx.d = (double) coefficient_z;
348 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
bid64_sqrt.c 71 int_float tempx; local
122 tempx.d = (float) coefficient_x;
123 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_string.c 48 int_float tempx; local
101 tempx.d = (float) exponent_x;
102 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
209 tempx.d = (float) exponent_x;
210 bin_expon_cx = ((tempx.i >> 23) & 0xff) - 0x7f;
bid64_div.c 90 int_float tempx, tempy; local
201 tempx.d = (float) coefficient_x;
203 bin_index = (tempy.i - tempx.i) >> 23;
bid_inline_add.h 83 int_double tempx; local
112 tempx.d = (double) coefficient_a;
113 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
136 tempx.d = (double) coefficient_a;
137 bin_expon_ca = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
775 int_double tempx; local
780 tempx.d = (double) X.w[0];
781 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff;
788 tempx.d = (double) X.w[1];
789 bin_expon_cx = ((tempx.i & MASK_BINARY_EXPONENT) >> 52) - 0x3ff
811 int_double tempx; local
1156 int_double tempx; local
1233 int_double tempx; local
    [all...]

Completed in 30 milliseconds