Home
last modified time | relevance | path

Searched +defs:float +defs:t (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.cc185 float g(float, const float, volatile float) in g() argument
187 float g(char, float&, const float&, volatile float&) in g() argument
189 float g(float*, const float*, volatile float*) in g() argument
191 float g(char, float*&, const float*&, volatile float*&) in g() argument
408 T2 operator+(const T2 t, int i) in operator +()
412 T2& operator+=(T2& t, int i) in operator +=()
417 T2 operator-(const T2 t, int i) in operator -()
421 T2& operator-=(T2& t, int i) in operator -=()
426 T2 operator*(const T2 t, int i) in operator *()
430 T2& operator*=(T2& t, int i) in operator *=()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2340 auto t = joiner([ variable
3049 const float[] b = [ 1.2, 3, 3.3 ]; variable
3558 const float[] b = [1.2, 3, 3.3]; variable
4833 immutable t = result + y; in sumKahan() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d1297 immutable float[] immf = [ 1, 2, 3 ]; variable
1603 auto t = s.save; variable
2169 auto t = take(arr2, 5); variable
2206 auto t = take(dummy, 5); local
2463 auto t = takeExactly(dummy, 5); local
2472 auto t = takeExactly(DummyType.init, 4); local
2481 auto t = takeExactly(DummyType.init, 4); local
3769 auto t = take(cy, 20); local
6570 auto t = transversal!(TransverseOptions.enforceNotJagged)(drs, num); variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2138 constexpr Node::Kind getFloatLiteralKind(float *) { in getFloatLiteralKind() argument
2172 const char *t = first; in printLeft() local
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Djquery.js23tion(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|… function
68 …f(!Q&&!T&&!P&&S){R.data(y,S);R.data(g,S);R.removeAttr("title")}R.data(n,new t(R,O,G))});if(!O.manu… function
87 …(!h&&!m){var o=true,l=null;a(document).bind(i([["mousemove",function(s){var t={x:s.pageX,y:s.pageY… variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c13745 # define float sqlite_int64 macro
14657 # define float sqlite_int64 macro
15260 #define GLOBAL(t,v) (*(t*)sqlite3_wsd_find((void*)&(v), sizeof(v))) argument
15266 #define GLOBAL(t,v) v argument
24649 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime()
24703 time_t t; in toLocaltime() local
25702 time_t t; in currentTimeFunc() local
34575 unsigned int i, t; in sqlite3UtfSelfTest() local