Home
last modified time | relevance | path

Searched refs:pos_point (Results 1 – 4 of 4) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dlight.c443 g3s_point *pos_point; in g3_light_obj() local
455 getpnt(pos_point); in g3_light_obj()
456 *(g3s_vector *)pos_point = *(g3s_vector *)pos; in g3_light_obj()
458 shade = g3_light(norm_point, pos_point); in g3_light_obj()
468 freepnt(pos_point); in g3_light_obj()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-test-pattern.cpp385 static const float pos_point[2] = { -0.5, -0.5 }; in compile() local
454 glBufferData(GL_ARRAY_BUFFER, sizeof(pos_point), pos_point, in compile()
457 glVertexAttribPointer(0, ARRAY_SIZE(pos_point), GL_FLOAT, in compile()
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dinteger.h950 size_t pos_point = s.find("."); in dec_fraction_to_mpq() local
952 if (pos_point != string::npos) { in dec_fraction_to_mpq()
953 int_string = s.substr(0, pos_point); in dec_fraction_to_mpq()
955 frac_part_length = pos_E - (pos_point + 1); in dec_fraction_to_mpq()
958 frac_part_length = s.size() - (pos_point + 1); in dec_fraction_to_mpq()
959 frac_string = s.substr(pos_point + 1, frac_part_length); in dec_fraction_to_mpq()
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/scripts/
H A Dmopad.py3527 for pos_point in lo_points_in_pos_curve:
3529 pos_point[:2])