HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 601 - 625 of 2053) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 83 uint32_t one; member in struct:dxbc_container_header
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 30 <message name="IDS_ONE_LINE" desc="On one line">sat and wondered</message>
  /external/chromium_org/v8/test/mjsunit/regress/
regress-deep-proto.js 32 var one = {foo: 0};
42 poly(one);
  /external/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 30 // optimizing the first to be an integer addition. The first one certainly is an integer addition,
31 // but the second one isn't - it must either be an integer addition with overflow checking, or a
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.cc 101 static const double one = 1.0; member in namespace:v8::fdlibm
185 z = one - z;
186 if (carry != 0) z -= scalbn(one, q0);
226 fw = scalbn(one, q0);
  /external/clang/test/Sema/
ms_class_layout.cpp 18 char one; member in class:A
186 // CHECK-NEXT: 12 | char one
208 // CHECK-NEXT: 76 | char one
238 // CHECK-NEXT: 92 | char one
269 // CHECK-NEXT: 92 | char one
  /external/compiler-rt/make/
lib_platforms.mk 45 # Check that exactly one of UniversalArchs or Arch was defined.
51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch'))
  /external/eigen/bench/
quat_slerp.cpp 26 static const Scalar one = Scalar(1) - dummy_precision<Scalar>(); local
29 if (absD>=one)
48 static const Scalar one = Scalar(1) - epsilon<Scalar>(); local
55 if (absD>=one)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 83 uint32_t one; member in struct:dxbc_container_header
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 27 n0 = ((*(int*)&one)>>29)^1; * index of high word *
165 one = 1.0, variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 53 ; * [in] predDir indicates the prediction direction which takes one
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 62 CREATE_ALPHA = """CREATE TABLE "alpha" ("one");"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 62 CREATE_ALPHA = """CREATE TABLE "alpha" ("one");"""
  /bionic/libc/tools/
genlibgcc_compat.py 20 * Normally, one has to place libgcc.a in the link command used to generate
34 * The problem with this is that if one helper function needed by foo.a has
37 * so libfoo.so can directly call the one in libc.so at runtime.
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 163 Type one = params.get(i); local
164 locals.set(at, one);
165 at += one.getCategory();
370 * ending frame of one of the subroutine's calling blocks. Subroutine
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 297 * are included, while indexes with a one are excluded. Mutability
328 * Returns an instance that is identical to this one, except that
346 RegisterSpec one = (RegisterSpec) get0(i); local
347 if (one != null) {
348 result.set0(i, one.withOffset(delta));
360 * Returns an instance that is identical to this one, except that
  /external/bison/src/
reader.c 166 | Parse the input grammar into a one symbol_list structure. Each |
310 /* Warn if there is no default for $$ but we need one. */
385 /* Make a new rule, whose body is empty, before the current one, so
424 or by one of the directives that assigns precedence to a token. We
434 complain_at (loc, _("only one %s allowed per rule"), "%prec");
448 complain_at (loc, _("only one %s allowed per rule"), "%dprec");
461 complain_at (loc, _("only one %s allowed per rule"), "%merge");
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_user_media_client.cc 167 const size_t one = 1; local
168 WebVector<WebMediaStreamTrack> audio_tracks(request.audio() ? one : zero);
169 WebVector<WebMediaStreamTrack> video_tracks(request.video() ? one : zero);
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c 46 const __m128i tmp4 = _mm_and_si128(tmp3, one); /* & 1 -> lsb_correction */ \
62 const __m128i one = _mm_set1_epi8(1); \
77 const __m128i t3 = _mm_and_si128(t2, one); /* (a^d) | (b^c) | (s^t) & 1 */ \
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 208 const SkScalar one = SK_Scalar1; local
209 SkRect r = SkRect::MakeXYWH(x - half, y - half, one, one);
  /external/skia/src/utils/
SkCullPoints.cpp 208 const SkScalar one = SK_Scalar1; local
209 SkRect r = SkRect::MakeXYWH(x - half, y - half, one, one);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 237 int i, j, k, res, one; local
274 one = 1;
276 &one, sizeof(int)) < 0) {
  /external/webp/src/dsp/
upsampling_sse2.c 46 const __m128i tmp4 = _mm_and_si128(tmp3, one); /* & 1 -> lsb_correction */ \
62 const __m128i one = _mm_set1_epi8(1); \
77 const __m128i t3 = _mm_and_si128(t2, one); /* (a^d) | (b^c) | (s^t) & 1 */ \

Completed in 2202 milliseconds

<<21222324252627282930>>