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);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.h 35 typedef double float64; typedef
  /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::__anon9078
227 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; }
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 25 typedef double float64; typedef in namespace:v8::internal::compiler::__anon23854
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();
889 ArgsBuffer<float64>::Sig sig(2);
902 RunSelect<float64, 0>(desc);
903 RunSelect<float64, 1>(desc);
938 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::__anon8833
  /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 142 milliseconds