Searched refs:ONE (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmacro-source-path.c21 return ONE + TWO;
H A Dinfo-macros.c3 #ifdef ONE
40 #define ONE macro
60 #undef ONE macro
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dindex.cc20 enum E { ONE, TWO }; enumerator in enum:E
21 E e_value = ONE;
H A Denum-type.exp54 {DW_AT_name ONE}
H A Dsubrange-enum.exp45 {DW_AT_name ONE}
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_206.c9 ONE, TWO, THREE enumerator in enum:number
16 case ONE:
23 case ONE:
34 case ONE:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-math.c20 ONE = 1, enumerator in enum:e
H A Dscm-value.c34 ONE = 1, enumerator in enum:e
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-math.c20 ONE = 1, enumerator in enum:e
H A Dscm-value.c34 ONE = 1, enumerator in enum:e
/netbsd-current/lib/libc/quad/
H A Dfixunsdfdi.c53 #define ONE (ONE_FOURTH * 4.0) macro
82 tmp = x / ONE;
83 t.ul[L] = (unsigned int) (x - tmp * ONE);
H A Dfixunssfdi.c53 #define ONE (ONE_FOURTH * 4.0) macro
85 toppart = (x - ONE_HALF) / ONE;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinfo-macros.c3 #ifdef ONE
40 #define ONE macro
60 #undef ONE macro
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterValue.cpp23 case PredefinedValues::ONE:
38 auto Output = getFloatValue(FltSemantics, PredefinedValues::ONE);
H A DRegisterValue.h35 ONE, // 1.0 member in class:llvm::exegesis::PredefinedValues
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
54 [B0] MVK 1,$ONE
59 ADD4 $ONE,$XX,$XX
69 || ADD4 $ONE,$XX,$XX
88 SUB4 $XX,$ONE,$XX
102 MVK 0x00000404,$ONE
104 MVKH 0x04040000,$ONE
107 MVK 0x00000404,$ONE
109 MVKH 0x04040000,$ONE
126 || ADD4 $ONE,A
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
54 [B0] MVK 1,$ONE
59 ADD4 $ONE,$XX,$XX
69 || ADD4 $ONE,$XX,$XX
88 SUB4 $XX,$ONE,$XX
102 MVK 0x00000404,$ONE
104 MVKH 0x04040000,$ONE
107 MVK 0x00000404,$ONE
109 MVKH 0x04040000,$ONE
126 || ADD4 $ONE,A
[all...]
/netbsd-current/games/countmail/
H A Dcountmail93 *1) y=${y}ONE ;;
105 *1??) z=ONE ;;
130 ONE) p= ;;
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcosq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
92 if (!((int)x)) return ONE; /* generate inexact */
94 return ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
123 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
H A Dsincosq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
71 /* sin x ~ ONE * x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
116 *cosx = ONE;
123 *cosx = ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
156 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
H A Dsinq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* sin x ~ ONE * x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
125 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcosq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
92 if (!((int)x)) return ONE; /* generate inexact */
94 return ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
123 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
H A Dsincosq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
71 /* sin x ~ ONE * x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
116 *cosx = ONE;
123 *cosx = ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
156 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
H A Dsinq_kernel.c23 #define ONE c[0] macro
26 /* cos x ~ ONE + x^2 ( SCOS1 + SCOS2 * x^2 + ... + SCOS4 * x^6 + SCOS5 * x^8 )
39 /* sin x ~ ONE * x + x^3 ( SIN1 + SIN2 * x^2 + ... + SIN7 * x^12 + SIN8 * x^14 )
58 /* sin x ~ ONE * x + x^3 ( SSIN1 + SSIN2 * x^2 + ... + SSIN4 * x^6 + SSIN5 * x^8 )
125 sin_l = l*(ONE+z*(SSIN1+z*(SSIN2+z*(SSIN3+z*(SSIN4+z*SSIN5)))));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Denum-type.exp52 {DW_AT_name ONE}

Completed in 488 milliseconds

123