HomeSort by relevance Sort by last modified time
    Searched defs:C5 (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_cos.c 33 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
37 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
65 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
  /device/google/contexthub/lib/libm/
kf_cos.c 28 C5 = 2.0875723372e-09, /* 0x310f74f6 */
46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 38 class C5
50 , public C5
57 : virtual public C5
68 , public C5
106 // CHECK-NEXT: -- (Test1::C5, 48) vtable address --
160 // CHECK-NEXT: -- (Test1::C5, 208) vtable address --
187 // CHECK-NEXT: -- (Test1::C5, 312) vtable address --
debug-info-use-after-free.cpp 292 enum C5 { };
297 C5 > {
  /external/fdlibm/
k_cos.c 30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
61 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 20 C5 = C1 + R // ADD(10,6)
23 Ca = C5 + C6 // ADD(15,18)
24 Cb = C5 - C6 // SUB(5,-6)
26 Cc = C5 * C6 // MUL(-22,-150)
27 Cd = C5 / C6 // DIV(0.721893,-0.532544)
28 Ce = Cd * C6 // MUL(10,6) sb C5
69 c5 := c1 + r
70 if c5 != C5 {
71 println("opcode x", c5, C5
    [all...]
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 20 C5 = C1 + R // ADD(10,6)
23 Ca = C5 + C6 // ADD(15,18)
24 Cb = C5 - C6 // SUB(5,-6)
26 Cc = C5 * C6 // MUL(-22,-150)
27 Cd = C5 / C6 // DIV(0.721893,-0.532544)
28 Ce = Cd * C6 // MUL(10,6) sb C5
69 c5 := c1 + r
70 if c5 != C5 {
71 println("opcode x", c5, C5
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 40 C5 = 0.2087675698786809897659225313136400793948e-8L,
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
s_expl.c 144 C5 = 8.33333333333333333333333333333371638e-3L,
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 100 class C5 {
  /external/clang/test/SemaCXX/
alias-template.cpp 85 class C5 {
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 24 public long toHours(long d) { return d/(C5/C0); }
35 public long toHours(long d) { return d/(C5/C1); }
46 public long toHours(long d) { return d/(C5/C2); }
57 public long toHours(long d) { return d/(C5/C3); }
68 public long toHours(long d) { return d/(C5/C4); }
74 public long toNanos(long d) { return x(d, C5/C0, MAX/(C5/C0)); }
75 public long toMicros(long d) { return x(d, C5/C1, MAX/(C5/C1)); }
76 public long toMillis(long d) { return x(d, C5/C2, MAX/(C5/C2));
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 45 C5
  /prebuilts/go/darwin-x86/test/import2.dir/
import2.go 14 var C5 <- chan <- chan int = (<-chan (<-chan int))(nil)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
b.go 45 C5
  /prebuilts/go/linux-x86/test/import2.dir/
import2.go 14 var C5 <- chan <- chan int = (<-chan (<-chan int))(nil)
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 58 public long toHours(long d) { return d/(C5/C0); }
73 public long toHours(long d) { return d/(C5/C1); }
88 public long toHours(long d) { return d/(C5/C2); }
103 public long toHours(long d) { return d/(C5/C3); }
119 public long toHours(long d) { return d/(C5/C4); }
130 public long toNanos(long d) { return x(d, C5/C0, MAX/(C5/C0)); }
131 public long toMicros(long d) { return x(d, C5/C1, MAX/(C5/C1)); }
132 public long toMillis(long d) { return x(d, C5/C2, MAX/(C5/C2));
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 25 C5 = 1234i
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 25 C5 = 1234i
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 71 const double C5 = 0.881921264348355;
121 temp2 = step[14] * C5;
140 temp1 = step[ 9] * C5;
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 570 AccPacket C0, C1, C2, C3, C4, C5, C6, C7;
576 traits.initAcc(C5);
610 traits.madd(A1,B_0,C5,B_0);
619 traits.madd(A1,B_0,C5,B_0);
628 traits.madd(A1,B_0,C5,B_0);
637 traits.madd(A1,B_0,C5,B_0);
658 traits.madd(A1,B1,C5,B1);
672 traits.madd(A1,B1,C5,B1);
687 traits.madd(A1,B1,C5,B1);
700 traits.madd(A1,B1,C5,B1)
    [all...]
  /external/libvpx/libvpx/test/
dct16x16_test.cc 47 const double C5 = 0.881921264348355;
97 temp2 = step[14] * C5;
116 temp1 = step[ 9] * C5;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 311 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
312 const float32x4_t C5 = vdupq_n_f32(-3.4436006e-2f);
318 float32x4_t pol5_y = C5;
aec_core_sse2.c 281 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
282 static const ALIGN16_BEG float ALIGN16_END C5[4] = {
294 const __m128 pol5_y_0 = _mm_mul_ps(y, *((__m128*)C5));
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]

Completed in 4326 milliseconds

1 2