Searched refs:Double (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/lib/msun/bsdsrc/
H A Dmathimpl.h63 struct Double { struct
72 struct Double __log__D(double);
H A Db_tgamma.c85 static struct Double large_gam(double);
86 static struct Double ratfun_gam(double, double);
132 struct Double u;
155 static struct Double
160 struct Double t, u, v;
189 struct Double yy, r;
223 struct Double r, xx;
247 static struct Double
252 struct Double r, t;
279 struct Double l
[all...]
H A Db_log.c428 struct Double
438 struct Double r;
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h80 Void, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-10.0-release/usr.sbin/pkg_install/
H A Dtkpkg26 .f.t insert end "Double click on a package above to see its
31 bind .frame.list <Double-Button-1> \
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h395 inline uint64_t DoubleToBits(double Double) { argument
400 T.D = Double;
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp57 IMPLEMENT_BINARY_OPERATOR(+, Double);
68 IMPLEMENT_BINARY_OPERATOR(-, Double);
79 IMPLEMENT_BINARY_OPERATOR(*, Double);
90 IMPLEMENT_BINARY_OPERATOR(/, Double);
320 IMPLEMENT_VECTOR_FCMP_T(OP, Double); \
328 IMPLEMENT_FCMP(==, Double);
367 MASK_VECTOR_NANS_T(X, Y, Double, FLAG) \
384 IMPLEMENT_FCMP(!=, Double);
404 IMPLEMENT_FCMP(<=, Double);
418 IMPLEMENT_FCMP(>=, Double);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp49 case BuiltinType::Double: ID = PREDEF_TYPE_DOUBLE_ID; break;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp467 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0));
599 case IITDescriptor::Double: return Type::getDoubleTy(Context);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h127 Double, enumerator in enum:clang::TargetInfo::RealType
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp251 case BuiltinType::Double:
H A DNSAPI.cpp330 case BuiltinType::Double:
H A DMicrosoftMangle.cpp1100 case BuiltinType::Double: Out << 'N'; break;
1548 else if (ET->getKind() == BuiltinType::Double)
H A DASTContext.cpp893 InitBuiltinType(DoubleTy, BuiltinType::Double);
1222 case BuiltinType::Double: return Target->getDoubleFormat();
1492 case BuiltinType::Double:
1721 // Double and long long should be naturally aligned if possible.
1724 if (T->isSpecificBuiltinType(BuiltinType::Double) ||
4192 case BuiltinType::Double: return DoubleRank;
5002 case BuiltinType::Double: return 'd';
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DScalar.h216 Double(double fail_value = 0.0) const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp486 case BuiltinType::Double:
H A DScanfFormatString.cpp427 case BuiltinType::Double:
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp491 double data = scalar.Double();
499 long double data = scalar.Double();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp358 case BuiltinType::Double:
H A DTargetInfo.cpp805 if (K == BuiltinType::Float || K == BuiltinType::Double)
1379 } else if ((k == BuiltinType::Float || k == BuiltinType::Double) ||
1426 if (VT->getElementType()->isSpecificBuiltinType(BuiltinType::Double))
3126 BT->getKind() != BuiltinType::Double &&
3232 if (BT->getKind() == BuiltinType::Double ||
3269 assert(Base->isSpecificBuiltinType(BuiltinType::Double) ||
4184 case BuiltinType::Double:
4666 if (!BT || BT->getKind() != BuiltinType::Double)
4866 // Everything on MIPS is 4 bytes. Double-precision FP registers
H A DCGRTTI.cpp188 case BuiltinType::Double:
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp815 case BuiltinType::Double:
1154 case clang::BuiltinType::Double:
1336 case BuiltinType::Double:
1800 case BuiltinType::Double:
1931 case BuiltinType::Double: return lldb::eFormatFloat;
2221 case clang::BuiltinType::Double: return eBasicTypeDouble;
2837 case clang::BuiltinType::Double:
6356 strm.PutDouble(value.Double());
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1667 APInt RoundDoubleToAPInt(double Double, unsigned width);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp815 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) {
820 T.D = Double;
/freebsd-10.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault

Completed in 547 milliseconds

12