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
57
) sorted by null
1
2
3
/external/compiler-rt/lib/builtins/
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
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 & ((tu_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 & ((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
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 = ((tu_int)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
...]
/external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp
26
#ifndef
FLT_MANT_DIG
27
#error
FLT_MANT_DIG
not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.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/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp
50
test<float,
FLT_MANT_DIG
>();
max_digits10.pass.cpp
50
test<float, 2+(
FLT_MANT_DIG
* 30103)/100000>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp
50
test<float,
FLT_MANT_DIG
>();
max_digits10.pass.cpp
50
test<float, 2+(
FLT_MANT_DIG
* 30103)/100000>();
/external/clang/lib/Headers/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp
30
#ifndef
FLT_MANT_DIG
31
#error
FLT_MANT_DIG
not defined
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
float.h
39
# undef
FLT_MANT_DIG
80
#define
FLT_MANT_DIG
__FLT_MANT_DIG__
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
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__
Completed in 999 milliseconds
1
2
3