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

1 2 3 4 5

  /device/google/contexthub/firmware/lib/builtins/
aeabi_ul2f.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...]
aeabi_l2f.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...]
int_lib.h 19 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /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...]
  /bionic/tests/
float_test.cpp 64 #if !defined(FLT_MANT_DIG)
65 #error FLT_MANT_DIG
  /external/clang/test/Headers/
float.c 25 #ifndef FLT_MANT_DIG
26 #error "Mandatory macro FLT_MANT_DIG is missing."
27 #elif FLT_MANT_DIG < 2
28 #error "Mandatory macro FLT_MANT_DIG is invalid."
40 #if ((FLT_MANT_DIG > DBL_MANT_DIG) || (DBL_MANT_DIG > LDBL_MANT_DIG))
187 _Static_assert(FLT_MANT_DIG == __FLT_MANT_DIG__, "");
  /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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 26 #ifndef FLT_MANT_DIG
27 #error FLT_MANT_DIG not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 26 #ifndef FLT_MANT_DIG
27 #error FLT_MANT_DIG not defined
  /bionic/tests/headers/posix/
float_h.c 39 MACRO(FLT_MANT_DIG);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 66 #define FLT_MANT_DIG 24 /* p */
  /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>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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>();
  /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/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /external/clang/lib/Headers/
float.h 39 # undef FLT_MANT_DIG
85 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 39 # undef FLT_MANT_DIG
85 #define FLT_MANT_DIG __FLT_MANT_DIG__

Completed in 401 milliseconds

1 2 3 4 5