OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLT_MAX_EXP
(Results
26 - 45
of
45
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
float.h
78
#undef
FLT_MAX_EXP
81
#define
FLT_MAX_EXP
__FLT_MAX_EXP__
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
float.h
78
#undef
FLT_MAX_EXP
81
#define
FLT_MAX_EXP
__FLT_MAX_EXP__
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
float.h
79
#undef
FLT_MAX_EXP
82
#define
FLT_MAX_EXP
__FLT_MAX_EXP__
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
float.h
78
#undef
FLT_MAX_EXP
81
#define
FLT_MAX_EXP
__FLT_MAX_EXP__
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
float.h
79
#undef
FLT_MAX_EXP
82
#define
FLT_MAX_EXP
__FLT_MAX_EXP__
/external/bison/lib/
float+.h
41
#define FLT_EXP_MASK ((
FLT_MAX_EXP
- FLT_MIN_EXP) | 7)
isnan.c
65
# define MAX_EXP
FLT_MAX_EXP
/external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h
360
#ifndef
FLT_MAX_EXP
361
#define
FLT_MAX_EXP
128
/external/mesa3d/src/mesa/main/
compiler.h
360
#ifndef
FLT_MAX_EXP
361
#define
FLT_MAX_EXP
128
/external/stlport/src/
complex_trig.cpp
48
# if defined (M_LN2) && defined (
FLT_MAX_EXP
)
49
static const float float_limit = float(M_LN2 *
FLT_MAX_EXP
);
/ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp
48
# if defined (M_LN2) && defined (
FLT_MAX_EXP
)
49
static const float float_limit = float(M_LN2 *
FLT_MAX_EXP
);
/external/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h
405
FLT_MAX_EXP
, // Maximum exponent
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c
892
if (floor_t0 >
FLT_MAX_EXP
) {
[
all
...]
/external/mesa3d/src/mesa/program/
prog_execute.c
892
if (floor_t0 >
FLT_MAX_EXP
) {
[
all
...]
Completed in 1893 milliseconds
1
2