Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_math.h
H A Dv_math.h
/freebsd-src/tools/build/make_check/
H A DMakefile70 double: global() target
73 double: global() target
/freebsd-src/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h281 CK_PR_DOUBLE_CAS(double, double) in CK_PR_DOUBLE_CAS() argument
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dlarchintrin.h234 #define __frecipe_d(/*double*/ _1) \ argument
240 #define __frsqrte_d(/*double*/ _1) \ argument
/freebsd-src/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c271 run_thruput(double f (double)) run_thruput() argument
287 run_latency(double f (double)) run_latency() argument
[all...]
/freebsd-src/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h
/freebsd-src/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
2717 setFloatRegister(int,double) setFloatRegister() argument
3543 setFloatRegister(int,double) setFloatRegister() argument
3728 setFloatRegister(int,double) setFloatRegister() argument
3910 setFloatRegister(int,double) setFloatRegister() argument
4452 setFloatRegister(int,double) setFloatRegister() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1761 ConstantFoldFP(double (* NativeFP)(double),const APFloat & V,Type * Ty) ConstantFoldFP() argument
1773 ConstantFoldBinaryFP(double (* NativeFP)(double,double),const APFloat & V,const APFloat & W,Type * Ty) ConstantFoldBinaryFP() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2534 getFloatLiteralKind(double *) getFloatLiteralKind() argument
2537 getFloatLiteralKind(long double *) getFloatLiteralKind() argument
[all...]
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1292 MyNonDefaultConstructible ReturnMyNonDefaultConstructible(double /* x */) { in ReturnMyNonDefaultConstructible() argument
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.h312 # define double sqlite3_int64 macro
[all...]
H A Dsqlite3.c625 # define double sqlite3_int64 macro
14701 # define double global() macro
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp494 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() argument
[all...]
/freebsd-src/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()