Home
last modified time | relevance | path

Searched refs:ptrf (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/fileio/
H A Dioparticles.cpp77 float *ptrf = (float *)ptr; in pdataConvertWrite() local
78 for (int i = 0; i < pdata.size(); ++i, ++ptrf) { in pdataConvertWrite()
79 *ptrf = (float)pdata[i]; in pdataConvertWrite()
88 float *ptrf = (float *)ptr; in pdataConvertWrite() local
91 *ptrf = (float)pdata[i][c]; in pdataConvertWrite()
92 ptrf++; in pdataConvertWrite()
126 float *ptrf = (float *)ptr; in pdataReadConvert() local
128 pdata[i] = double(*ptrf); in pdataReadConvert()
142 float *ptrf = (float *)ptr; in pdataReadConvert() local
146 v[c] = double(*ptrf); in pdataReadConvert()
[all …]
H A Diomeshes.cpp73 float *ptrf = (float *)ptr; in mdataConvertWrite() local
74 for (int i = 0; i < mdata.size(); ++i, ++ptrf) { in mdataConvertWrite()
75 *ptrf = (float)mdata[i]; in mdataConvertWrite()
84 float *ptrf = (float *)ptr; in mdataConvertWrite() local
87 *ptrf = (float)mdata[i][c]; in mdataConvertWrite()
88 ptrf++; in mdataConvertWrite()
119 float *ptrf = (float *)ptr; in mdataReadConvert() local
121 mdata[i] = double(*ptrf); in mdataReadConvert()
132 float *ptrf = (float *)ptr; in mdataReadConvert() local
136 v[c] = double(*ptrf); in mdataReadConvert()
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dcheck.c190 PIXTYPE *ptrf; in reinitcheck() local
216 QMALLOC(ptrf, PIXTYPE, check->width); in reinitcheck()
217 check->pix = (void *)ptrf; in reinitcheck()
230 check->pix = (void *)ptrf; in reinitcheck()
251 QCALLOC(ptrf, PIXTYPE, check->npix); in reinitcheck()
252 check->pix = (void *)ptrf; in reinitcheck()
275 QMALLOC(ptrf, PIXTYPE, check->npix); in reinitcheck()
276 check->pix = (void *)ptrf; in reinitcheck()
314 check->pix = (void *)ptrf; in reinitcheck()
343 check->pix = (void *)ptrf; in reinitcheck()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; variable
82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core()
85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core()
88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "address" } in hl()
36 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "address" } in hr()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "address" } in hl()
36 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "address" } in hr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "address" } in hl()
36 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "address" } in hr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "19:address" } in hl()
37 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "25:address" } in hr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "address" } in hl()
36 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "address" } in hr()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C5 typedef void (*ptrf) (); typedef
19 void hl() { if (z != (ptrf)0) z(); } // { dg-warning "19:address" } in hl()
37 void hr() { if ((ptrf)0 != z) z(); } // { dg-warning "25:address" } in hr()

123456789