Home
last modified time | relevance | path

Searched refs:toreal (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dfunc4.test202 SELECT toreal(NULL);
205 SELECT toreal('');
208 SELECT toreal(' ');
211 SELECT toreal('1234');
217 SELECT toreal('bad');
241 SELECT toreal('0x0');
244 SELECT toreal('0x1');
247 SELECT toreal(-1);
250 SELECT toreal(-0);
253 SELECT toreal(0);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dfunc4.test202 SELECT toreal(NULL);
205 SELECT toreal('');
208 SELECT toreal(' ');
211 SELECT toreal('1234');
217 SELECT toreal('bad');
241 SELECT toreal('0x0');
244 SELECT toreal('0x1');
247 SELECT toreal(-1);
250 SELECT toreal(-0);
253 SELECT toreal(0);
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dfunc4.test202 SELECT toreal(NULL);
205 SELECT toreal('');
208 SELECT toreal(' ');
211 SELECT toreal('1234');
217 SELECT toreal('bad');
241 SELECT toreal('0x0');
244 SELECT toreal('0x1');
247 SELECT toreal(-1);
250 SELECT toreal(-0);
253 SELECT toreal(0);
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsiodisk.c288 …char *toreal = (char *)gs_alloc_bytes(pstate->memory, gp_file_name_sizeof, "diskn_rename(toreal)"); in diskn_rename() local
291 if (toreal == NULL) { in diskn_rename()
311 if (map_file_name_get(pstate->memory, (char *)pstate->root, to, toreal)) { in diskn_rename()
313 code = unlink(toreal) == 0 ? 0 : gs_note_error(gs_error_ioerror); in diskn_rename()
319 if (toreal != NULL) in diskn_rename()
320 gs_free_object(pstate->memory, toreal, "diskn_rename(toreal)"); in diskn_rename()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsiodisk.c288 …char *toreal = (char *)gs_alloc_bytes(pstate->memory, gp_file_name_sizeof, "diskn_rename(toreal)"); in diskn_rename() local
291 if (toreal == NULL) { in diskn_rename()
311 if (map_file_name_get(pstate->memory, (char *)pstate->root, to, toreal)) { in diskn_rename()
313 code = unlink(toreal) == 0 ? 0 : gs_note_error(gs_error_ioerror); in diskn_rename()
319 if (toreal != NULL) in diskn_rename()
320 gs_free_object(pstate->memory, toreal, "diskn_rename(toreal)"); in diskn_rename()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsiodisk.c244 char toreal[gp_file_name_sizeof]; in diskn_rename() local
259 if (map_file_name_get((char *)pstate->root, to, toreal)) { in diskn_rename()
261 code = unlink(toreal) == 0 ? 0 : gs_error_ioerror; in diskn_rename()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsiodisk.c245 char toreal[gp_file_name_sizeof]; in diskn_rename() local
260 if (map_file_name_get((char *)pstate->root, to, toreal)) { in diskn_rename()
262 code = unlink(toreal) == 0 ? 0 : gs_error_ioerror; in diskn_rename()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsiodisk.c244 char toreal[gp_file_name_sizeof]; in diskn_rename() local
259 if (map_file_name_get((char *)pstate->root, to, toreal)) { in diskn_rename()
261 code = unlink(toreal) == 0 ? 0 : gs_error_ioerror; in diskn_rename()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsiodisk.c245 char toreal[gp_file_name_sizeof]; in diskn_rename() local
260 if (map_file_name_get((char *)pstate->root, to, toreal)) { in diskn_rename()
262 code = unlink(toreal) == 0 ? 0 : gs_error_ioerror; in diskn_rename()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_rmhandlers.S149 toreal(r7)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_rmhandlers.S149 toreal(r7)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_rmhandlers.S149 toreal(r7)
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dmp.c215 static REAL toreal(const N a) in toreal() function
271 fromreal(1.0 / toreal(a), x); /* initial guess */ in inv()
599 DO(n1, n2, ninf, toreal(a[i])); in compare()
600 DO(e1, e2, einf, toreal(dd)); in compare()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dmp.c215 static REAL toreal(const N a) in toreal() function
271 fromreal(1.0 / toreal(a), x); /* initial guess */ in inv()
599 DO(n1, n2, ninf, toreal(a[i])); in compare()
600 DO(e1, e2, einf, toreal(dd)); in compare()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dmp.c215 static REAL toreal(const N a) in toreal() function
271 fromreal(1.0 / toreal(a), x); /* initial guess */ in inv()
599 DO(n1, n2, ninf, toreal(a[i])); in compare()
600 DO(e1, e2, einf, toreal(dd)); in compare()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dmp.c215 static REAL toreal(const N a) in toreal() function
271 fromreal(1.0 / toreal(a), x); /* initial guess */ in inv()
599 DO(n1, n2, ninf, toreal(a[i])); in compare()
600 DO(e1, e2, einf, toreal(dd)); in compare()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dppc_asm.h416 #define toreal(rd) macro
432 #define toreal(rd) /* we can access c000... in real mode */
443 #define toreal(rd) tophys(rd,rd)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Dcomplex.h104 struct toreal { struct
298 inline ComplexUnitaryExp<op::complex::kUnitaryC2R, op::complex::toreal,
301 return ComplexF<op::complex::kUnitaryC2R, op::complex::toreal>(src); in complex_toreal()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Dcomplex.h104 struct toreal { struct
298 inline ComplexUnitaryExp<op::complex::kUnitaryC2R, op::complex::toreal,
301 return ComplexF<op::complex::kUnitaryC2R, op::complex::toreal>(src); in complex_toreal()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dufcs.d473 real toreal(ireal x){ return x.im; } in toreal() function
486 assert(1.4i.toreal() == 1.4); in test3382()

12