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

  /external/flatbuffers/python/flatbuffers/
packer.py 38 float64 = struct.Struct("<d") variable
  /external/vulkan-validation-layers/libs/glm/detail/
type_float.hpp 38 typedef double float64; typedef in namespace:glm::detail
82 typedef double float64; typedef in namespace:glm
88 GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
softfloat.h 56 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int32 );
124 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
193 int float64_to_int32( float64 );
194 int float64_to_int32_round_to_zero( float64 );
196 unsigned int float64_to_uint32_round_to_zero( float64 );
199 long long float64_to_int64( float64 );
200 long long float64_to_int64_round_to_zero( float64 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
softfloat.h 56 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int32 );
124 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
193 int float64_to_int32( float64 );
194 int float64_to_int32_round_to_zero( float64 );
196 unsigned int float64_to_uint32_round_to_zero( float64 );
199 long long float64_to_int64( float64 );
200 long long float64_to_int64_round_to_zero( float64 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
softfloat.h 50 typedef !!!bits64 float64; typedef
115 float64 int32_to_float64( !!!int32 );
123 float64 int64_to_float64( !!!int64 );
140 float64 float32_to_float64( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
175 !!!int64 float64_to_int64( float64 );
176 !!!int64 float64_to_int64_round_to_zero( float64 );
177 float32 float64_to_float32( float64 );
179 floatx80 float64_to_floatx80( float64 );
    [all...]
  /external/webrtc/webrtc/base/
macconversion.cc 83 Float64 float64; local
85 static_cast<void*>(&float64));
86 if (converted) *i = static_cast<int>(float64);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 85 typedef unsigned long long float64; typedef
152 float64 int32_to_float64( int32 );
153 float64 uint32_to_float64( uint32 );
164 float64 int64_to_float64( long long );
187 float64 float32_to_float64( float32 );
222 int float64_to_int32( float64 );
223 int float64_to_int32_round_to_zero( float64 );
225 unsigned int float64_to_uint32_round_to_zero( float64 );
228 long long float64_to_int64( float64 );
229 long long float64_to_int64_round_to_zero( float64 );
    [all...]
  /prebuilts/go/darwin-x86/test/
rename.go 30 float64 +
76 float64 = 13
75 float64 = 13 const
rename1.go 34 float64 = 13
33 float64 = 13 const
  /prebuilts/go/linux-x86/test/
rename.go 30 float64 +
76 float64 = 13
75 float64 = 13 const
rename1.go 34 float64 = 13
33 float64 = 13 const
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 235 typedef double float64; typedef
249 typedef float64 float_t;
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 57 // float64 is the set of all IEEE-754 64-bit floating-point numbers.
58 type float64 float64 type
64 // complex128 is the set of all complex numbers with float64 real and
118 // for either float type: float32 or float64.
191 // size, either float32 or float64 (or assignable to them), and the return
193 // complex128 for float64).
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 57 // float64 is the set of all IEEE-754 64-bit floating-point numbers.
58 type float64 float64 type
64 // complex128 is the set of all complex numbers with float64 real and
118 // for either float type: float32 or float64.
191 // size, either float32 or float64 (or assignable to them), and the return
193 // complex128 for float64).
  /external/deqp/framework/common/
tcuTestLog.hpp 223 double float64; member in union:tcu::SampleBuilder::Value::__anon16727
227 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
  /external/deqp/executor/
xeTestCaseResult.hpp 175 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; }
179 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; }
186 double float64; member in union:xe::ri::NumericValue::__anon16341
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1890 double float64 = CFP->getValueAPF().convertToDouble(); local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 609 typedef detail::float64 float64; typedef in namespace:glm
618 typedef detail::float64 float64_t;
627 typedef float64 f64;
  /external/vulkan-validation-layers/libs/glm/
fwd.hpp 1459 typedef lowp_float64 float64; typedef in namespace:glm
1485 typedef mediump_float64 float64; typedef in namespace:glm
1511 typedef highp_float64 float64; typedef in namespace:glm
    [all...]

Completed in 528 milliseconds