HomeSort by relevance Sort by last modified time
    Searched refs:pure (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /external/clang/test/Parser/
attributes.c 80 pure)) { // \
81 // expected-warning {{GCC does not allow 'pure' attribute in this position on a function definition}}
87 __attribute((pure)) { // \
88 // expected-warning {{GCC does not allow 'pure' attribute in this position on a function definition}}
95 __attribute__((pure)) int testFundef6(int a) { return a; }
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_table.py 117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name)
135 if format.colorspace != ZS and format.channels[0].pure == False:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name)
135 if format.colorspace != ZS and format.channels[0].pure == False:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 155 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
157 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
159 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2);
192 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
194 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
196 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
477 _RS_RUNTIME float __attribute__((pure, overloadable)) fract(float v, float *iptr)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 155 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
157 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
159 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2);
192 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
194 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
196 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
477 _RS_RUNTIME float __attribute__((pure, overloadable)) fract(float v, float *iptr)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 155 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
157 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
159 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2);
192 _RS_RUNTIME float2 __attribute__((pure, overloadable)) \
194 _RS_RUNTIME float3 __attribute__((pure, overloadable)) \
196 _RS_RUNTIME float4 __attribute__((pure, overloadable)) \
477 _RS_RUNTIME float __attribute__((pure, overloadable)) fract(float v, float *iptr)
    [all...]
  /external/clang/test/CodeGen/
function-attributes.c 60 void f13(void) __attribute__((pure)) __attribute__((const));
pragma-weak.c 134 __attribute((pure,noinline,const)) void __xxx(void) { }
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 82 S::S() __attribute((pure)) = default;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
gccmacro.h 65 #define PA_GCC_PURE __attribute__ ((pure))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
gccmacro.h 65 #define PA_GCC_PURE __attribute__ ((pure))
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile 77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  /external/clang/test/Analysis/
call-invalidation.cpp 93 void usePointerPure(int * const *) __attribute__((pure));
  /external/libnl/lib/route/
pktloc_syntax.y 11 %define api.pure
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_size.h 42 # define PURE __attribute__((pure))
44 # define PURE
53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum);
54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum);
55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum);
56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum);
57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum);
58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum);
59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Makefile 77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  /external/chromium_org/third_party/skia/include/core/
SkPreConfig.h 231 # define SK_PURE_FUNC __attribute__((pure))
  /external/clang/test/Sema/
unused-expr.c 84 int fn2() __attribute__ ((pure));
92 fn2(92, 21); // expected-warning {{ignoring return value of function declared with pure attribute}}
  /external/skia/include/core/
SkPreConfig.h 231 # define SK_PURE_FUNC __attribute__((pure))
  /external/bison/etc/
bench.pl.in 162 - %location & %pure & %glr
163 - %location & %pure & %yacc & %parse-param. */
344 "pull-pure" => '%define api.pure',
346 "push-pure" => '%define api.push-pull "both" %define api.pure',
  /external/bison/data/
glr.c 37 ## Pure/impure interfaces. ##
40 b4_define_flag_if([pure])
42 # do not change the value of b4_pure_flag, and do not record a use of api.pure.
44 [b4_percent_define_default([[api.pure]], [[false]])
46 [b4_percent_define_flag_if([[api.pure]], [[1]], [[0]])])])
    [all...]
yacc.c 64 ## Pure/impure interfaces. ##
67 b4_percent_define_default([[api.pure]], [[false]])
68 b4_percent_define_check_values([[[[api.pure]],
72 m4_case(b4_percent_define_get([[api.pure]]),
83 [m4_fatal([invalid api.pure value: ]$1)])])
180 # pure-parser.
    [all...]
  /external/llvm/include/llvm/Support/
Compiler.h 181 #if __has_attribute(pure) || defined(__GNUC__)
182 // aka 'PURE' but following LLVM Conventions.
  /frameworks/native/include/ui/
vec3.h 97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 443 internal_function __attribute ((pure));
809 internal_function __attribute ((pure))
822 internal_function __attribute ((pure))
831 internal_function __attribute ((pure))

Completed in 1502 milliseconds

1 2 34 5 6