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

1 2

  /src/lib/libc/gen/
floatunditf_ieee754.c 49 int exponent, zeros; local
58 exponent = 64 - zeros;
61 exponent = 63 - zeros;
65 ux.extu_exp = EXT_EXP_BIAS + exponent;
floatunditf_ieee754.c 49 int exponent, zeros; local
58 exponent = 64 - zeros;
61 exponent = 63 - zeros;
65 ux.extu_exp = EXT_EXP_BIAS + exponent;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatditf.c 36 // Exponent of (fp_t)a is the width of abs(a).
37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); local
41 const int shift = significandBits - exponent;
44 // Insert the exponent
45 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsidf.c 37 // Exponent of (fp_t)a is the width of abs(a).
38 const int exponent = (aWidth - 1) - __builtin_clz(a); local
44 const int shift = significandBits - exponent;
47 // Insert the exponent
48 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsitf.c 36 // Exponent of (fp_t)a is the width of abs(a).
37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); local
41 const int shift = significandBits - exponent;
44 // Insert the exponent
45 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunditf.c 27 // Exponent of (fp_t)a is the width of abs(a).
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsidf.c 29 // Exponent of (fp_t)a is the width of abs(a).
30 const int exponent = (aWidth - 1) - __builtin_clz(a); local
34 const int shift = significandBits - exponent;
37 // Insert the exponent
38 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsitf.c 27 // Exponent of (fp_t)a is the width of abs(a).
28 const int exponent = (aWidth - 1) - __builtin_clz(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
floatditf.c 36 // Exponent of (fp_t)a is the width of abs(a).
37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); local
41 const int shift = significandBits - exponent;
44 // Insert the exponent
45 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsidf.c 37 // Exponent of (fp_t)a is the width of abs(a).
38 const int exponent = (aWidth - 1) - __builtin_clz(a); local
44 const int shift = significandBits - exponent;
47 // Insert the exponent
48 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsitf.c 36 // Exponent of (fp_t)a is the width of abs(a).
37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); local
41 const int shift = significandBits - exponent;
44 // Insert the exponent
45 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunditf.c 27 // Exponent of (fp_t)a is the width of abs(a).
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsidf.c 29 // Exponent of (fp_t)a is the width of abs(a).
30 const int exponent = (aWidth - 1) - __builtin_clz(a); local
34 const int shift = significandBits - exponent;
37 // Insert the exponent
38 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsitf.c 27 // Exponent of (fp_t)a is the width of abs(a).
28 const int exponent = (aWidth - 1) - __builtin_clz(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsisf.c 37 // Exponent of (fp_t)a is the width of abs(a).
38 const int exponent = (aWidth - 1) - __builtin_clz(a); local
42 if (exponent <= significandBits) {
43 const int shift = significandBits - exponent;
46 const int shift = exponent - significandBits;
53 // Insert the exponent
54 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsisf.c 29 // Exponent of (fp_t)a is the width of abs(a).
30 const int exponent = (aWidth - 1) - __builtin_clz(a); local
34 if (exponent <= significandBits) {
35 const int shift = significandBits - exponent;
38 const int shift = exponent - significandBits;
45 // Insert the exponent
46 result += (rep_t)(exponent + exponentBias) << significandBits;
floatsisf.c 37 // Exponent of (fp_t)a is the width of abs(a).
38 const int exponent = (aWidth - 1) - __builtin_clz(a); local
42 if (exponent <= significandBits) {
43 const int shift = significandBits - exponent;
46 const int shift = exponent - significandBits;
53 // Insert the exponent
54 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsisf.c 29 // Exponent of (fp_t)a is the width of abs(a).
30 const int exponent = (aWidth - 1) - __builtin_clz(a); local
34 if (exponent <= significandBits) {
35 const int shift = significandBits - exponent;
38 const int shift = exponent - significandBits;
45 // Insert the exponent
46 result += (rep_t)(exponent + exponentBias) << significandBits;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
qadd_test.c 266 // Some test cases that cover the whole exponent range:
1831 int exponent = ilogb(r.hi); local
1832 exponent = (exponent < -1022 ? -1022 : exponent);
1833 double ulpError = scalbn(error, 106 - exponent);
qdiv_test.c 754 int exponent = ilogb(r.hi); local
755 exponent = (exponent < -1022 ? -1022 : exponent);
756 double ulpError = scalbn(error, 106 - exponent);
qmul_test.c 752 int exponent = ilogb(r.hi); local
753 exponent = (exponent < -1022 ? -1022 : exponent);
754 double ulpError = scalbn(error, 106 - exponent);
qsub_test.c 268 // Some test cases that cover the whole exponent range:
1833 int exponent = ilogb(r.hi); local
1834 exponent = (exponent < -1022 ? -1022 : exponent);
1835 double ulpError = scalbn(error, 106 - exponent);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
qadd_test.c 266 // Some test cases that cover the whole exponent range:
1831 int exponent = ilogb(r.hi); local
1832 exponent = (exponent < -1022 ? -1022 : exponent);
1833 double ulpError = scalbn(error, 106 - exponent);
qdiv_test.c 754 int exponent = ilogb(r.hi); local
755 exponent = (exponent < -1022 ? -1022 : exponent);
756 double ulpError = scalbn(error, 106 - exponent);
qmul_test.c 752 int exponent = ilogb(r.hi); local
753 exponent = (exponent < -1022 ? -1022 : exponent);
754 double ulpError = scalbn(error, 106 - exponent);

Completed in 66 milliseconds

1 2