HomeSort by relevance Sort by last modified time
    Searched refs:exponent (Results 1 - 25 of 775) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.c 21 int16_t exponent; local
26 exponent = ((in.i >> 23) & 0xFF) - 127;
29 if (exponent == 128)
32 exponent = 1024;
34 else if (exponent == -127)
39 exponent = -1023;
48 exponent--;
56 mantissa |= (uint64_t)(exponent + 1023) << 52;
65 int16_t exponent; local
71 exponent = ((value >> 52) & 0x7FF) - 1023
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10Ext.spec 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
  /external/v8/src/
strtod.h 15 double Strtod(Vector<const char> buffer, int exponent);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
RSAKeyParameters.java 11 private BigInteger exponent; field in class:RSAKeyParameters
16 BigInteger exponent)
22 if ((exponent.intValue() & 1) == 0)
29 this.exponent = exponent;
61 return exponent;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
log2.h 49 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
56 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
  /frameworks/base/opengl/java/android/opengl/
GLES10Ext.java 28 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
33 int[] exponent,
37 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
41 java.nio.IntBuffer exponent
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10Ext.java 27 int[] exponent,
33 java.nio.IntBuffer exponent
  /external/mesa3d/src/mesa/main/
querymatrix.h 36 _mesa_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ieee754.h 37 unsigned int exponent:8; member in struct:ieee754_float::__anon62354
42 unsigned int exponent:8; member in struct:ieee754_float::__anon62354
52 unsigned int exponent:8; member in struct:ieee754_float::__anon62355
59 unsigned int exponent:8; member in struct:ieee754_float::__anon62355
65 #define IEEE754_FLOAT_BIAS 0x7f /* Added to exponent. */
77 unsigned int exponent:11; member in struct:ieee754_double::__anon62356
85 unsigned int exponent:11; member in struct:ieee754_double::__anon62356
92 unsigned int exponent:11; member in struct:ieee754_double::__anon62356
103 unsigned int exponent:11; member in struct:ieee754_double::__anon62357
112 unsigned int exponent:11
139 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62358
146 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62358
154 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62358
166 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62359
175 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62359
187 unsigned int exponent:15; member in struct:ieee854_long_double::__anon62359
    [all...]
  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 45 exponent = e;
57 * The radix of the representation. Also the base of the exponent field.
61 * The mantissa is scaled by radix**exponent.
63 public int exponent; field in class:StringFloatRep
66 * Produce a textual representation including the sign and exponent.
70 (sign < 0? "-" : "") + mantissa + "E" + Integer.toString(exponent)
  /external/valgrind/VEX/priv/
