Home
last modified time | relevance | path

Searched refs:pure (Results 1 – 25 of 1376) sorted by relevance

12345678910>>...56

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_libdevice_declares.h19 __device__ __attribute__((pure)) float __ocml_acosh_f32(float);
21 __device__ __attribute__((pure)) float __ocml_asinh_f32(float);
24 __device__ __attribute__((pure)) float __ocml_atanh_f32(float);
25 __device__ __attribute__((pure)) float __ocml_cbrt_f32(float);
35 __device__ __attribute__((pure)) float __ocml_erfc_f32(float);
37 __device__ __attribute__((pure)) float __ocml_erfcx_f32(float);
38 __device__ __attribute__((pure)) float __ocml_erf_f32(float);
40 __device__ __attribute__((pure)) float __ocml_exp10_f32(float);
42 __device__ __attribute__((pure)) float __ocml_exp2_f32(float);
43 __device__ __attribute__((pure)) float __ocml_exp_f32(float);
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d23 extern (C) private pure @system @nogc nothrow
89 extern (C++) void dtor() pure nothrow @trusted in dtor()
106 extern (C++) ~this() pure nothrow @trusted in ~this()
213 private void indent() pure nothrow in indent()
238 void write(const(void)[] buf) pure nothrow in write()
300 void writestring(string s) pure nothrow in writestring()
326 void writeString(string s) pure nothrow in writeString()
341 extern (C++) void writenl() pure nothrow in writenl()
700 extern (C++) char* peekChars() pure nothrow in peekChars()
718 void writesLEB128(int value) pure nothrow in writesLEB128()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dencoding.d1718 @safe pure unittest
1738 @safe pure unittest
1766 @system pure unittest
1801 @system pure unittest
1886 @system pure unittest
1918 @system pure unittest
1950 @system pure unittest
1986 @system pure unittest
2233 @safe pure unittest
2461 @system pure unittest
[all …]
H A Dxml.d165 @safe @nogc nothrow pure unittest
227 @safe @nogc nothrow pure unittest
269 @safe @nogc nothrow pure unittest
379 @safe pure unittest
491 @safe pure unittest
493 void assertNot(string s) pure in assertNot()
1263 this(string content) @safe pure in this()
1354 this(string content) @safe pure in this()
2159 void fail() @safe pure in Check()
2740 void check(string s) @safe pure in check()
[all …]
H A Dmath.d861 asm pure nothrow @nogc in tan()
890 Clear1: asm pure nothrow @nogc{ in tan()
912 asm pure nothrow @nogc in tan()
941 Clear1: asm pure nothrow @nogc{ in tan()
1908 asm pure nothrow @nogc in expm1()
1979 asm pure nothrow @nogc in expm1()
1999 asm pure nothrow @nogc in expm1()
2189 asm pure nothrow @nogc in version()
7829 @safe pure nothrow unittest
7927 @safe pure nothrow unittest
[all …]
H A Dcomplex.d66 @safe pure nothrow unittest
171 @safe pure nothrow @nogc:
483 @safe pure nothrow unittest
660 @safe pure nothrow unittest
671 @safe pure nothrow unittest
719 @safe pure nothrow unittest
748 @safe pure nothrow unittest
790 @safe pure nothrow unittest
808 @safe pure nothrow unittest
829 @safe pure nothrow unittest
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d1208 @safe pure nothrow
2032 pure nothrow @nogc:
2067 pure nothrow @nogc:
2102 pure nothrow @nogc:
2334 @nogc nothrow pure:
2411 @safe nothrow pure unittest
2417 ~this() @safe nothrow pure in ~this()
2422 this(this) @safe nothrow pure in this()
2435 ~this() @safe nothrow pure in ~this()
2440 this(this) @safe nothrow pure in this()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d162 @safe @nogc nothrow pure unittest
224 @safe @nogc nothrow pure unittest
266 @safe @nogc nothrow pure unittest
376 @safe pure unittest
488 @safe pure unittest
490 void assertNot(string s) pure in assertNot()
1255 this(string content) @safe pure in this()
1345 this(string content) @safe pure in this()
2150 void fail() @safe pure in Check()
2731 void check(string s) @safe pure in check()
[all …]
H A Dencoding.d1564 @safe pure unittest
1581 @safe pure unittest
1609 @system pure unittest
1642 @system pure unittest
1727 @system pure unittest
1759 @system pure unittest
1791 @system pure unittest
1827 @system pure unittest
2074 @safe pure unittest
2302 @system pure unittest
[all …]
H A Dmath.d861 asm pure nothrow @nogc in tan()
890 Clear1: asm pure nothrow @nogc{ in tan()
912 asm pure nothrow @nogc in tan()
941 Clear1: asm pure nothrow @nogc{ in tan()
1908 asm pure nothrow @nogc in expm1()
1979 asm pure nothrow @nogc in expm1()
1999 asm pure nothrow @nogc in expm1()
2189 asm pure nothrow @nogc in version()
7829 @safe pure nothrow unittest
7927 @safe pure nothrow unittest
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dport.d22 static int memicmp(scope const char* s1, scope const char* s2, size_t n) pure;
24 static char* strupr(char* s) pure;
31 static void writelongLE(uint value, scope void* buffer) pure;
34 static uint readlongLE(scope const void* buffer) pure;
37 static void writelongBE(uint value, scope void* buffer) pure;
40 static uint readlongBE(scope const void* buffer) pure;
43 static uint readwordLE(scope const void* buffer) pure;
46 static uint readwordBE(scope const void* buffer) pure;
48 static void valcpy(scope void *dst, uint64_t val, size_t size) pure;
H A Dbitarray.d26 size_t length() const @nogc nothrow pure @safe in length()
31 void length(size_t nlen) nothrow pure in length()
46 void opAssign(const ref BitArray b) nothrow pure in opAssign()
54 bool opIndex(size_t idx) const @nogc nothrow pure in opIndex()
62 void opIndexAssign(bool val, size_t idx) @nogc nothrow pure in opIndexAssign()
78 void zero() @nogc nothrow pure in zero()
87 bool isZero() @nogc nothrow pure in isZero()
98 void or(const ref BitArray b) @nogc nothrow pure in or()
108 void swap(ref BitArray b) @nogc nothrow pure in swap()
120 ~this() nothrow pure in ~this()
[all …]
H A Drmem.d31 static void xfree(void* p) pure nothrow in xfree()
39 static void* xmalloc(size_t size) pure nothrow in xmalloc()
47 static void* xmalloc_noscan(size_t size) pure nothrow in xmalloc_noscan()
55 static void* xcalloc(size_t size, size_t n) pure nothrow in xcalloc()
99 static void* error() pure nothrow @nogc @safe in error()
113 static void* check(void* p) pure nothrow @nogc in check()
123 static bool isGCEnabled() pure nothrow @nogc @safe in isGCEnabled()
275 nothrow pure @safe @nogc
281 extern (C) pure @nogc nothrow
334 pure nothrow unittest
[all …]
H A Dstringtable.d25 private size_t nextpow2(size_t val) @nogc nothrow pure @safe in nextpow2()
63 char* lstring() @nogc nothrow pure return in StringValue()
68 size_t len() const @nogc nothrow pure @safe in StringValue()
73 const(char)* toDchars() const @nogc nothrow pure return in StringValue()
79 const(char)[] toString() const @nogc nothrow pure in StringValue()
95 void _init(size_t size = 0) nothrow pure
107 void reset(size_t size = 0) nothrow pure
113 ~this() nothrow pure
181 StringValue!(T)* update(scope const(char)[] str) nothrow pure
243 void freeMem() nothrow pure
[all …]
H A Dctfloat.d32 pure static real_t fabs(real_t x);
33 pure static real_t ldexp(real_t n, int exp);
35 pure @trusted
38 pure @trusted
41 pure
44 pure @trusted
47 static bool isInfinity(real_t r) pure;
H A Daav.d19 private size_t hash(size_t a) pure nothrow @nogc @safe in hash()
67 private Value* dmd_aaGet(AA** paa, Key key) pure nothrow in dmd_aaGet()
140 @property auto asRange(AA* aa) pure nothrow @nogc in asRange()
152 this(AA* aa) pure nothrow @nogc in AARange()
166 @property auto front() const pure nothrow @nogc in AARange()
171 void popFront() pure nothrow @nogc in AARange()
182 private void toNext() pure nothrow @nogc in AARange()
228 private void dmd_aaRehash(AA** paa) pure nothrow in dmd_aaRehash()
297 V* getLvalue(const(K) key) pure nothrow in AssocArray()
311 V opIndex(const(K) key) pure nothrow @nogc in AssocArray()
[all …]
H A Darray.d44 this(size_t dim) pure nothrow in Array()
52 ~this() pure nothrow in Array()
277 void shift(T ptr) pure nothrow in Array()
285 void zero() nothrow pure @nogc in Array()
290 T pop() nothrow pure @nogc in Array()
813 pure nothrow @safe @nogc unittest
857 pure nothrow @nogc @safe unittest
869 pure nothrow @safe unittest
889 pure nothrow @safe @nogc unittest
956 pure nothrow @safe @nogc unittest
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dutf.d118 @safe pure
137 @safe pure
165 @safe pure
208 @safe pure
349 @safe pure
407 @safe pure
573 @safe pure
637 @trusted pure
665 @trusted pure
720 @trusted pure
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dutf.d118 @safe pure
137 @safe pure
165 @safe pure
208 @safe pure
349 @safe pure
407 @safe pure
573 @safe pure
637 @trusted pure
665 @trusted pure
720 @trusted pure
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dread.d49 @safe pure unittest
63 @safe pure unittest
73 @safe pure unittest
100 @safe pure unittest
123 @safe pure unittest
147 @safe pure unittest
184 @safe pure unittest
313 @safe pure unittest
333 @safe pure unittest
346 @safe pure unittest
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d91 @safe pure nothrow @nogc unittest
153 @safe pure nothrow @nogc unittest
178 real tan(real x) @safe pure nothrow @nogc in pragma()
220 asm pure nothrow @nogc in version()
258 asm pure nothrow @nogc in version()
265 asm pure nothrow @nogc in version()
270 asm pure nothrow @nogc in version()
523 @safe pure nothrow @nogc unittest
558 real acos(real x) @safe pure nothrow @nogc in acos()
955 asm pure nothrow @nogc { in version()
[all …]
H A Drounding.d51 asm pure nothrow @nogc in ceil()
71 asm pure nothrow @nogc in ceil()
104 @safe pure nothrow @nogc unittest
136 @safe pure nothrow @nogc unittest
168 @safe pure nothrow @nogc unittest
243 @safe pure nothrow @nogc unittest
273 @safe pure nothrow @nogc unittest
303 @safe pure nothrow @nogc unittest
323 @safe pure nothrow unittest
449 @safe pure unittest
[all …]
H A Dalgebraic.d64 @safe pure nothrow @nogc unittest
75 @safe pure nothrow @nogc unittest
85 @safe pure nothrow @nogc unittest
98 @safe pure nothrow @nogc unittest
163 @safe pure nothrow @nogc unittest
197 @safe pure nothrow @nogc unittest
226 @safe pure nothrow @nogc unittest
732 @safe @nogc pure nothrow unittest
753 @safe @nogc pure nothrow unittest
764 @safe @nogc pure nothrow unittest
[all …]
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dnetbsd47 0 name netbsd-pure
61 >0 use netbsd-pure
73 >0 use \^netbsd-pure
85 >0 use \^netbsd-pure
97 >0 use netbsd-pure
112 >0 use \^netbsd-pure
124 >0 use \^netbsd-pure
136 >0 use netbsd-pure
148 >0 use netbsd-pure
171 >0 use netbsd-pure
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d399 this(int member) pure @safe nothrow @nogc in this()
1980 @safe pure nothrow
2032 @safe pure nothrow
2839 void _aaClear(AA aa) pure nothrow;
3051 pure nothrow @nogc:
3112 pure nothrow @nogc:
3181 pure nothrow @nogc:
3536 @nogc nothrow pure:
3660 size_t toHash() const pure nothrow
4094 int dg1() pure nothrow @safe
[all …]

12345678910>>...56