Home
last modified time | relevance | path

Searched defs:f64 (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Dmms-bitfields.c5 long long f64; member
12 long long f64[4]; member
Dms_struct.c6 long long f64; member
13 long long f64[4]; member
Dx86_64-arguments.c534 void f64() { in f64() function
Dx86_32-arguments-darwin.c322 void f64(struct s64 x) {} in f64() function
/external/clang/test/Sema/
Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
/external/flatbuffers/rust/flatbuffers/src/
Dendian_scalar.rs108 impl EndianScalar for f64 { implementation
145 pub fn byte_swap_f64(x: f64) -> f64 { in byte_swap_f64()
Dvector.rs85 impl super::SafeSliceAccess for f64 {} implementation
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.java35 public double f64() { int o = __offset(22); return o != 0 ? bb.getDouble(o + bb_pos) : 0.0; } in f64() method in TypeAliases
36 …public boolean mutateF64(double f64) { int o = __offset(22); if (o != 0) { bb.putDouble(o + bb_pos… in mutateF64()
58 double f64, in createTypeAliases()
87 …public static void addF64(FlatBufferBuilder builder, double f64) { builder.addDouble(9, f64, 0.0);… in addF64()
DTypeAliases.php191 …s(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $u32, $i64, $u64, $f32, $f64, $v8, $vf64)
305 public static function addF64(FlatBufferBuilder $builder, $f64)
DTypeAliases.py145 def TypeAliasesAddF64(builder, f64): builder.PrependFloat64Slot(9, f64, 0.0) argument
/external/flatbuffers/tests/
Dmonster_test_generated.rs556 pub fn new<'a>(_x: f32, _y: f32, _z: f32, _test1: f64, _test2: Color, _test3: &'a Test) -> Self { in new()
579 pub fn test1<'a>(&'a self) -> f64 { in test1()
1201 pub fn vector_of_doubles(&self) -> Option<flatbuffers::Vector<'a, f64>> { in vector_of_doubles() argument
1589 …r_of_doubles(&mut self, vector_of_doubles: flatbuffers::WIPOffset<flatbuffers::Vector<'b , f64>>) { in add_vector_of_doubles() argument
1758 pub fn f64_(&self) -> f64 { in f64_()
1766 pub fn vf64(&self) -> Option<flatbuffers::Vector<'a, f64>> { in vf64() argument
1846 pub fn add_f64_(&mut self, f64_: f64) { in add_f64_()
1854 pub fn add_vf64(&mut self, vf64: flatbuffers::WIPOffset<flatbuffers::Vector<'b , f64>>) { in add_vf64() argument
Dmonster_test_generated.js2909 MyGame.Example.TypeAliases.prototype.f64 = function() { method in MyGame.Example.TypeAliases
3062 MyGame.Example.TypeAliases.addF64 = function(builder, f64) { argument
3149 …TypeAliases = function(builder, i8, u8, i16, u16, i32, u32, i64, u64, f32, f64, v8Offset, vf64Offs… argument
Dmonster_test.schema.json176 "f64" : { "type" : "number" }, object
Dmonster_test_generated.ts2763 f64():number { method in MyGame.Example.TypeAliases
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp91 Constant *f64 = ConstantFP::get(Type::getDoubleTy(Ctx), 123.45); in TEST() local
/external/mesa3d/src/amd/common/
Dac_llvm_build.h56 LLVMTypeRef f64; member
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h51 f64 = 9, // This is a 64 bit floating point value enumerator
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h49 f64 = 8, // This is a 64 bit floating point value enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h52 f64 = 10, // This is a 64 bit floating point value enumerator
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1334 auto f64 = LiteralUtil::CreateR4WithLayout<double>({{ in TEST_F() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h514 double f64; member
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs754 fn prop_f64(x: f64) { in prop_f64()
/external/mesa3d/src/compiler/nir/
Dnir.h122 double f64[4]; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c460 LLVMTypeRef f64 = LLVMDoubleTypeInContext(ctx->ac.context); in extract_double_to_float() local