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

12

/freebsd-10.2-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.2-release/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h80 Void, VarArg, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-10.2-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.2-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h503 inline uint64_t DoubleToBits(double Double) { argument
508 T.D = Double;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp49 case BuiltinType::Double: ID = PREDEF_TYPE_DOUBLE_ID; break;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_parser.h452 double Double; member in union:YYSTYPE
H A Dntp_scanner.c534 /* Double */
846 if ((yylval.Double = atof(yytext)) == 0 && errno == ERANGE) {
848 "Double too large to represent: %s",
/freebsd-10.2-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.2-release/contrib/llvm/lib/IR/
H A DFunction.cpp488 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0));
625 case IITDescriptor::Double: return Type::getDoubleTy(Context);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DScalar.h216 Double(double fail_value = 0.0) const;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp279 case BuiltinType::Double:
H A DNSAPI.cpp330 case BuiltinType::Double:
H A DMicrosoftMangle.cpp1227 case BuiltinType::Double: Out << 'N'; break;
1670 else if (ET->getKind() == BuiltinType::Double)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h130 Double, enumerator in enum:clang::TargetInfo::RealType
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp437 case BuiltinType::Double:
H A DPrintfFormatString.cpp507 case BuiltinType::Double:
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp174 return Double;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp397 double data = scalar.Double();
405 long double data = scalar.Double();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp363 case BuiltinType::Double:
H A DTargetInfo.cpp840 if (K == BuiltinType::Float || K == BuiltinType::Double)
1466 } else if ((k == BuiltinType::Float || k == BuiltinType::Double) ||
1513 if (VT->getElementType()->isSpecificBuiltinType(BuiltinType::Double))
3378 BT->getKind() != BuiltinType::Double &&
3484 if (BT->getKind() == BuiltinType::Double ||
3521 assert(Base->isSpecificBuiltinType(BuiltinType::Double) ||
4452 case BuiltinType::Double:
4854 if (!BT || BT->getKind() != BuiltinType::Double)
5053 // Everything on MIPS is 4 bytes. Double-precision FP registers
H A DCGRTTI.cpp188 case BuiltinType::Double:
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp574 case BuiltinType::Double:
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp864 case BuiltinType::Double:
1203 case clang::BuiltinType::Double:
1385 case BuiltinType::Double:
1852 case BuiltinType::Double:
1986 case BuiltinType::Double: return lldb::eFormatFloat;
2280 case clang::BuiltinType::Double: return eBasicTypeDouble;
2901 case clang::BuiltinType::Double:
6433 strm.PutDouble(value.Double());

Completed in 343 milliseconds

12