HomeSort by relevance Sort by last modified time
    Searched defs:c23 (Results 1 - 8 of 8) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GillStepInterpolator.java 101 final double c23 = soMt * (1 + twoTheta); local
103 final double coeff2 = c23 * TWO_MINUS_SQRT_2;
104 final double coeff3 = c23 * TWO_PLUS_SQRT_2;
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 8 char c23 = '\u0023'; // #, ok variable
p2-cxx98.cpp 8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal character name}} variable
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 59 const int c23 = segcounts[2] + segcounts[3]; local
63 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
64 segment_tree_probs[1] = get_binary_prob(c01, c23);
75 const int c23 = segcounts[2] + segcounts[3]; local
78 const int c0123 = c01 + c23;
88 c23 * vp9_cost_one(probs[1]);
93 if (c23 > 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 69 const int c23 = segcounts[2] + segcounts[3]; local
73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
74 segment_tree_probs[1] = get_binary_prob(c01, c23);
85 const int c23 = segcounts[2] + segcounts[3]; local
88 const int c0123 = c01 + c23;
98 c23 * vp9_cost_one(probs[1]);
103 if (c23 > 0)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 13088 __m128i c15, c23, maskgt23, bmask, maskgt15, sh0, sh1, a01, b128; local
13196 __m128i c15, c23, maskgt15, maskgt23, sh0, sh1, b01, c128; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 13086 __m128i c15, c23, maskgt23, bmask, maskgt15, sh0, sh1, a01, b128; local
13194 __m128i c15, c23, maskgt15, maskgt23, sh0, sh1, b01, c128; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 13088 __m128i c15, c23, maskgt23, bmask, maskgt15, sh0, sh1, a01, b128; local
13196 __m128i c15, c23, maskgt15, maskgt23, sh0, sh1, b01, c128; local
    [all...]

Completed in 857 milliseconds