Home
last modified time | relevance | path

Searched defs:t (Results 1 – 15 of 15) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_slider_bar.cpp77 float t = x / (this->width - this->height * 3); in Update() local
103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() local
153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw() local
Ddemowin_slider_bar_float.cpp77 float t = x / (this->width - this->height * 3); in Update() local
103 float t = (float)(this->pos - min) / (max - min) - 0.5; in Update() local
153 float t = (float)(this->pos - min) / (max - min) - 0.5; in Draw() local
/CafeSDK-2.12.13/system/include/cafe/os/
DOSDynLoad.h306 #define RPL_EXPORT_DATA(t, d) \ argument
311 #define RPL_EXPORT_DATA_ARRAY(t, d, num) \ argument
320 #define RPL_EXPORT_CLASS_STATIC_DATA(t, c, d) \ argument
324 #define RPL_EXPORT_CLASS_STATIC_DATA_ARRAY(t, c, d, num) \ argument
/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_time.c64 OSTime t = OSGetTime(); in time() local
Dind_gmtm.c54 time_t y, t, s; in gmtime_r() local
/CafeSDK-2.12.13/system/include/cafe/mtx/
DmatVec.h527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13/system/include/cafe/curl/
Dcurlrules.h132 #define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1 argument
Dcurl.h713 #define CINIT(na,t,nu) CURLOPT_ ## na = CURLOPTTYPE_ ## t + nu argument
/CafeSDK-2.12.13/system/src/lib/mtx/
DmtxQuat.c973 void C_QUATLerp( const Quaternion *p, const Quaternion *q, Quaternion *r, f32 t ) in C_QUATLerp()
998 void C_QUATSlerp( const Quaternion *p, const Quaternion *q, Quaternion *r, f32 t ) in C_QUATSlerp()
1055 const Quaternion *q, Quaternion *r, f32 t ) in C_QUATSquad()
Dmtx44.c70 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXFrustum()
200 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXOrtho()
1562 f32 t; // ( 1 - cosTheta ) in C_MTX44RotAxisRad() local
Dmtx.c1411 f32 t; // ( 1 - cosTheta ) in C_MTXRotAxisRad() local
2207 void C_MTXLightFrustum ( Mtx m, float t, float b, float lf, float r, float n, in C_MTXLightFrustum()
2332 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, float scaleS, in C_MTXLightOrtho()
/CafeSDK-2.12.13/system/src/lib/szfile/
D7zStream.c36 Int64 t = offset; in LookInStream_SeekTo() local
D7zIn.c257 UInt64 t = size + p->db.PackSizes[packStreamIndex + i]; in SzArEx_GetFolderFullPackSize() local
/CafeSDK-2.12.13/system/include/cafe/net/
Dso.h160 #define FD_COPY(f, t) \ argument