OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLT_MANT_DIG
(Results
1 - 25
of
46
) sorted by null
1
2
/external/compiler-rt/lib/
floatundisf.c
35
if (sd >
FLT_MANT_DIG
)
41
* P = bit
FLT_MANT_DIG
-1 bits to the right of 1
42
* Q = bit
FLT_MANT_DIG
bits to the right of 1
47
case
FLT_MANT_DIG
+ 1:
50
case
FLT_MANT_DIG
+ 2:
53
a = (a >> (sd - (
FLT_MANT_DIG
+2))) |
54
((a & ((du_int)(-1) >> ((N +
FLT_MANT_DIG
+2) - sd))) != 0);
60
/* a is now rounded to
FLT_MANT_DIG
or
FLT_MANT_DIG
+1 bits */
61
if (a & ((du_int)1 <<
FLT_MANT_DIG
))
[
all
...]
floatuntisf.c
37
if (sd >
FLT_MANT_DIG
)
43
* P = bit
FLT_MANT_DIG
-1 bits to the right of 1
44
* Q = bit
FLT_MANT_DIG
bits to the right of 1
49
case
FLT_MANT_DIG
+ 1:
52
case
FLT_MANT_DIG
+ 2:
55
a = (a >> (sd - (
FLT_MANT_DIG
+2))) |
56
((a & ((tu_int)(-1) >> ((N +
FLT_MANT_DIG
+2) - sd))) != 0);
62
/* a is now rounded to
FLT_MANT_DIG
or
FLT_MANT_DIG
+1 bits */
63
if (a & ((tu_int)1 <<
FLT_MANT_DIG
))
[
all
...]
floatdisf.c
37
if (sd >
FLT_MANT_DIG
)
43
* P = bit
FLT_MANT_DIG
-1 bits to the right of 1
44
* Q = bit
FLT_MANT_DIG
bits to the right of 1
49
case
FLT_MANT_DIG
+ 1:
52
case
FLT_MANT_DIG
+ 2:
55
a = ((du_int)a >> (sd - (
FLT_MANT_DIG
+2))) |
56
((a & ((du_int)(-1) >> ((N +
FLT_MANT_DIG
+2) - sd))) != 0);
62
/* a is now rounded to
FLT_MANT_DIG
or
FLT_MANT_DIG
+1 bits */
63
if (a & ((du_int)1 <<
FLT_MANT_DIG
))
[
all
...]
floattisf.c
39
if (sd >
FLT_MANT_DIG
)
45
* P = bit
FLT_MANT_DIG
-1 bits to the right of 1
46
* Q = bit
FLT_MANT_DIG
bits to the right of 1
51
case
FLT_MANT_DIG
+ 1:
54
case
FLT_MANT_DIG
+ 2:
57
a = ((tu_int)a >> (sd - (
FLT_MANT_DIG
+2))) |
58
((a & ((tu_int)(-1) >> ((N +
FLT_MANT_DIG
+2) - sd))) != 0);
64
/* a is now rounded to
FLT_MANT_DIG
or
FLT_MANT_DIG
+1 bits */
65
if (a & ((tu_int)1 <<
FLT_MANT_DIG
))
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max_digits10.pass.cpp
46
test<float, 2+(
FLT_MANT_DIG
* 30103)/100000>();
digits.pass.cpp
46
test<float,
FLT_MANT_DIG
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp
26
#ifndef
FLT_MANT_DIG
27
#error
FLT_MANT_DIG
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp
26
#ifndef
FLT_MANT_DIG
27
#error
FLT_MANT_DIG
not defined
/external/bison/lib/
float+.h
27
# define FLT_MANT_BIT
FLT_MANT_DIG
31
# define FLT_MANT_BIT (
FLT_MANT_DIG
* 2)
35
# define FLT_MANT_BIT (
FLT_MANT_DIG
* 4)
/external/clang/lib/Headers/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h
39
#undef
FLT_MANT_DIG
42
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h
39
#undef
FLT_MANT_DIG
42
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/sdk/renderscript/clang-include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
25
#define __FLT_MANT_DIG__
FLT_MANT_DIG
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
float.h
37
#undef
FLT_MANT_DIG
40
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
float.h
37
#undef
FLT_MANT_DIG
40
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
float.h
37
#undef
FLT_MANT_DIG
40
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
float.h
37
#undef
FLT_MANT_DIG
40
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
float.h
36
#undef
FLT_MANT_DIG
39
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
float.h
37
#undef
FLT_MANT_DIG
40
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
Completed in 1892 milliseconds
1
2