/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_multi_setup.cpp | 192 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local 202 for( type3 = 0; types[ type3 ] != kNumExplicitTypes; type3++ ) in test_kernel_arg_multi_setup_exhaustive() 204 …s[ type1 ] ), get_explicit_type_name( types[ type2 ] ), get_explicit_type_name( types[ type3 ] ) ); in test_kernel_arg_multi_setup_exhaustive() 218 types[ type3 ], size3, seed ) ) in test_kernel_arg_multi_setup_exhaustive() 234 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local 253 type3 = (int)get_random_float(0,4, seed); in test_kernel_arg_multi_setup_random() 259 get_explicit_type_name( types[ type3 ] ), size3 ); in test_kernel_arg_multi_setup_random() 264 types[ type3 ], size3, seed ) ) in test_kernel_arg_multi_setup_random()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 1726 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2038 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3) { \ [all …]
|
/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 23 struct type3 struct 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument 29 constexpr type3 g argument
|
/external/angle/third_party/glslang/src/Test/ |
D | 150.frag | 56 double type3 = 2.0; 57 int absTest = sqrt(type3); 58 double absTest2 = sqrt(type3);
|
/external/clang/test/SemaTemplate/ |
D | ms-if-exists.cpp | 18 typedef int type3; in __if_not_exists() typedef 28 X<int>::type3 i3;
|
D | canonical-expr-type.cpp | 44 typedef T __attribute__((ext_vector_type(N))) type3; typedef 48 void f0(type3); // expected-error{{redeclared}}
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | 150.frag.out | 121 0:56 'type3' ( global double) 128 0:58 'type3' ( global double) 186 0:? 'type3' ( global double) 220 0:56 'type3' ( global double) 227 0:58 'type3' ( global double) 254 0:? 'type3' ( global double)
|
/external/deqp-deps/glslang/Test/ |
D | 150.frag | 56 double type3 = 2.0; 57 int absTest = sqrt(type3); 58 double absTest2 = sqrt(type3);
|
/external/u-boot/drivers/pinctrl/rockchip/ |
D | pinctrl-rockchip.h | 128 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 143 { .drv_type = type3, .offset = -1 }, \
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 155 namespace type3 { namespace
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 150.frag.out | 132 0:56 'type3' ( global double) 139 0:58 'type3' ( global double) 435 0:? 'type3' ( global double) 494 0:56 'type3' ( global double) 501 0:58 'type3' ( global double) 528 0:? 'type3' ( global double)
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 81 # LFS type3: 8 <= sizeof(__int64), _fseeki64, _ftelli64
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 656 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local 663 type3 = SVGA3dShaderGetRegType( src2.base.value ); in submit_op4() 673 ((type3 == SVGA3DREG_CONST && src0.base.num != src3.base.num) || in submit_op4() 677 if (type3 == SVGA3DREG_CONST && in submit_op4() 682 ((type3 == SVGA3DREG_INPUT && src0.base.num != src3.base.num) || in submit_op4() 686 if (type3 == SVGA3DREG_INPUT && in submit_op4()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | latin | 96 xkb_symbols "type3" {
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 740 …type3, exportedSessionKey = ntlm.getNTLMSSPType3(auth, respToken['ResponseToken'], user, password,… 748 respToken2['ResponseToken'] = str(type3)
|
D | smb.py | 3250 …type3, exportedSessionKey = ntlm.getNTLMSSPType3(auth, respToken['ResponseToken'], user, password,… 3262 respToken2['ResponseToken'] = str(type3)
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1723 bool __builtin_add_overflow (type1 x, type2 y, type3 *sum); 1724 bool __builtin_sub_overflow (type1 x, type2 y, type3 *diff); 1725 bool __builtin_mul_overflow (type1 x, type2 y, type3 *prod);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-vector-ldst.ll | 7 %type3 = type { <4 x i16> }
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vector-ldst.ll | 7 %type3 = type { <4 x i16> }
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 4010 type3
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 816 def type3 : TypedOperand<"OPERAND_GENERIC_3">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenInstrInfo.inc | 7423 type3 = 57,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenInstrInfo.inc | 9635 type3 = 92,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenInstrInfo.inc | 11466 type3 = 208,
|