Searched refs:one (Results 176 - 200 of 828) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c255 * Do blending for a 2x2 quad for one color buffer.
270 static const float one[4] = { 1, 1, 1, 1 }; local
314 VEC4_SUB(diff, one, dest[3]);
362 VEC4_SUB(inv_comp, one, quadColor[0]); /* R */
364 VEC4_SUB(inv_comp, one, quadColor[1]); /* G */
366 VEC4_SUB(inv_comp, one, quadColor[2]); /* B */
373 VEC4_SUB(inv_alpha, one, quadColor[3]);
382 VEC4_SUB(inv_alpha, one, dest[3]);
391 VEC4_SUB(inv_comp, one, dest[0]); /* R */
393 VEC4_SUB(inv_comp, one, des
1031 static const float one[4] = { 1, 1, 1, 1 }; local
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Ddownloads_custom_bindings.js35 'one of undefined, "uniquify", "overwrite", "prompt"');
/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_debug.h9 #error Only one SkRefCnt should be used.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec172 is used to specify a three-dimensional texture image. target must be one
173 one of TEXTURE_3D for a three-dimensional texture or
199 is used to specify a two-dimensional texture image. target must be one
201 one-dimensional array texture, or one of TEXTURE_CUBE_MAP_POSITIVE_X,
206 texture, PROXY_TEXTURE_1D_ARRAY_EXT for a one-dimensional proxy array
239 rather than from client memory. Currently, target must be one of
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
284 image array whose level is level_base. For a one-dimensional
285 texture or a one
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkBase64.cpp80 int one = (uint8_t) (bytes[0] << 2); local
82 one |= two >> 4;
88 SkASSERT(one < 256 && two < 256 && three < 256);
89 *dst = (unsigned char) one;
/external/chromium_org/v8/test/mjsunit/
H A Dkeyed-call-ic.js54 F.prototype.one = function() {return 'one'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
112 key = 'one';
161 var m = 'one';
[all...]
/external/clang/test/CodeGen/
H A Dunion.c30 enum E9 { one, two }; enumerator in enum:E9
/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c66 enum e4 { one }; enumerator in enum:e4
H A DMicrosoftExtensions.c93 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' declared here}} enumerator in enum:DE1
102 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
/external/mesa3d/docs/
H A DMESA_texture_array.spec172 is used to specify a three-dimensional texture image. target must be one
173 one of TEXTURE_3D for a three-dimensional texture or
199 is used to specify a two-dimensional texture image. target must be one
201 one-dimensional array texture, or one of TEXTURE_CUBE_MAP_POSITIVE_X,
206 texture, PROXY_TEXTURE_1D_ARRAY_EXT for a one-dimensional proxy array
239 rather than from client memory. Currently, target must be one of
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
284 image array whose level is level_base. For a one-dimensional
285 texture or a one
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_sqrt.h20 * | Use the hardware sqrt if you have one |
35 * To compute q from q , one checks whether
69 * After generating the 53 bits result, we compute one more bit.
218 z = one-tiny; /* trigger inexact flag */
219 if (z>=one) {
220 z = one+tiny;
222 else if (z>one) {
247 The second one uses reciproot iterations to avoid division, but
315 This formula has one division fewer than the one abov
[all...]
/external/skia/src/utils/
H A DSkBase64.cpp80 int one = (uint8_t) (bytes[0] << 2); local
82 one |= two >> 4;
88 SkASSERT(one < 256 && two < 256 && three < 256);
89 *dst = (unsigned char) one;
/external/stlport/stlport/stl/config/
H A D_solaris.h18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h
/external/v8/include/
H A Dv8-testing.h38 build configuration to ensure that at most one of these is set
87 * should be between 0 and one less than the result from GetStressRuns()
/external/v8/test/mjsunit/
H A Dkeyed-call-ic.js54 F.prototype.one = function() {return 'one'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
112 key = 'one';
161 var m = 'one';
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S3 # only count as one instruction, even though they repeat many times
30 # did this one way, newer binutils the other
/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session_unittest.cc288 SyncSession one(context_.get(), this, source_one, routes_one, workers_one);
291 one.Coalesce(two);
293 EXPECT_EQ(two.source().updates_source, one.source().updates_source);
294 EXPECT_EQ(all_types, one.source().types);
296 std::find(one.workers().begin(), one.workers().end(), db_worker);
298 std::find(one.workers().begin(), one.workers().end(), ui_worker);
299 EXPECT_NE(it_db, one.workers().end());
300 EXPECT_NE(it_ui, one
[all...]
/external/chromium_org/android_webview/
H A Dwebview_pak.mk16 $(eval $(call copy-one-file,$(built_by_gyp),$(LOCAL_BUILT_MODULE)))
/external/grub/util/
H A Dgrub-set-default62 echo "More than one entries?" 1>&2
H A Dgrub-set-default.in62 echo "More than one entries?" 1>&2
/external/valgrind/main/massif/tests/
H A Done.post.exp2 Command: ./one
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c19 int one = 1; local
23 DO( setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(int)) );
/external/wpa_supplicant_8/
H A DAndroid.mk9 # end of each Android.mk, so that one Android.mk doesn't depend on variables
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Decp_mont.c208 BIGNUM *one = NULL; local
236 one = BN_new();
237 if (one == NULL) goto err;
238 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx)) goto err;
242 group->field_data2 = one;
243 one = NULL;
/external/fdlibm/
H A De_jn.c49 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
124 for (a=one,i=2;i<=n;i++) {
171 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
173 b = one;
204 b = one;
230 if((ix|lx)==0) return -one/zero;

Completed in 3107 milliseconds

1234567891011>>