/external/llvm/test/CodeGen/X86/ |
D | atomic-non-integer.ll | 10 define void @store_half(half* %fptr, half %v) { 15 store atomic half %v, half* %fptr unordered, align 2 19 define void @store_float(float* %fptr, float %v) { 23 store atomic float %v, float* %fptr unordered, align 4 27 define void @store_double(double* %fptr, double %v) { 31 store atomic double %v, double* %fptr unordered, align 8 35 define void @store_fp128(fp128* %fptr, fp128 %v) { 38 store atomic fp128 %v, fp128* %fptr unordered, align 16 42 define half @load_half(half* %fptr) { 47 %v = load atomic half, half* %fptr unordered, align 2 [all …]
|
D | tail-call-win64.ll | 6 define void @tail_jmp_reg(i32, i32, void ()* %fptr) { 7 tail call void () %fptr() 30 %fptr = load void ()*, void ()** @g_fptr 31 tail call void () %fptr()
|
/external/ceres-solver/examples/ |
D | bal_problem.cc | 49 void FscanfOrDie(FILE* fptr, const char* format, T* value) { in FscanfOrDie() argument 50 int num_scanned = fscanf(fptr, format, value); in FscanfOrDie() 72 FILE* fptr = fopen(filename.c_str(), "r"); in BALProblem() local 74 if (fptr == NULL) { in BALProblem() 80 FscanfOrDie(fptr, "%d", &num_cameras_); in BALProblem() 81 FscanfOrDie(fptr, "%d", &num_points_); in BALProblem() 82 FscanfOrDie(fptr, "%d", &num_observations_); in BALProblem() 96 FscanfOrDie(fptr, "%d", camera_index_ + i); in BALProblem() 97 FscanfOrDie(fptr, "%d", point_index_ + i); in BALProblem() 99 FscanfOrDie(fptr, "%lf", observations_ + 2*i + j); in BALProblem() [all …]
|
D | simple_bundle_adjuster.cc | 68 FILE* fptr = fopen(filename, "r"); in LoadFile() local 69 if (fptr == NULL) { in LoadFile() 73 FscanfOrDie(fptr, "%d", &num_cameras_); in LoadFile() 74 FscanfOrDie(fptr, "%d", &num_points_); in LoadFile() 75 FscanfOrDie(fptr, "%d", &num_observations_); in LoadFile() 85 FscanfOrDie(fptr, "%d", camera_index_ + i); in LoadFile() 86 FscanfOrDie(fptr, "%d", point_index_ + i); in LoadFile() 88 FscanfOrDie(fptr, "%lf", observations_ + 2*i + j); in LoadFile() 93 FscanfOrDie(fptr, "%lf", parameters_ + i); in LoadFile() 100 void FscanfOrDie(FILE *fptr, const char *format, T *value) { in FscanfOrDie() argument [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | flat-address-space.ll | 22 %fptr = addrspacecast i32 addrspace(1)* %gptr to i32 addrspace(4)* 23 store i32 %x, i32 addrspace(4)* %fptr, align 4 30 %fptr = addrspacecast i64 addrspace(1)* %gptr to i64 addrspace(4)* 31 store i64 %x, i64 addrspace(4)* %fptr, align 8 38 %fptr = addrspacecast <4 x i32> addrspace(1)* %gptr to <4 x i32> addrspace(4)* 39 store <4 x i32> %x, <4 x i32> addrspace(4)* %fptr, align 16 46 %fptr = addrspacecast i16 addrspace(1)* %gptr to i16 addrspace(4)* 48 store i16 %y, i16 addrspace(4)* %fptr, align 2 55 %fptr = addrspacecast i8 addrspace(1)* %gptr to i8 addrspace(4)* 57 store i8 %y, i8 addrspace(4)* %fptr, align 2 [all …]
|
D | addrspacecast.ll | 30 %fptr = phi i32 addrspace(4)* [ %flat_local, %local ], [ %flat_global, %global ] 31 store i32 %x, i32 addrspace(4)* %fptr, align 4 32 ; %val = load i32, i32 addrspace(4)* %fptr, align 4 52 %fptr = addrspacecast i32* %pptr to i32 addrspace(4)* 53 store i32 %x, i32 addrspace(4)* %fptr 56 %reload = load i32, i32 addrspace(4)* %fptr, align 4
|
/external/selinux/libsemanage/tests/ |
D | test_utilities.c | 51 FILE *fptr; variable 63 fptr = fdopen(fd, "w+"); in semanage_utilities_test_init() 64 if (!fptr) { in semanage_utilities_test_init() 69 fprintf(fptr, "one\ntwo\nthree\nsigma=foo\n#boo\n#bar\n"); in semanage_utilities_test_init() 71 rewind(fptr); in semanage_utilities_test_init() 250 if (!fptr) { in test_semanage_findval() 255 rewind(fptr); in test_semanage_findval() 259 rewind(fptr); in test_semanage_findval() 274 if (!fptr) { in test_slurp_file_filter() 277 rewind(fptr); in test_slurp_file_filter() [all …]
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 65 RT* callConstructor4 (GenericFptr fptr, void* memory, size_t memorySize, T1 param1, T2 param2, T3 p… in callConstructor4() argument 72 (void)((ABIFptr)fptr)(memory, param1, param2, param3, param4); in callConstructor4() 77 ((ABIFptr)fptr)(memory, param1, param2, param3, param4); in callConstructor4() 82 ((ABIFptr)fptr)(memory, param1, param2, param3, param4); in callConstructor4() 87 ((ABIFptr)fptr)(memory, param1, param2, param3, param4); in callConstructor4() 90 DE_UNREF(fptr); in callConstructor4() 102 void callDestructor (GenericFptr fptr, T* obj) in callDestructor() argument 107 (void)((ABIFptr)fptr)(obj); in callDestructor() 111 ((ABIFptr)fptr)(obj); in callDestructor() 115 ((ABIFptr)fptr)(obj); in callDestructor() [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 79 public interface fptr { interface in TreeFilter 95 public void applyOnce(Object t, fptr whichRule) { in applyOnce() 118 fptr topdown_fptr = new fptr() { 124 fptr bottomup_fptr = new fptr() {
|
D | TreeRewriter.java | 35 public interface fptr { interface in TreeRewriter 53 public Object applyOnce(Object t, fptr whichRule) { in applyOnce() 76 public Object applyRepeatedly(Object t, fptr whichRule) { in applyRepeatedly() 107 fptr topdown_fptr = new fptr() { 111 fptr bottomup_ftpr = new fptr() {
|
/external/clang/test/Sema/ |
D | warn-main-return-type.c | 36 typedef void *(*fptr)(int a); typedef 41 fptr main() { in main() 43 return (fptr) 0; in main() 49 return (fptr) 0; in main()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_draw.c | 71 *fptr++ = MACRO(*in); \ 80 *fptr++ = (GLfloat)(*in); \ 96 const GLubyte *ptr, GLfloat *fptr, in convert_bgra_to_float() argument 104 *fptr++ = UBYTE_TO_FLOAT(in[2]); /* red */ in convert_bgra_to_float() 105 *fptr++ = UBYTE_TO_FLOAT(in[1]); /* green */ in convert_bgra_to_float() 106 *fptr++ = UBYTE_TO_FLOAT(in[0]); /* blue */ in convert_bgra_to_float() 107 *fptr++ = UBYTE_TO_FLOAT(in[3]); /* alpha */ in convert_bgra_to_float() 114 const GLubyte *ptr, GLfloat *fptr, in convert_half_to_float() argument 123 *fptr++ = _mesa_half_to_float(in[j]); in convert_half_to_float() 141 const GLubyte *ptr, GLfloat *fptr, in convert_fixed_to_float() argument [all …]
|
/external/skia/tests/ |
D | DrawPathTest.cpp | 55 const float* fptr = (const float*)raw; in moveToH() local 56 path->moveTo(fptr[0], fptr[1]); in moveToH() 60 const float* fptr = (const float*)raw; in cubicToH() local 61 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[5]); in cubicToH()
|
/external/curl/lib/ |
D | mprintf.c | 867 char *fptr = &formatbuf[1]; in dprintf_formatf() local 884 *fptr++ = '-'; in dprintf_formatf() 886 *fptr++ = '+'; in dprintf_formatf() 888 *fptr++ = ' '; in dprintf_formatf() 890 *fptr++ = '#'; in dprintf_formatf() 892 *fptr = 0; in dprintf_formatf() 896 len = curl_msnprintf(fptr, left, "%ld", width); in dprintf_formatf() 897 fptr += len; in dprintf_formatf() 902 len = curl_msnprintf(fptr, left, ".%ld", prec); in dprintf_formatf() 903 fptr += len; in dprintf_formatf() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | generate_eliminator_specialization.py | 207 fptr = open(output, "w") 208 fptr.write(HEADER) 216 fptr.write(template % (row_block_size, e_block_size, f_block_size)) 217 fptr.close()
|
D | generate_partitioned_matrix_view_specializations.py | 208 fptr = open(output, "w") 209 fptr.write(HEADER) 217 fptr.write(template % (row_block_size, e_block_size, f_block_size)) 218 fptr.close()
|
D | system_test.cc | 347 FILE * fptr = fopen(filename.c_str(), "r"); in ReadData() local 349 if (!fptr) { in ReadData() 354 FscanfOrDie(fptr, "%d", &num_cameras_); in ReadData() 355 FscanfOrDie(fptr, "%d", &num_points_); in ReadData() 356 FscanfOrDie(fptr, "%d", &num_observations_); in ReadData() 370 FscanfOrDie(fptr, "%d", camera_index_ + i); in ReadData() 371 FscanfOrDie(fptr, "%d", point_index_ + i); in ReadData() 373 FscanfOrDie(fptr, "%lf", observations_ + 2*i + j); in ReadData() 378 FscanfOrDie(fptr, "%lf", parameters_ + i); in ReadData() 420 void FscanfOrDie(FILE *fptr, const char *format, T *value) { in FscanfOrDie() argument [all …]
|
D | linear_least_squares_problems.cc | 537 FILE* fptr = fopen(filename.c_str(), "w"); in WriteArrayToFileOrDie() local 538 CHECK_NOTNULL(fptr); in WriteArrayToFileOrDie() 540 fprintf(fptr, "%17f\n", x[i]); in WriteArrayToFileOrDie() 542 fclose(fptr); in WriteArrayToFileOrDie() 564 FILE* fptr = fopen(filename.c_str(), "w"); in DumpLinearLeastSquaresProblemToTextFile() local 565 CHECK_NOTNULL(fptr); in DumpLinearLeastSquaresProblemToTextFile() 566 A->ToTextFile(fptr); in DumpLinearLeastSquaresProblemToTextFile() 567 fclose(fptr); in DumpLinearLeastSquaresProblemToTextFile()
|
/external/ceres-solver/scripts/ |
D | make_docs.py | 104 with open(name) as fptr: 105 out = fptr.read() 121 with open(name, 'w') as fptr: 122 fptr.write(out)
|
/external/toybox/toys/pending/ |
D | klogd.c | 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w"); local 41 fprintf(fptr, "%u\n", level); 42 fclose(fptr); 43 fptr = NULL;
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 232 VbFont_t *fptr; in FontTest() local 242 fptr = VbInternalizeFontData((FontArrayHeader *)buf); in FontTest() 243 TEST_PTR_EQ(fptr, buf, "Internalize"); in FontTest() 245 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'B', &bufferptr, &buffersize), in FontTest() 248 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'X', &bufferptr, &buffersize), in FontTest() 253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr); in FontTest() 256 VbDoneWithFontForNow(fptr); in FontTest()
|
/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test() argument 19 fptr = next(fptr, diff); in test()
|
/external/clang/test/CodeGenObjCXX/ |
D | lambda-expressions.mm | 71 typedef int (^fptr)(); typedef 73 static fptr f; 76 fptr StaticMembers<T>::f = [] { auto f = []{return 5;}; return fptr(f); }(); 77 template fptr StaticMembers<float>::f;
|
/external/dhcpcd-6.8.2/ |
D | dev.c | 89 void (*fptr)(struct dev *, const struct dev_dhcpcd *); in dev_start2() local 99 fptr = (void (*)(struct dev *, const struct dev_dhcpcd *)) in dev_start2() 101 if (fptr == NULL) { in dev_start2() 108 fptr(ctx->dev, &dev_dhcpcd); in dev_start2()
|
/external/clang/test/CodeGen/ |
D | func-ptr-cast-decl.c | 6 typedef int (*fptr)(double); typedef 7 void a() { ((fptr)q_sk_num)(0); } in a()
|