Searched refs:f64_ (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/tests/ |
D | monster_test_generated.rs | 1688 builder.add_f64_(args.f64_); in create() 1753 pub fn f64_(&self) -> f64 { in f64_() method 1776 pub f64_: f64, field 1793 f64_: 0.0, in default() 1841 pub fn add_f64_(&mut self, f64_: f64) { in add_f64_() 1842 self.fbb_.push_slot::<f64>(TypeAliases::VT_F64_, f64_, 0.0); in add_f64_()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 41 const Shape f64_ = ShapeUtil::MakeShape(F64, {}); member in xla::__anone01174500111::ShapeInferenceTest 274 ASSERT_FALSE(complex_shape(f32_, f64_, {}).ok()); in TEST_F() 301 TF_ASSERT_OK_AND_ASSIGN(result, complex_shape(f64_, f64_, {})); in TEST_F()
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 56860 PipelineExecutableStatisticValueKHR( double f64_ ) in PipelineExecutableStatisticValueKHR() argument 56862 f64 = f64_; in PipelineExecutableStatisticValueKHR() 56883 PipelineExecutableStatisticValueKHR & setF64( double f64_ ) VULKAN_HPP_NOEXCEPT in setF64() argument 56885 f64 = f64_; in setF64()
|