/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/ |
ieee.h | 51 * Define the number of bits in each fraction and exponent. 110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 112 * Floats whose exponent is zero are either zero (iff all fraction 129 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
ieee.h | 50 * Define the number of bits in each fraction and exponent. 146 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 147 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 148 * Floats whose exponent is zero are either zero (iff all fraction 165 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/ |
ieee.h | 51 * Define the number of bits in each fraction and exponent. 110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 112 * Floats whose exponent is zero are either zero (iff all fraction 129 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
ieee.h | 50 * Define the number of bits in each fraction and exponent. 146 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 147 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 148 * Floats whose exponent is zero are either zero (iff all fraction 165 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/ |
ieee.h | 51 * Define the number of bits in each fraction and exponent. 110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 112 * Floats whose exponent is zero are either zero (iff all fraction 129 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/ |
ieee.h | 54 * Define the number of bits in each fraction and exponent. 159 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 160 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 161 * Floats whose exponent is zero are either zero (iff all fraction 184 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
ieee.h | 50 * Define the number of bits in each fraction and exponent. 146 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 147 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 148 * Floats whose exponent is zero are either zero (iff all fraction 165 * Exponent biases.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/ |
ieee.h | 51 * Define the number of bits in each fraction and exponent. 110 * Floats whose exponent is in [1..INFNAN) (of whatever type) are 111 * `normal'. Floats whose exponent is INFNAN are either Inf or NaN. 112 * Floats whose exponent is zero are either zero (iff all fraction 129 * Exponent biases.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 76 * requires libm on most operating systems. Don't yet support the exponent 1010 int exponent = 0; local 1062 * and on the exponent. However, the exponent can be 1066 * (in order to get the exponent calculated). For 1078 exponent = getexponent(fvalue); 1105 ufvalue /= mypow10(exponent); 1134 * part must be set to one and the exponent must be 1138 exponent++; 1143 * Now that we know the real exponent, we can check whether or not t 1321 int exponent = 0; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 76 * requires libm on most operating systems. Don't yet support the exponent 1010 int exponent = 0; local 1062 * and on the exponent. However, the exponent can be 1066 * (in order to get the exponent calculated). For 1078 exponent = getexponent(fvalue); 1105 ufvalue /= mypow10(exponent); 1134 * part must be set to one and the exponent must be 1138 exponent++; 1143 * Now that we know the real exponent, we can check whether or not t 1321 int exponent = 0; local [all...] |
/external/bison/m4/ |
exponentd.m4 | 8 AC_CACHE_CHECK([where to find the exponent in a 'double'], 111 [Define as the word index where to find the exponent of 'double'.]) 113 [Define as the bit index in the word where to find bit 0 of the exponent of 'double'.])
|
exponentl.m4 | 9 AC_CACHE_CHECK([where to find the exponent in a 'long double'], 93 [Define as the word index where to find the exponent of 'long double'.]) 95 [Define as the bit index in the word where to find bit 0 of the exponent of 'long double'.])
|
/external/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 327 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */ 340 GLint *exponent = (GLint *) 0; local 368 _exceptionMessage = "exponent == null"; 386 exponent = exponent_base + exponentOffset; 390 (GLint *)exponent 408 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */ 423 GLint *exponent = (GLint *) 0; local 432 exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining, &_exponentBufferOffset); 443 if (exponent == NULL) { 445 exponent = (GLint *) (_exponentBase + _exponentBufferOffset) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |