Home
last modified time | relevance | path

Searched defs:dot_c (Results 1 – 3 of 3) sorted by relevance

/dports/misc/urbit/urbit-urbit-0.6.0/vere/
H A Dwalk.c233 c3_c* dot_c = strrchr(fil_c, '.'); in _walk_in() local
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dblas_overloads.hpp429 hmat::S_t dot_c(const int n, const hmat::S_t* x, const int incx, const hmat::S_t* y, const int incy… in dot_c() function
433 hmat::D_t dot_c(const int n, const hmat::D_t* x, const int incx, const hmat::D_t* y, const int incy… in dot_c() function
437 hmat::C_t dot_c(const int n, const hmat::C_t* x, const int incx, const hmat::C_t* y, const int incy… in dot_c() function
441 hmat::Z_t dot_c(const int n, const hmat::Z_t* x, const int incx, const hmat::Z_t* y, const int incy… in dot_c() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_geom.c2391 double dot_c = dot_v3db_v3fl(isect_dir, tri[tri_i[2]]); in isect_tri_tri_v3_ex() local