| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| compare-enum-type.h | 21 one, enumerator in enum:e
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| compare-enum-type.h | 21 one, enumerator in enum:e
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| backtrace-through-cu-nodebug-caller.c | 24 volatile const long one = 1; local 27 return (*callback) () - one;
|
| max-value-size.c | 18 char one; variable
|
| pretty-print.c | 20 int one; member in struct:s1_t 35 } s1 = { .one = 1, .two = 2, 41 int one; member in struct:s2_t 49 } s2 = { .one = 1, .two = 2, .three = 3, .four = 4 };
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| max-value-size.c | 18 char one; variable
|
| pretty-print.c | 20 int one; member in struct:s1_t 35 } s1 = { .one = 1, .two = 2, 41 int one; member in struct:s2_t 49 } s2 = { .one = 1, .two = 2, .three = 3, .four = 4 };
|
| /src/usr.bin/make/unit-tests/ |
| depsrc-silent.exp | 0 one
|
| deptgt-order.exp | 1 Parsing deptgt-order.mk:15: .ORDER: three one 2 ParseDependency(.ORDER: three one) 3 # .ORDER forces 'three' to be made before 'one' 5 # one, unmade, type OP_DEPENDS|OP_PHONY, flags none 8 : 'Making two out of one.'
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_145.c | 9 unsigned one: 1; member in struct:bits 19 return sizeof(local_bits.one);
|
| msg_186.c | 9 unsigned one: 1; member in struct:bit_field
|
| /src/lib/libm/noieee_src/ |
| n_atan.c | 94 double one=1.0; local 95 return(atan2(x,one)); 101 float one=1.0; local 102 return (float)atan2(x,one);
|
| n_asincos.c | 103 double s,t,one=1.0; local 107 s=copysign(x,one); 109 return(atan2(x,sqrt(one-x*x))); 111 { t=one-s; s=t+t; return(atan2(x,sqrt(s-t*t))); } 176 double t,one=1.0; local 181 t=atan2(sqrt((one-x)/(one+x)),one); 183 t=atan2(one,0.0); /* t = PI/2 */
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| m68k-opc.c | 24 #define one(x) ((unsigned int) (x) << 16) macro 37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up }, 38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up }, 40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up }, 41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a }, 43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| m68k-opc.c | 24 #define one(x) ((unsigned int) (x) << 16) macro 37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up }, 38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up }, 40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up }, 41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a }, 43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| m68k-opc.c | 24 #define one(x) ((unsigned int) (x) << 16) macro 37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up }, 38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up }, 40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up }, 41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a }, 43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| m68k-opc.c | 24 #define one(x) ((unsigned int) (x) << 16) macro 37 {"abcd", 2, one(0140400), one(0170770), "DsDd", m68000up }, 38 {"abcd", 2, one(0140410), one(0170770), "-s-d", m68000up }, 40 {"addaw", 2, one(0150300), one(0170700), "*wAd", m68000up }, 41 {"addal", 2, one(0150700), one(0170700), "*lAd", m68000up | mcfisa_a }, 43 {"addib", 4, one(0003000), one(0177700), "#b$s", m68000up } [all...] |
| /src/lib/libm/src/ |
| s_tanh.c | 28 * 2. 0 <= x <= 2**-55 : tanh(x) := x*(one+x) 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 59 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */ 60 else return one/x-one; /* tanh(NaN) = NaN */ 66 return x*(one+x); /* tanh(small) = small */ 69 z = one - two/(t+two); 76 z = one - tiny; /* raised inexact flag */
|
| s_tanhf.c | 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable 37 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */ 38 else return one/x-one; /* tanh(NaN) = NaN */ 44 return x*(one+x); /* tanh(small) = small */ 47 z = one - two/(t+two); 54 z = one - tiny; /* raised inexact flag */
|
| s_asinh.c | 33 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable 46 if(huge+x>one) return x; /* return x inexact except 0 */ 52 w = __ieee754_log(2.0*t+one/(__ieee754_sqrt(x*x+one)+t)); 55 w =log1p(fabs(x)+t/(one+__ieee754_sqrt(one+t)));
|
| s_asinhf.c | 25 one = 1.0000000000e+00, /* 0x3F800000 */ variable 38 if(huge+x>one) return x; /* return x inexact except 0 */ 44 w = __ieee754_logf((float)2.0*t+one/(__ieee754_sqrtf(x*x+one)+t)); 47 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
|
| e_acoshf.c | 25 one = 1.0, variable 45 return __ieee754_logf((float)2.0*x-one/(x+__ieee754_sqrtf(t-one))); 47 t = x-one;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68851.h | 82 {"pbac", one(0xf0c7), one(0xffbf), "Bc"}, 83 {"pbacw", one(0xf087), one(0xffbf), "Bc"}, 84 {"pbas", one(0xf0c6), one(0xffbf), "Bc"}, 85 {"pbasw", one(0xf086), one(0xffbf), "Bc"}, 86 {"pbbc", one(0xf0c1), one(0xffbf), "Bc"} [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68851.h | 82 {"pbac", one(0xf0c7), one(0xffbf), "Bc"}, 83 {"pbacw", one(0xf087), one(0xffbf), "Bc"}, 84 {"pbas", one(0xf0c6), one(0xffbf), "Bc"}, 85 {"pbasw", one(0xf086), one(0xffbf), "Bc"}, 86 {"pbbc", one(0xf0c1), one(0xffbf), "Bc"} [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/ |
| clean-one.c | 1 #include <clean-one.h>
|