host_generic_maddf.c 86 unsigned int exponent:11; member in struct:vg_ieee754_double::__anon41685
92 unsigned int exponent:11;
121 if ((u.ieee.mantissa1 & 1) == 0 && u.ieee.exponent != 0x7ff)
144 if (UNLIKELY (u.ieee.exponent + v.ieee.exponent
146 || UNLIKELY (u.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
147 || UNLIKELY (v.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
148 || UNLIKELY (w.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
149 || UNLIKELY (u.ieee.exponent + v.ieee.exponent
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_packed_float.c 30 unsigned exponent:8; member in struct:fu::__anon30457
45 unsigned exponent = fu.s.exponent - (127 - 3); local
46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa;
52 /* Make sure the mantissa fits in 4-bits and the exponent in 3-bits. */
53 if (fu.u & 0x7ffff || exponent > 7)
71 fu.s.exponent = ((vf & 0x70) >> 4) + (127 - 3);
  /external/mesa3d/src/util/
format_r11g11b10f.h 61 /* Map exponent to the range [-127,128] */
62 int exponent = ((f32.ui >> 23) & 0xff) - 127; local
65 if (exponent == 128) { /* Infinity or NaN */
89 } else if (exponent > -15) { /* Representable value */
90 exponent += UF11_EXPONENT_BIAS;
92 uf11 = exponent << UF11_EXPONENT_SHIFT | mantissa;
105 int exponent = (val & 0x07c0) >> UF11_EXPONENT_SHIFT; local
110 if (exponent == 0) {
115 } else if (exponent == 31) {
119 exponent -= 15
144 int exponent = ((f32.ui >> 23) & 0xff) - 127; local
187 int exponent = (val & 0x03e0) >> UF10_EXPONENT_SHIFT; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
floatunsidf.c 60 // Exponent of (fp_t)a is the width of abs(a).
61 const int exponent = (aWidth - 1) - __builtin_clz(a); local
65 const int shift = significandBits - exponent;
68 // Insert the exponent
69 result += (rep_t)(exponent + exponentBias) << significandBits;
  /external/compiler-rt/lib/builtins/
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 31 // Exponent of (fp_t)a is the width of abs(a).
32 const int exponent = (aWidth - 1) - __builtin_clz(a); local
36 const int shift = significandBits - exponent;
39 // Insert the exponent
40 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 39 // Exponent of (fp_t)a is the width of abs(a).
40 const int exponent = (aWidth - 1) - __builtin_clz(a); local
44 if (exponent <= significandBits) {
45 const int shift = significandBits - exponent;
48 const int shift = exponent - significandBits;
55 // Insert the exponent
56 result += (rep_t)(exponent + exponentBias) << significandBits;
floatunsisf.c 31 // Exponent of (fp_t)a is the width of abs(a).
32 const int exponent = (aWidth - 1) - __builtin_clz(a); local
36 if (exponent <= significandBits) {
37 const int shift = significandBits - exponent;
40 const int shift = exponent - significandBits;
47 // Insert the exponent
48 result += (rep_t)(exponent + exponentBias) << significandBits;
  /external/syslinux/com32/lib/math/
strtod.c 50 int exponent; local
73 exponent = 0;
95 exponent -= num_decimals;
106 // Process an exponent string
125 exponent -= n;
127 exponent += n;
130 if (exponent < __DBL_MIN_EXP__ || exponent > __DBL_MAX_EXP__) {
136 n = exponent;
141 if (exponent < 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
pow2.h 103 Word16 exponent, /* (i) : Integer part. (range: 0<=val<=30) */
  /toolchain/binutils/binutils-2.27/libiberty/
copysign.c 11 unsigned int exponent: 11; member in struct:__anon4980::__anon4981
21 unsigned int exponent: 11; member in struct:__anon4980::__anon4982
54 unsigned int exponent :11; member in struct:__anon4984::__anon4985
69 unsigned int exponent: 11; member in struct:__anon4984::__anon4986
91 unsigned int exponent: 8; member in struct:__anon4988::__anon4989
98 unsigned int exponent:8; member in struct:__anon4988::__anon4990
116 unsigned int exponent: 8; member in struct:__anon4991::__anon4992
124 unsigned int exponent:8; member in struct:__anon4991::__anon4993
  /external/testng/src/test/java/test/tmp/
ExponentTest.java 9 @Test(suiteName = "Exponent suite", testName = "Exponent test")
28 public void testExponent(double exponent, double expected) {
29 ppp("COMPARING " + myExpFunction(exponent) + " AND " + expected);
30 assertEquals(myExpFunction(exponent), expected);
37 private double myExpFunction(double exponent) {
38 return Math.exp(exponent);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c 41 * normalized, and exp is the normalisation exponent
48 * 1- exponent = 30-norm_exponent
59 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
67 *exponent = 0;
71 *exponent = (30 - exp);
100 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
107 Log2_norm ((L_x << exp), exp, exponent, fraction);
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 50 * to to least significant, sign, exponent, and significand.
53 * [sign|exponent| fractional_significand]
62 * (-1)^sign * 2^(exponent)*(1.fractional_significand)
64 * Most finite floating-point numbers are normalized; the exponent
70 * are encoding using a special exponent value. In other words,
73 * implicit from the exponent value.
75 * The exponent field uses a biased representation; if the bits of
76 * the exponent are interpreted as a unsigned integer E, the
77 * exponent represented is E - E_bias where E_bias depends on the
82 * The 32-bit float format has 1 sign bit, 8 exponent bits, and 2
342 int exponent = getExponent(d); local
412 int exponent = getExponent(f); local
    [all...]

Completed in 221 milliseconds

1 2 3 4 5 6 7 8 91011>>