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

  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 38 T As() {
52 template float Foo::As();
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
68 T As() { return reinterpret_cast<T>(data_); }
180 helper->array_->As<T*>()[index] = value;
230 array->As<T*>()[index] = compare_value;
232 helper->array_->As<T*>()[index] = compare_value & bitmask;
257 array->As<uintptr_t*>()[index] = reinterpret_cast<uintptr_t>(ptr);
278 array->As<uintptr_t**>()[first_index] =
279 &array->As<uintptr_t*>()[pointed_to_index];
282 array->As<uint16_t*>()[second_index] = expected;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
486 const GLfloat As = rgba[i][ACOMP];
521 sR = sG = sB = As;
524 sR = sG = sB = 1.0F - As;
533 if (As < 1.0F - Ad) {
534 sR = sG = sB = As;
587 sA = As;
590 sA = 1.0F - As;
614 sA = As;
617 sA = 1.0F - As;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
486 const GLfloat As = rgba[i][ACOMP];
521 sR = sG = sB = As;
524 sR = sG = sB = 1.0F - As;
533 if (As < 1.0F - Ad) {
534 sR = sG = sB = As;
587 sA = As;
590 sA = 1.0F - As;
614 sA = As;
617 sA = 1.0F - As;
    [all...]
  /external/v8/include/
v8.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
166 * behind the scenes and the same rules apply to these values as to
183 * constructor allows you to pass handles as arguments by value and
188 * Handle<String> to a variable declared as Handle<Value>, is legal
248 template <class S> inline Handle<S> As() {
286 template <class S> inline Local<S> As() {
300 * a Local handle only lives as long as the HandleScope in which it was
311 * persistent handle as an argument to a function you will not get two
324 * Creates a persistent handle for the same storage cell as th
    [all...]
  /external/chromium_org/v8/include/
v8.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
249 * behind the scenes and the same rules apply to these values as to
268 * constructor allows you to pass handles as arguments by value and
273 * Handle<String> to a variable declared as Handle<Value>, is legal
344 template <class S> V8_INLINE(Handle<S> As()) {
437 template <class S> V8_INLINE(Local<S> As()) {
483 * a Local handle only lives as long as the HandleScope in which it was
494 * persistent handle as an argument to a function you will not get two
536 * Creates a persistent handle for the same storage cell as th
    [all...]

Completed in 378 milliseconds