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

1 2

  /external/qemu/include/fpu/
softfloat.h 106 } float64; typedef in typeref:struct:__anon13394
107 #define float64_val(x) (((float64)(x)).v)
108 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; })
113 typedef uint64_t float64; typedef
229 float64 int32_to_float64( int32 STATUS_PARAM );
231 float64 uint32_to_float64( uint32 STATUS_PARAM );
236 float64 int64_to_float64( int64 STATUS_PARAM );
237 float64 uint64_to_float64( uint64 STATUS_PARAM );
276 float64 float32_to_float64( float32 STATUS_PARAM );
374 int_fast16_t float64_to_int16_round_to_zero(float64 STATUS_PARAM)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/go/
typemaps.i 91 INPUT_TYPEMAP(double, float64);
147 ptr := []float64{0.0}
193 OUTPUT_TYPEMAP(double, float64);
244 x := []float64{5.0}
290 INOUT_TYPEMAP(double, float64);
  /external/qemu/fpu/
softfloat-specialize.h 80 const float64 float64_default_nan = const_float64(LIT64( 0x7FFFFFFFFFFFFFFF ));
82 const float64 float64_default_nan = const_float64(LIT64( 0x7FF8000000000000 ));
84 const float64 float64_default_nan = const_float64(LIT64( 0x7FF7FFFFFFFFFFFF ));
86 const float64 float64_default_nan = const_float64(LIT64( 0xFFF8000000000000 ));
649 int float64_is_quiet_nan(float64 a_)
654 int float64_is_signaling_nan(float64 a_)
664 int float64_is_quiet_nan( float64 a_ )
681 int float64_is_signaling_nan( float64 a_ )
699 float64 float64_maybe_silence_nan( float64 a_
    [all...]
softfloat.c 392 INLINE uint64_t extractFloat64Frac( float64 a )
403 INLINE int_fast16_t extractFloat64Exp(float64 a)
414 INLINE flag extractFloat64Sign( float64 a )
425 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM)
465 INLINE float64 packFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig)
495 static float64 roundAndPackFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig STATUS_PARAM)
560 static float64
    [all...]
  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 83 Float64 float64; local
85 static_cast<void*>(&float64));
86 if (converted) *i = static_cast<int>(float64);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 235 typedef double float64; typedef
249 typedef float64 float_t;
  /external/qemu/include/exec/
softmmu_header.h 156 static inline float64 glue(cpu_ldfq, MEMSUFFIX)(CPUArchState *env,
160 float64 d;
168 target_ulong ptr, float64 v)
171 float64 d;
def-helper.h 52 #define dh_ctype_f64 float64
  /external/qemu/include/qemu/
bswap.h 139 float64 d;
334 static inline float64 ldfq_le_p(const void *ptr)
341 static inline void stfq_le_p(void *ptr, float64 v)
399 static inline float64 ldfq_be_p(const void *ptr)
406 static inline void stfq_be_p(void *ptr, float64 v)
  /external/deqp/executor/
xeTestCaseResult.hpp 174 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; }
178 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; }
185 double float64; member in union:xe::ri::NumericValue::__anon3380
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 181 typedef PRFloat64 float64; typedef
  /external/chromium_org/v8/test/cctest/compiler/
value-helper.h 120 #define FOR_FLOAT64_INPUTS(var) FOR_INPUTS(double, float64, var)
  /external/qemu/target-arm/
helper.c     [all...]
cpu.h 213 float64 regs[32];
  /external/deqp/framework/common/
tcuTestLog.hpp 220 double float64; member in union:tcu::SampleBuilder::Value::__anon3400
224 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
tcuTestLog.cpp 99 m_log->writeSampleValue(val->value.float64);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-410912.js 140 external_float64 : 'external float64 elements',
149 fixed_float64 : 'fixed float64 elements',
  /external/lldb/tools/debugserver/source/
DNBDefs.h 290 double float64; member in union:DNBRegisterValue::__anon9086
DNBRegisterInfo.cpp 103 case 8: snprintf(str, sizeof(str), "%g", value.float64); break;
  /external/qemu/target-i386/
fpu_helper.c 105 float64 f64;
116 float64 f64;
164 float64 f;
194 float64 f;
235 float64 f;
  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 42 external_float64 : 'external float64 elements',
51 fixed_float64 : 'fixed float64 elements',
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.cpp 479 value->value.float64 = m_state.fpr.PREFIX_DOUBLE_UNDERSCORE_DARWIN_UNIX03(fpregs)[reg];
  /cts/apps/CameraITS/pymodules/its/
image.py 464 means.append(numpy.mean(img[:,:,i], dtype=numpy.float64))
479 variances.append(numpy.var(img[:,:,i], dtype=numpy.float64))
  /external/qemu/include/migration/
vmstate.h 602 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_float64, float64)
    [all...]
  /external/qemu/target-mips/
cpu.h 64 float64 fd; /* ieee double precision */

Completed in 1879 milliseconds

1 2