Home
last modified time | relevance | path

Searched defs:x_inv (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/gsl/gsl-2.7/specfunc/
H A Dcoulomb.c526 double x_inv = 1.0/x; in coulomb_F_recur() local
565 double x_inv = 1.0/x; in coulomb_G_recur() local
605 const double x_inv = 1.0/x; in coulomb_CF1() local
745 const double x_inv = 1.0/x; in coulomb_CF2() local
1230 const double x_inv = 1.0/x; in gsl_sf_coulomb_wave_F_array() local
1268 const double x_inv = 1.0/x; in gsl_sf_coulomb_wave_FG_array() local
1326 const double x_inv = 1.0/x; in gsl_sf_coulomb_wave_FGp_array() local
H A Dbessel_j.c320 double x_inv = 1.0/x; in gsl_sf_bessel_jl_steed_array() local
H A Dbessel.c671 double x_inv = 1.0/x; in gsl_sf_bessel_JY_steed_CF2() local
/dports/math/polylib/polylib-5.22.5/source/kernel/
H A DNormalForms.c386 Value x, pivot, tmp, x_inv; in smith() local
495 Value x, pivot, x_inv, tmp; in hermite() local
/dports/math/barvinok/barvinok-0.41.5/polylib/source/kernel/
H A DNormalForms.c386 Value x, pivot, tmp, x_inv; in smith() local
495 Value x, pivot, x_inv, tmp; in hermite() local
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
H A Dvideotestsrc.c1304 int x_inv = p->x_invert; in convert_hline_bayer() local
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
H A Dvideotestsrc.c1304 int x_inv = p->x_invert; in convert_hline_bayer() local
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst/videotestsrc/
H A Dgstvideotestsrc.c758 GstVideoColorimetry * colorimetry, gint * x_inv, gint * y_inv) in gst_video_test_src_parse_caps()
889 gint x_inv = 0, y_inv = 0; in gst_video_test_src_setcaps() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmask_rasterize.c1447 float x_inv, y_inv; member
1464 const float x_inv = data->x_inv; in maskrasterize_buffer_cb() local
1487 const float x_inv = 1.0f / (float)width; in BKE_maskrasterize_buffer() local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__bessel_j.c316 double x_inv = 1.0/x; in gsl_sf_bessel_jl_steed_array() local
H A Dgsl_specfunc__bessel.c626 double x_inv = 1.0/x; in gsl_sf_bessel_JY_steed_CF2() local
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-ild.c342 xed_uint32_t x_inv:1; member
1281 xed_uint32_t x_inv:1; member
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/colvars/
H A Dcolvarcomp_distances.cpp315 cvm::real x_inv; in calc_gradients() local
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dpvq.c231 void od_init_qm(int16_t *x, int16_t *x_inv, const int *qm) { in od_init_qm()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/pathfinder_geometry-0.5.1/src/
H A Dtransform3d.rs154 let x_inv = 1.0 / (right - left); in from_ortho() localVariable
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarcomp_distances.cpp421 cvm::real x_inv; in calc_gradients() local

12