Searched defs:float64 (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dnir_spirv.h48 bool float64; member in struct:nir_spirv_supported_extensions
/external/flatbuffers/python/flatbuffers/
H A Dpacker.py38 float64 = struct.Struct("<d") variable
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_float.hpp38 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");
/external/webrtc/webrtc/base/
H A Dmacconversion.cc83 Float64 float64; local
85 static_cast<void*>(&float64));
86 if (converted) *i = static_cast<int>(float64);
/external/deqp/framework/common/
H A DtcuTestLog.hpp223 double float64; member in union:tcu::SampleBuilder::Value::__anon4730
227 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py37 * `tf.float64`: 64-bit double-precision floating-point.
117 return float64
321 np.float64: (-1, 1)
335 float64 = DType(types_pb2.DT_DOUBLE) variable
336 tf_export("float64").export_constant(__name__, "float64")
337 double = float64
404 types_pb2.DT_DOUBLE: float64,
454 types_pb2.DT_DOUBLE: "float64",
508 _STRING_TO_TF["double"] = float64
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp175 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::__anon4084
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1890 double float64 = CFP->getValueAPF().convertToDouble(); local
1891 ConvertDoubleToBytes(ptr, float64);
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp609 typedef detail::float64 float64; typedef in namespace:glm
618 typedef detail::float64 float64_t;
627 typedef float64 f64;
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp1334 typedef detail::float64 lowp_float64;
1342 typedef detail::float64 lowp_float64_t;
1350 typedef float64 lowp_f64;
1358 typedef detail::float64 lowp_float64;
1366 typedef detail::float64 lowp_float64_t;
1374 typedef float64 lowp_f64;
1383 typedef detail::float64 lowp_float64;
1391 typedef detail::float64 lowp_float64_t;
1399 typedef float64 lowp_f64;
1408 typedef detail::float64 mediump_float6
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 813 milliseconds