Home
last modified time | relevance | path

Searched defs:UV (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Text/
H A Dmctextureglyph.hh30 struct UV struct in MCTextureGlyph
32 UV() in UV() argument
37 UV(GLfloat u, GLfloat v) in UV() function
42 GLfloat m_u, m_v;
/dports/www/beehive/beehive-0.4.0/vendor/github.com/briandowns/openweathermap/
H A Duv.go19 type UV struct { struct
20 Coord []float64 `json:"coord"`
21 Data []UVDataPoints `json:"data,omitempty"`
26 DT int64 `json:"dt,omitempty"`
27 Value float64 `json:"value,omitempty"`
28 Key string
29 *Settings
50 func (u *UV) Current(coord *Coordinates) error {
65 func (u *UV) Historical(coord *Coordinates, start, end time.Time) error {
131 func (u *UV) UVInformation() ([]UVIndexInfo, error) {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/briandowns/openweathermap/openweathermap-5f41b7c9d92d/
H A Duv.go19 type UV struct { struct
20 Coord []float64 `json:"coord"`
21 Data []UVDataPoints `json:"data,omitempty"`
26 DT int64 `json:"dt,omitempty"`
27 Value float64 `json:"value,omitempty"`
28 Key string
29 *Settings
50 func (u *UV) Current(coord *Coordinates) error {
65 func (u *UV) Historical(coord *Coordinates, start, end time.Time) error {
131 func (u *UV) UVInformation() ([]UVIndexInfo, error) {
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/mb/Unicode/
H A Dutf8_to_win1250.map19 0xbe, /* b2_2_upper */
21 0x017d, /* offset of table for 3-byte inputs */
27 0xba, /* b3_3_upper */
29 0x0000, /* offset of table for 3-byte inputs */
50 /* 30 */ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
65 /* a9 */ 0x00a9, 0x0000, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x0000, 0x00b0,
132 /* 93 */ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dstruct_uv.go19 type UV struct { struct
20 Android string `json:"Android" xml:"Android"`
21 IOS string `json:"iOS" xml:"iOS"`
22 Flash string `json:"Flash" xml:"Flash"`
23 HTML5 string `json:"HTML5" xml:"HTML5"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dstruct_uv.go19 type UV struct { struct
20 Android string `json:"Android" xml:"Android"`
21 IOS string `json:"iOS" xml:"iOS"`
22 Flash string `json:"Flash" xml:"Flash"`
23 HTML5 string `json:"HTML5" xml:"HTML5"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dstruct_uv.go19 type UV struct { struct
20 Android string `json:"Android" xml:"Android"`
21 IOS string `json:"iOS" xml:"iOS"`
22 Flash string `json:"Flash" xml:"Flash"`
23 HTML5 string `json:"HTML5" xml:"HTML5"`
/dports/science/PETSc/petsc-3.14.1/src/ts/tests/
H A Dex8.c17 PetscErrorCode f(PetscReal t,Vec UV,Vec F) in f()
40 PetscErrorCode F(PetscReal t,Vec UV,Vec F) in F()
74 Vec tsrhs,UV; in main() local
101 PetscErrorCode TSFunctionRHS(TS ts,PetscReal t,Vec UV,Vec F,void *actx) in TSFunctionRHS()
115 PetscErrorCode TSFunctionI(TS ts,PetscReal t,Vec UV,Vec UVdot,Vec F,void *actx) in TSFunctionI()
H A Dex9.c56 Vec tsrhs,UV; in main() local
107 PetscErrorCode TSFunctionRHS(TS ts,PetscReal t,Vec UV,Vec F,void *actx) in TSFunctionRHS()
128 PetscErrorCode TSFunctionI(TS ts,PetscReal t,Vec UV,Vec UVdot,Vec F,void *actx) in TSFunctionI()
H A Dex7.c17 PetscErrorCode f(PetscReal t,Vec UV,Vec F) in f()
39 PetscErrorCode F(PetscReal t,Vec UV,Vec F) in F()
61 Vec UV,V; member
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A DColor.h53 UV() in UV() function
55 UV( float u, float v ) : U( u ), V( v ) in UV() function
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/test/insn/
H A Dmath_shift.cc47 using UV = uint8<B>; in test_math_shift_int8_n() typedef
91 using UV = uint16<B/2>; in test_math_shift_int16_n() typedef
140 using UV = uint32<B/4>; in test_math_shift_int32_n() typedef
189 using UV = uint64<B/8>; in test_math_shift_int64_n() typedef
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/namespace/auxiliary/
H A Dnamespace-mix.rs8 UV, enumerator
61 pub type UV = ::c::Item; typedef
65 pub const UV: ::c::Item = ::c::Item; const
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Duv_grid.h20 vcg::Point2<int> Cell(const vcg::Point2<ScalarType> &UV) const in Cell()
127 bool ProjectPoint(const vcg::Point2<ScalarType> &UV, in ProjectPoint()
167 bool getClosest(const vcg::Point2<ScalarType> &UV, in getClosest()
214 bool CoordinatesPoint(const vcg::Point2<ScalarType> &UV, in CoordinatesPoint()
239 bool CoordinatesPointUnique(const vcg::Point2<ScalarType> &UV, in CoordinatesPointUnique()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_attributeset.cpp62 const Vector2f UV(0.2f, 0.4f); in TEST_SUITE() local
70 const Vector2f UV(0.2f, 0.4f); in TEST_SUITE() local
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_FuncPSNorm.cxx78 Standard_Boolean Extrema_FuncPSNorm::Value (const math_Vector& UV, in Value()
96 Standard_Boolean Extrema_FuncPSNorm::Derivatives (const math_Vector& UV, in Derivatives()
104 Standard_Boolean Extrema_FuncPSNorm::Values (const math_Vector& UV, in Values()
H A DExtrema_FuncExtSS.cxx128 Standard_Boolean Extrema_FuncExtSS::Value (const math_Vector& UV, in Value()
156 Standard_Boolean Extrema_FuncExtSS::Derivatives (const math_Vector& UV, in Derivatives()
168 Standard_Boolean Extrema_FuncExtSS::Values (const math_Vector& UV, in Values()
H A DExtrema_FuncExtCS.cxx117 Standard_Boolean Extrema_FuncExtCS::Value(const math_Vector& UV, in Value()
147 Standard_Boolean Extrema_FuncExtCS::Derivatives(const math_Vector& UV, in Derivatives()
159 Standard_Boolean Extrema_FuncExtCS::Values(const math_Vector& UV, in Values()
/dports/science/siconos/siconos-4.4.0/mechanisms/src/CADMBTB/
H A DmyExtrema_FuncExtSS.cxx113 Standard_Boolean myExtrema_FuncExtSS::Value (const math_Vector& UV, in Value()
142 Standard_Boolean myExtrema_FuncExtSS::Derivatives (const math_Vector& UV, in Derivatives()
154 Standard_Boolean myExtrema_FuncExtSS::Values (const math_Vector& UV, in Values()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DreadPLY.cpp18 IGL_INLINE bool igl::readPLY( in readPLY()
40 IGL_INLINE bool igl::readPLY( in readPLY()
187 Eigen::PlainObjectBase<DerivedUV> & UV) in readPLY()
212 Eigen::MatrixXd N,UV; in readPLY() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DreadPLY.cpp18 IGL_INLINE bool igl::readPLY( in readPLY()
40 IGL_INLINE bool igl::readPLY( in readPLY()
187 Eigen::PlainObjectBase<DerivedUV> & UV) in readPLY()
212 Eigen::MatrixXd N,UV; in readPLY() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/namespace/
H A Dnamespace-mix.rs13 UV, enumerator
135 pub type UV = ::c::Item; typedef
139 pub const UV: ::c::Item = ::c::Item; const
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGLTexture.hpp65 struct UV struct in Slic3r::GUI::GLTexture
67 float u;
68 float v;
/dports/cad/opencascade/opencascade-7.6.0/src/NLPlate/
H A DNLPlate_HGPPConstraint.cxx41 void NLPlate_HGPPConstraint::SetUV(const gp_XY& UV) in SetUV()
75 const gp_XY& NLPlate_HGPPConstraint::UV() const in UV() function in NLPlate_HGPPConstraint
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_map_vertices_to_circle.cpp14 { in __anone9edfc710102()

12345678910>>...21