HomeSort by relevance Sort by last modified time
    Searched defs:float64 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.cc 100 Float64 float64; local
102 static_cast<void*>(&float64));
103 if (converted) *i = static_cast<int>(float64);
  /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/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 181 typedef PRFloat64 float64; typedef
  /external/deqp/framework/common/
tcuTestLog.hpp 220 double float64; member in union:tcu::SampleBuilder::Value::__anon23506
224 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
  /external/qemu/include/fpu/
softfloat.h 106 } float64; typedef in typeref:struct:__anon33421
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...]
  /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::__anon23487
  /external/lldb/tools/debugserver/source/
DNBDefs.h 290 double float64; member in union:DNBRegisterValue::__anon29158
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 2197 double float64 = CFP->getValueAPF().convertToDouble(); local
    [all...]

Completed in 823 milliseconds