Home
last modified time | relevance | path

Searched defs:inv_det (Results 1 – 25 of 146) sorted by relevance

123456

/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Draytri.c35 double det,inv_det; in intersect_triangle() local
81 double det,inv_det; in intersect_triangle1() local
152 double det,inv_det; in intersect_triangle2() local
217 double det,inv_det; in intersect_triangle3() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Draytri.c35 double det,inv_det; in intersect_triangle() local
81 double det,inv_det; in intersect_triangle1() local
152 double det,inv_det; in intersect_triangle2() local
217 double det,inv_det; in intersect_triangle3() local
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvmath/
H A DTriangle.cpp43 float inv_det = 1.0f / det; in rayTest_Moller() local
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvmath/
H A DTriangle.cpp43 float inv_det = 1.0f / det; in rayTest_Moller() local
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvmath/
H A DTriangle.cpp43 float inv_det = 1.0f / det; in rayTest_Moller() local
/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Dray.h44 float det, inv_det, u, v, dist; in glm_ray_triangle() local
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtx/
H A Dintersect.inl85 T inv_det = static_cast<T>(1) / det; local
140 float inv_det = typename genType::value_type(1) / det; local
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Dintersect.inl84 T inv_det = static_cast<T>(1) / det; local
112 typename genType::value_type inv_det = typename genType::value_type(1) / det; local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/TargetMetric/Shape/
H A DTInverseMeanRatio.cpp97 const double inv_det = 1.0/d; in evaluate_with_hess() local
161 const double inv_det = 1.0/d; in evaluate_with_grad() local
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Dintersect.inl87 T inv_det = static_cast<T>(1) / det; local
115 typename genType::value_type inv_det = typename genType::value_type(1) / det; local
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Dintersect.inl85 T inv_det = static_cast<T>(1) / det; local
140 float inv_det = typename genType::value_type(1) / det; local
/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Dintersect.inl87 T inv_det = static_cast<T>(1) / det; local
115 typename genType::value_type inv_det = typename genType::value_type(1) / det; local
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dtriangle_intersector_woop.h43 const vfloat<M> inv_det; member
132 const vfloat<M> inv_det = rcp(det); in intersect() local
/dports/games/gtkradiant/GPL/GtkRadiant/libs/mathlib/
H A Dray.c65 float det,inv_det; in ray_intersect_triangle() local
/dports/games/netradiant/netradiant-20150621-src/libs/mathlib/
H A Dray.c65 float det,inv_det; in ray_intersect_triangle() local
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/
H A Dgeo_trans.c80 double det, inv_det; in inv_geotransform() local
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libgeotiff/
H A Dgeo_trans.c45 double det, inv_det; in inv_geotransform() local
/dports/graphics/libgeotiff/libgeotiff-1.7.0/
H A Dgeo_trans.c45 double det, inv_det; in inv_geotransform() local
/dports/misc/vxl/vxl-3.3.2/v3p/geotiff/
H A Dgeo_trans.c78 double det, inv_det; in inv_geotransform() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_trans.c45 double det, inv_det; in inv_geotransform() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_trans.c45 double det, inv_det; in inv_geotransform() local
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dinverse.rs210 let inv_det = N::one() / det; in do_inverse4() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dinverse.rs210 let inv_det = N::one() / det; in do_inverse4() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dinverse.rs258 let inv_det = T::one() / det; in do_inverse4() localVariable
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c70 float inv_det = 1.0f / header->det; in do_offset_tri() local

123456