Home
last modified time | relevance | path

Searched +defs:T +defs:r (Results 1 – 25 of 19482) sorted by last modified time

12345678910>>...780

/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglshapes.c241 doughnut(GLfloat r, GLfloat R, GLint nsides, GLint rings) in doughnut()
422 #define T 1.73205080756887729 macro
794 float p[4][4][3], q[4][4][3], r[4][4][3], s[4][4][3]; in teapot() local
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_display.c3557 struct local_mode_get_plane_res r; in sna_crtc_find_planes() local
6227 RRTransformPtr T = NULL; in __sna_get_cursor() local
8139 static bool sna_box_intersect(BoxPtr r, const BoxRec *a, const BoxRec *b) in sna_box_intersect()
8853 PictTransform T; in sna_crtc_redisplay__fallback() local
8983 PictTransform T; in sna_crtc_redisplay__composite() local
/dports/x11/kitty/kitty-0.23.1/kittens/tui/
H A Dimages.py302 T = TypeVar('T') variable
309 def __init__(self, defval: T) -> None:
318 def __set__(self, instance: 'GraphicsCommand', val: T) -> None:
351 r = rows = frame_number = source_frame = Alias(0) variable in GraphicsCommand
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/include/vulkan/
H A Dvulkan.hpp279 ArrayProxy( std::array<T, N> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
291 ArrayProxy( std::array<T, N> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
303 ArrayProxy( std::vector<T, Allocator> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
317 ArrayProxy( std::vector<T, Allocator> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
429 ArrayProxyNoTemporaries( std::array<T, N> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
441 ArrayProxyNoTemporaries( std::array<T, N> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
458 ArrayProxyNoTemporaries( std::vector<T, Allocator> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
472 ArrayProxyNoTemporaries( std::vector<T, Allocator> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
539 VULKAN_HPP_CONSTEXPR ArrayWrapper1D(std::array<T,N> const& data) VULKAN_HPP_NOEXCEPT in ArrayWrapper1D()
14379 std::vector<UniqueHandle<T, D>> && data, in createResultValue()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/evp/
H A Dscrypt.c94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
188 block_t *T = B + B_blocks; in EVP_PBE_scrypt() local
/dports/www/gatling/gatling-0.15/
H A Ddl.c201 ssize_t r; in make_connection() local
349 int i,j,body=-1,r; in readanswer() local
633 size_t r; in negotiatesocksconnection() local
1132 time_t r=mktime(&t); in main() local
1653 size_t r; in main() local
1745 struct tm* T; in main() local
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxplugin.cpp221 #define offsetof(T, M) \ argument
401 const char * r = sphGetRankerName ( ESphRankMode(i) ); in sphPluginCreate() local
H A Dsphinx.cpp5864 const CSphRemapRange & r = dRemaps[i]; in RemapCharacters() local
8611 BYTE r; in ReadByte() local
20248 …case 0: { typedef DiskIndexQword_c < false, false, false > T; pQword = new T ( false, false ); bre… in DebugCheck() typedef
20249 …case 1: { typedef DiskIndexQword_c < false, true, false > T; pQword = new T ( false, false ); brea… in DebugCheck() typedef
20250 …case 2: { typedef DiskIndexQword_c < true, false, false > T; pQword = new T ( false, false ); brea… in DebugCheck() typedef
20251 …case 3: { typedef DiskIndexQword_c < true, true, false > T; pQword = new T ( false, false ); break… in DebugCheck() typedef
20438 const SkiplistEntry_t & r = dDoclistSkips[i]; in DebugCheck() local
31479 int64_t r = a*100000/b; in GetPercent() local
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-core-0.4.2/src/atof/algorithm/
H A Dmath.rs1320 pub fn iadd<T>(x: &mut T, y: Limb) in iadd()
1362 pub fn isub<T>(x: &mut T, y: Limb) in isub()
1384 pub fn imul<T>(x: &mut T, y: Limb) in imul()
1514 pub fn idiv<T>(x: &mut T, y: Limb) in idiv()
1530 pub fn div<T>(x: &[Limb], y: Limb) in div()
1960 fn multiply_and_subtract<T>(x: &mut T, y: &T, qhat: Wide, j: usize) in multiply_and_subtract()
2018 fn add_back<T>(x: &mut T, y: &T, mut t: SignedWide, j: usize) in add_back()
2064 let mut r = T::default(); in calculate_remainder() localVariable
2118 let mut r = calculate_remainder(&xn, &yn, s); in algorithm_d_div() localVariable
2138 let mut r = T::default(); in idiv() localVariable
[all …]
/dports/security/pecl-scrypt/scrypt-1.4.2/crypto/
H A Dcrypto_scrypt-sse.c88 __m128i T; in salsa20_8() local
149 blockmix_salsa8(__m128i * Bin, __m128i * Bout, __m128i * X, size_t r) in blockmix_salsa8()
181 integerify(void * B, size_t r) in integerify()
197 smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) in smix()
267 const uint8_t * salt, size_t saltlen, uint64_t N, uint32_t r, uint32_t p, in crypto_scrypt()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/
H A Drand.rs36 impl<T> SecureRandom for T implementation
55 pub fn expose(self) -> T { in expose()
64 ) -> Result<Random<T>, error::Unspecified> in generate()
68 let mut r = T::zero(); in generate() localVariable
105 impl<T> RandomlyConstructable for T where T: self::sealed::RandomlyConstructable {} implementation
220 let r = unsafe { libc::syscall(SYS_GETRANDOM, dest.as_mut_ptr(), chunk_len, 0) }; in chunk() localVariable
388 let r = unsafe { SecRandomCopyBytes(kSecRandomDefault, dest.len(), dest.as_mut_ptr()) }; in fill() localVariable
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Dgcm.c133 uint128_t r, z; local
451 unsigned char T[MAX_BLOCK_SIZE]; local
/dports/security/nss/nss-3.76.1/nss/lib/freebl/mpi/
H A Dmpi.c550 mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r) in mp_div_d()
1093 mp_div_2d(const mp_int *a, mp_digit d, mp_int *q, mp_int *r) in mp_div_2d()
2094 mp_digit T = P; in s_mp_invmod_radix() local
2115 mp_digit r; in s_mp_fixup_reciprocal() local
2159 mp_int g, f, v, r, temp; in s_mp_invmod_odd_m() local
2772 mp_tovalue(char ch, int r) in mp_tovalue()
3399 s_mp_div_d(mp_int *mp, mp_digit d, mp_digit *r) in s_mp_div_d()
4332 mp_digit r; in s_mp_div() local
4659 s_mp_tovalue(char ch, int r) in s_mp_tovalue()
4702 s_mp_todigit(mp_digit val, int r, int low) in s_mp_todigit()
[all …]
/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dripemd.c145 #define subRound128(a, b, c, d, f, k, r, data) \ argument
148 #define subRound160(a, b, c, d, e, f, k, r, data) \ argument
155 mutils_word32 T; in ripemd128_transform() local
314 mutils_word32 T; in ripemd160_transform() local
512 mutils_word32 T; in ripemd256_transform() local
686 mutils_word32 T; in ripemd320_transform() local
/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/
H A D3dTrackID.c1579 const gsl_rng_type * T=NULL; in RunTrackingMaestro() local
1580 gsl_rng *r=NULL; in RunTrackingMaestro() local
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdilib.c9013 #define T float macro
14822 #define T float macro
16033 #define T float macro
34438 listElem_t *r = resHList[nsp].resources; in listSizeExtend() local
34499 listElem_t *r = resHList[nsp].resources; in reshRemove_() local
34681 listElem_t *r = resHList[nsp].resources; in cdiResHFilterApply() local
34707 listElem_t *r = resHList[nsp].resources; in reshCountType() local
34749 listElem_t *r = resHList[nsp].resources; in getPackBufferSize() local
34826 listElem_t *r = resHList[nsp].resources; in reshPackBufferCreate() local
54779 typedef struct complex_float { float r, i; } complex_float; in cdfTypeComplexFloat() member
[all …]
H A Dcgribexlib.c736 double r; in __fsel() local
1549 #define T double macro
1554 #define T float macro
6629 #define T double macro
7357 #define T float macro
8337 #define T double macro
8568 #define T float macro
8800 #define T double macro
9605 #define T float macro
11274 #define T float macro
[all …]
/dports/science/shelxle/shelxle-1.0.1352/
H A Dmolecule.cpp4266 void Molecule::dodecaeder(GLfloat r){ in dodecaeder()
4360 void Molecule::icosaeder(GLfloat r){ in icosaeder()
4423 void Molecule::triacontaeder(GLfloat r){ in triacontaeder()
4569 void Molecule::cube(GLfloat r){ in cube()
4754 V3 r; in symmCard2Code() local
7077 double r=1; in bonds() local
7290 double r=1; in h_bonds() local
7394 double r=1; in h_bonds2() local
7879 V3 r; in grow() local
8009 V3 r; in grow_plus() local
[all …]
H A Dfourxle.cpp1475 int i;double T,V; in readHeader() local
1631 void FourXle::sorthkl(int nr, Rec r[]){ in sorthkl()
2292 float f,r,fstep; in jnk() local
H A Dchgl.cpp44 double T = X; in __RotateCS() local
462 …double r=QInputDialog::getDouble ( this,"Envi-Range", "change environment range", envirange,0.7,8.… in changeEnviRange() local
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Djoelself.c16 double self(W,L,T) in self() argument
20 double w,t,aw,at,ar,r, z; local
163 double q[4], r[4], s[4]; local
780 double q[4], r[4], s[4], totalM; local
858 double q[2], r[2], s[4], totalM; local
/dports/textproc/py-pystemmer/PyStemmer-2.0.1/src/
H A DStemmer.c238 template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { } in CYTHON_MAYBE_UNUSED_VAR()
896 #define __Pyx_GOTREF(r) argument
897 #define __Pyx_GIVEREF(r) argument
900 #define __Pyx_XGOTREF(r) argument
901 #define __Pyx_XGIVEREF(r) argument
903 #define __Pyx_XDECREF_SET(r, v) do {\ argument
907 #define __Pyx_DECREF_SET(r, v) do {\ argument
3798 void *r = NULL; in __Pyx_RefNannyImportAPI() local
4440 long r = a - q*b; in __Pyx_div_long() local
4800 PyObject *r; in __Pyx_GetItemInt_Generic() local
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Tempita/
H A D_tempita.c250 template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { } in CYTHON_MAYBE_UNUSED_VAR()
908 #define __Pyx_GOTREF(r) argument
909 #define __Pyx_GIVEREF(r) argument
912 #define __Pyx_XGOTREF(r) argument
913 #define __Pyx_XGIVEREF(r) argument
915 #define __Pyx_XDECREF_SET(r, v) do {\ argument
919 #define __Pyx_DECREF_SET(r, v) do {\ argument
34457 void *r = NULL; in __Pyx_RefNannyImportAPI() local
34825 PyObject *r; in __Pyx_GetItemInt_Generic() local
35482 PyObject *r; in __Pyx_HasAttr() local
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Runtime/
H A Drefnanny.c251 template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { } in CYTHON_MAYBE_UNUSED_VAR()
952 #define __Pyx_INCREF(r) Py_INCREF(r) argument
953 #define __Pyx_DECREF(r) Py_DECREF(r) argument
954 #define __Pyx_GOTREF(r) argument
955 #define __Pyx_GIVEREF(r) argument
958 #define __Pyx_XGOTREF(r) argument
959 #define __Pyx_XGIVEREF(r) argument
961 #define __Pyx_XDECREF_SET(r, v) do {\ argument
965 #define __Pyx_DECREF_SET(r, v) do {\ argument
5356 void *r = NULL; in __Pyx_RefNannyImportAPI() local
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Plex/
H A DScanners.c253 template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { } in CYTHON_MAYBE_UNUSED_VAR()
1119 #define __Pyx_INCREF(r) Py_INCREF(r) argument
1121 #define __Pyx_GOTREF(r) argument
1122 #define __Pyx_GIVEREF(r) argument
1125 #define __Pyx_XGOTREF(r) argument
1126 #define __Pyx_XGIVEREF(r) argument
1128 #define __Pyx_XDECREF_SET(r, v) do {\ argument
1132 #define __Pyx_DECREF_SET(r, v) do {\ argument
7927 void *r = NULL; in __Pyx_RefNannyImportAPI() local
8112 PyObject *r; in __Pyx_GetItemInt_Generic() local
[all …]

12345678910>>...780