Home
last modified time | relevance | path

Searched defs:F64 (Results 1 – 12 of 12) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.py85 def F64(self): member in TypeAliases
DTypeAliases.go137 func (rcv *TypeAliases) F64() float64 { func
DTypeAliases.cs38 …public double F64 { get { int o = __p.__offset(22); return o != 0 ? __p.bb.GetDouble(o + __p.bb_po… property
/external/vixl/tools/test_generator/
Ddata_types.py363 class F64(Scalar): class
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h268 double F64[2]; member
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h380 double F64[2]; member
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto55 F64 = 12; enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h272 F64 = kDataTypeF | 64, enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4303 if (const auto *F64 = llvm::dyn_cast<const ConstantDouble>(Src)) { in isFloatingPointZero() local
6257 const auto *F64 = llvm::dyn_cast<ConstantDouble>(Opnd); in operandNeedsGot() local
DIceInstARM32.cpp442 const double F64 = llvm::cast<const ConstantDouble>(C)->getValue(); in canHoldImm() local
/external/valgrind/VEX/pub/
Dlibvex_ir.h302 Double F64; member
/external/v8/src/arm/
Dassembler-arm.cc2954 enum VFPType { S32, U32, F32, F64 }; enumerator