HomeSort by: relevance | last modified time | path
    Searched refs:C5 (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/lib/libm/ld80/
k_cosl.c 62 C5 = 0.0000000020876754400407278, /* 0x11eed8caaeccf1.0p-81 */
72 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
isbaseof.d 10 class C5(T) : C4!T {}
39 assert(typeid(C4!int).isBaseOf(typeid(C5!int)));
40 assert(typeid(K!int).isBaseOf(typeid(C5!int)));
41 assert(!typeid(C4!Object).isBaseOf(typeid(C5!int)));
42 assert(!typeid(K!Object).isBaseOf(typeid(C5!int)));
  /src/lib/libm/ld128/
k_cosl.c 37 C5 = 2.08767569878680989792098886701451072e-09L,
52 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
s_expl.c 144 C5 = 8.33333333333333333333333333333371638e-3L,
243 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
  /src/lib/libm/src/
k_cos.c 34 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
38 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
62 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
k_cosf.c 30 C5 = 2.0875723372e-09, /* 0x310f74f6 */
44 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
k_sincos.h 35 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */
53 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
k_sincosl.h 44 C5 = 0.0000000020876754400407278, /* 0x11eed8caaeccf1.0p-81 */
76 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
88 C5 = 0.2087675698786809897659225313136400793948e-8L,
132 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
  /src/lib/libm/noieee_src/
trig.h 182 * cos(k*x)-1+z/2 = z*z*(C0 + C1*z^1 + ... + C5*z^5)
184 * cos__C(z) = z*z*(C0 + C1*z^1 + ... + C5*z^5)
205 vc(C5, -1.1355178117642986178E-11 ,c32d,ae47,5a63,0a5c, -36, -.C7C32D0A5C5A63)
212 ic(C5, -1.1250289076471311557E-11 , -37, -1.8BD5986B2A52E)
220 #define C5 vccast(C5)
223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
max-depth.c 213 struct C5 : C4 { int c5 = 5; } c5; variable in typeref:struct:C4
214 struct C6 : C5 { int c6 = 6; } c6;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
max-depth.c 213 struct C5 : C4 { int c5 = 5; } c5; variable in typeref:struct:C4
214 struct C6 : C5 { int c6 = 6; } c6;
  /src/crypto/external/apache2/openssl/dist/crypto/whrlpool/
wp_block.c 181 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7
187 #define C5(K, i) ROTATE(Cx.q[K.c[(i) * 8 + 5]], 40)
192 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \
193 c7, c0, c1, c2, c3, c4, c5, c6, \
194 c6, c7, c0, c1, c2, c3, c4, c5, \
195 c5, c6, c7, c0, c1, c2, c3, c4, \
196 c4, c5, c6, c7, c0, c1, c2, c3, \
197 c3, c4, c5, c6, c7, c0, c1, c2,
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
wp_block.c 181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40)
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
wp_block.c 175 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
181 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40)
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
187 c7,c0,c1,c2,c3,c4,c5,c6, \
188 c6,c7,c0,c1,c2,c3,c4,c5, \
189 c5,c6,c7,c0,c1,c2,c3,c4, \
190 c4,c5,c6,c7,c0,c1,c2,c3, \
191 c3,c4,c5,c6,c7,c0,c1,c2,
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 887 #define C5 C4+1
943 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
953 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
981 adc C5, 25
990 #undef C5
1006 #define C5 C0+5
1044 adc C4,A4 $ adc C5,A5 $ adc C6,A6 $ adc C7,A7
1071 #undef C5
1120 #define C5 C4+1
1230 #undef C5
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs.S 882 #define C5 C4+1
938 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
948 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
976 adc C5, 25
985 #undef C5
1001 #define C5 C0+5
1039 adc C4,A4 $ adc C5,A5 $ adc C6,A6 $ adc C7,A7
1066 #undef C5
1115 #define C5 C4+1
1225 #undef C5
    [all...]
  /src/lib/libm/arch/vax/
n_support.S 243 bgtr C5 #if xexp-nf is positive goto C5
246 C5:
  /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/
chacha-armv8.pl 700 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
794 mov $C5,@K[2]
807 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
826 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
921 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
938 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
981 add $C5,$C5,@K[2]
1077 eor $C5,$C5,$C
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
int128.d 795 const Cent C5 = { lo:5 };
881 assert(shr(C10_0,Ubits + 1) == C5);
886 assert(sar(C10_0,Ubits + 1) == C5);
897 assert(udiv(C10,C2) == C5);
898 assert(udivmod(C10,C2, modulus) == C5); assert(modulus == C0);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 32 MAP(C5, 69) \
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/
chacha-armv8.pl 850 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
978 mov $C5,@K[2]
992 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
1011 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1106 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
1123 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1167 add $C5,$C5,@K[2]
1263 eor $C5,$C5,$C
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
chacha-armv8.pl 810 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
937 mov $C5,@K[2]
951 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
970 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1065 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
1082 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1126 add $C5,$C5,@K[2]
1222 eor $C5,$C5,$C
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 122 SystemZ::C4, SystemZ::C5, SystemZ::C6, SystemZ::C7,
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5231 #define C5 5
5312 { "iallu", CPENS(0,C7,C5,0), 0, AARCH64_NO_FEATURES },
5313 { "ivau", CPENS (3, C7, C5, 1), F_HASXT, AARCH64_NO_FEATURES },
5456 TLBI_XS_OP ( "vmallws2e1os", CPENS (4, C8, C5, 2), F_TLBID_XT)
5475 TLBI_XS_OP ( "rvae1os", CPENS (0, C8, C5, 1), F_HASXT | F_REG_128)
5476 TLBI_XS_OP ( "rvaae1os", CPENS (0, C8, C5, 3), F_HASXT | F_REG_128)
5477 TLBI_XS_OP ( "rvale1os", CPENS (0, C8, C5, 5), F_HASXT | F_REG_128)
5478 TLBI_XS_OP ( "rvaale1os", CPENS (0, C8, C5, 7), F_HASXT | F_REG_128)
5485 TLBI_XS_OP ( "rvae2os", CPENS (4, C8, C5, 1), F_HASXT | F_REG_128)
5486 TLBI_XS_OP ( "rvale2os", CPENS (4, C8, C5, 5), F_HASXT | F_REG_128
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 5134 #define C5 5
5218 { "iallu", CPENS(0,C7,C5,0), 0, AARCH64_NO_FEATURES },
5219 { "ivau", CPENS (3, C7, C5, 1), F_HASXT, AARCH64_NO_FEATURES },
5362 TLBI_XS_OP ( "rvae1os", CPENS (0, C8, C5, 1), F_HASXT | F_REG_128 )
5363 TLBI_XS_OP ( "rvaae1os", CPENS (0, C8, C5, 3), F_HASXT | F_REG_128 )
5364 TLBI_XS_OP ( "rvale1os", CPENS (0, C8, C5, 5), F_HASXT | F_REG_128 )
5365 TLBI_XS_OP ( "rvaale1os", CPENS (0, C8, C5, 7), F_HASXT | F_REG_128 )
5376 TLBI_XS_OP ( "rvae2os", CPENS (4, C8, C5, 1), F_HASXT | F_REG_128 )
5377 TLBI_XS_OP ( "rvale2os", CPENS (4, C8, C5, 5), F_HASXT | F_REG_128 )
5382 TLBI_XS_OP ( "rvae3os", CPENS (6, C8, C5, 1), F_HASXT | F_REG_128
    [all...]

Completed in 45 milliseconds

1 2 3