Home
last modified time | relevance | path

Searched defs:double (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB()
172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_math.h43 sv_call_f64 (double (*f) (double), svfloat64_t x, svfloat64_t y, svbool_t cmp) in sv_call_f64()
58 sv_call2_f64 (double (*f) (double, double), svfloat64_t x1, svfloat64_t x2, in sv_call2_f64() argument
H A Dv_math.h142 v_call_f64 (double (*f) (double), float64x2_t x, float64x2_t y, uint64x2_t p) in v_call_f64()
154 v_call2_f64 (double (*f) (double, double), float64x2_t x1, float64x2_t x2, in v_call2_f64() argument
/freebsd/tools/build/make_check/
H A DMakefile69 double: target
72 double: target
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h281 CK_PR_DOUBLE_CAS(double, double) in CK_PR_DOUBLE_CAS() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h124 v_call_f64 (double (*f) (double), float64x2_t x, float64x2_t y, uint64x2_t p) in v_call_f64()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c271 run_thruput (double f (double)) in run_thruput() argument
287 run_latency (double f (double)) in run_latency() argument
/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h62 DECL_POW_INT_REF(ref_powif, double, float, int) in DECL_POW_INT_REF() argument
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp250 inline void Registers_x86::setFloatRegister(int, double) { in setFloatRegister() argument
553 inline void Registers_x86_64::setFloatRegister(int, double) { in setFloatRegister() argument
2724 double /* value */) { in setFloatRegister() argument
3550 inline void Registers_sparc::setFloatRegister(int, double) { in setFloatRegister() argument
3735 inline void Registers_sparc64::setFloatRegister(int, double) { in setFloatRegister() argument
3917 double /* value */) { in setFloatRegister() argument
4459 double /* value */) { in setFloatRegister() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1774 Constant *ConstantFoldFP(double (*NativeFP)(double), const APFloat &V, in ConstantFoldFP() argument
1800 Constant *ConstantFoldBinaryFP(double (*NativeFP)(double, double), in ConstantFoldBinaryFP() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2533 constexpr Node::Kind getFloatLiteralKind(double *) { in getFloatLiteralKind() argument
2536 constexpr Node::Kind getFloatLiteralKind(long double *) { in getFloatLiteralKind()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1292 MyNonDefaultConstructible ReturnMyNonDefaultConstructible(double /* x */) { in ReturnMyNonDefaultConstructible() argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.h312 # define double sqlite3_int64 macro
H A Dsqlite3.c625 # define double sqlite3_int64 macro
14701 # define double sqlite_int64 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp494 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6980 …ulate(jack.begin(), jack.end(), std::make_pair(0., 0.), [jack_mean](std::pair<double, double> sqcb… in bootstrap()