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

  /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");
  /external/webrtc/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/deqp/framework/common/
tcuTestLog.hpp 223 double float64; member in union:tcu::SampleBuilder::Value::__anon9940
227 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
  /external/v8/src/wasm/
encoder.cc 208 uint16_t float64 = 0; local
219 float64++;
225 e->local_float64_count_ = float64;
226 float64 = param + int32 + int64 + float32;
242 var_index[i] = float64++;
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 23 typedef double float64; typedef in namespace:v8::internal::compiler::__anon24356
349 Node* MakeConstant(RawMachineAssembler& raw, float64 value) {
401 float64 base = -33.25 * seed_;
411 void ArgsBuffer<float64>::Mutate() {
412 float64 base = -111.25 * seed_;
416 output = std::numeric_limits<float64>::quiet_NaN();
904 ArgsBuffer<float64>::Sig sig(2);
916 RunSelect<float64, 0>(desc);
917 RunSelect<float64, 1>(desc);
954 ArgsBuffer<float64>::Sig sig(count)
    [all...]
  /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::__anon9695
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1863 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 382 milliseconds