Home
last modified time | relevance | path

Searched refs:star_val (Results 1 – 6 of 6) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dsky.cpp282 EX const ld star_val = 2; variable
297 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shNightStar, 0xFFFFFFFF, PPR::SKY); in draw_ceiling()
302 queuepolyat(V * zpush(-star_val-cgi.SKY), cgi.shNightStar, 0xFFFFFFFF, PPR::SKY); in draw_ceiling()
321 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shSun, 0xFFFF00FF, PPR::SKY); in draw_ceiling()
329 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shSun, 0xFFFF00FF, PPR::SKY); in draw_ceiling()
337 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shSun, 0xFFFF00FF, PPR::SKY); in draw_ceiling()
429 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shNightStar, 0xFFFFFFFF, PPR::SKY); in draw_ceiling()
454 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shNightStar, 0xFFFFFFFF, PPR::SKY); in draw_ceiling()
484 queuepolyat(V * zpush(cgi.SKY+star_val), cgi.shNightStar, 0xFFFFFFFF, PPR::SKY); in draw_ceiling()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/CutGen/
H A Dspp_cg_clique.c107 double v_val, star_val; in find_violated_star_cliques() local
161 star_val = v_val; in find_violated_star_cliques()
167 star_val += current_values[i]; in find_violated_star_cliques()
173 if (star_val >= 1 + etol) { in find_violated_star_cliques()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_simplesurf.c6559 val013 = star_val -1, in _dxfBuildEdgeStar()
6765 for(j=0;j<star_val;j++) in _dxfStarPlaneEquationsAndVolume()
6865 star_plane[star_val][3] * in _dxfPositionVertexLSConstraints2()
6866 star_plane[star_val][2]; in _dxfPositionVertexLSConstraints2()
6870 for (i = 0; i < star_val; i++) in _dxfPositionVertexLSConstraints2()
6881 A1[star_val + 1] = 0; in _dxfPositionVertexLSConstraints2()
6882 A2[star_val ] = 0; in _dxfPositionVertexLSConstraints2()
6884 B[star_val ] = in _dxfPositionVertexLSConstraints2()
6885 B[star_val+1] = 0.; in _dxfPositionVertexLSConstraints2()
6971 u_short star_val, in _dxfSimplifiedVertexLocation() argument
[all …]
H A Dsimplesurf.h1570 …id _dxfSimplifiedVertexLocation(SimpData *simpdata, u_short val0, u_short val1, u_short star_val,
1575 float *star_areas, int star_val);
1579 int _dxfPositionVertexLSConstraints2(Plane *star_plane, u_short star_val, Vertex simplified_vert…
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglClique/
H A DCglClique.cpp347 double star_val = v_val; in find_scl() local
353 star_val += current_values[i]; in find_scl()
359 if (star_val >= 1 + petol) { in find_scl()
/dports/devel/vstr/vstr-1.0.15/examples/
H A Dhttpd.c911 unsigned int star_val = 1001; in http_parse_accept_encoding() local
964 if (!http_parse_quality(data, &pos, &len, FALSE, &star_val)) in http_parse_accept_encoding()
990 if (gzip_val == 1001) gzip_val = star_val; in http_parse_accept_encoding()
991 if (bzip2_val == 1001) bzip2_val = star_val; in http_parse_accept_encoding()
992 if (identity_val == 1001) identity_val = star_val; in http_parse_accept_encoding()