Home
last modified time | relevance | path

Searched defs:f (Results 26 – 50 of 25105) sorted by relevance

12345678910>>...1005

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java126 FieldObject f = new FieldObject(); in testBooleanCompares() local
170 FieldObject f = new FieldObject(); in testByteCompares() local
214 FieldObject f = new FieldObject(); in testByteComparesLess() local
258 FieldObject f = new FieldObject(); in testByteSwappedComparesLess() local
302 FieldObject f = new FieldObject(); in testByteComparesLessEqual() local
346 FieldObject f = new FieldObject(); in testByteSwappedComparesLessEqual() local
390 FieldObject f = new FieldObject(); in testByteComparesGreater() local
434 FieldObject f = new FieldObject(); in testByteSwappedComparesGreater() local
478 FieldObject f = new FieldObject(); in testByteComparesGreaterEqual() local
522 FieldObject f = new FieldObject(); in testByteSwappedComparesGreaterEqual() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java126 FieldObject f = new FieldObject(); in testBooleanCompares() local
170 FieldObject f = new FieldObject(); in testByteCompares() local
214 FieldObject f = new FieldObject(); in testByteComparesLess() local
258 FieldObject f = new FieldObject(); in testByteSwappedComparesLess() local
302 FieldObject f = new FieldObject(); in testByteComparesLessEqual() local
346 FieldObject f = new FieldObject(); in testByteSwappedComparesLessEqual() local
390 FieldObject f = new FieldObject(); in testByteComparesGreater() local
434 FieldObject f = new FieldObject(); in testByteSwappedComparesGreater() local
478 FieldObject f = new FieldObject(); in testByteComparesGreaterEqual() local
522 FieldObject f = new FieldObject(); in testByteSwappedComparesGreaterEqual() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java126 FieldObject f = new FieldObject(); in testBooleanCompares() local
170 FieldObject f = new FieldObject(); in testByteCompares() local
214 FieldObject f = new FieldObject(); in testByteComparesLess() local
258 FieldObject f = new FieldObject(); in testByteSwappedComparesLess() local
302 FieldObject f = new FieldObject(); in testByteComparesLessEqual() local
346 FieldObject f = new FieldObject(); in testByteSwappedComparesLessEqual() local
390 FieldObject f = new FieldObject(); in testByteComparesGreater() local
434 FieldObject f = new FieldObject(); in testByteSwappedComparesGreater() local
478 FieldObject f = new FieldObject(); in testByteComparesGreaterEqual() local
522 FieldObject f = new FieldObject(); in testByteSwappedComparesGreaterEqual() local
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/tests/
H A Dtest_mpeg.cpp177 MPEG::File f(newname.c_str()); in testSaveID3v24() local
200 MPEG::File f(newname.c_str()); in testSaveID3v24WrongParam() local
220 MPEG::File f(newname.c_str()); in testSaveID3v23() local
280 MPEG::File f(copy.fileName().c_str()); in testStripAndProperties() local
287 MPEG::File f(copy.fileName().c_str()); in testStripAndProperties() local
303 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave1() local
308 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave1() local
321 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave2() local
333 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave3() local
346 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave3() local
[all …]
/dports/games/palomino/palomino/src/physics/
H A Daircraft_specs.cc134 fp f; conf >> f; in ProcessField() local
140 fp f; conf >> f; in ProcessField() local
159 fp f; conf >> f; in ProcessField() local
164 fp f; conf >> f; in ProcessField() local
170 fp f; conf >> f; in ProcessField() local
175 fp f; conf >> f; in ProcessField() local
193 fp f; conf >> f; in ProcessField() local
198 fp f; conf >> f; in ProcessField() local
204 fp f; conf >> f; in ProcessField() local
209 fp f; conf >> f; in ProcessField() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fquery.c99 H5F_get_intent(const H5F_t *f) in H5F_get_intent()
210 H5F_get_extpath(const H5F_t *f) in H5F_get_extpath()
231 H5F_get_shared(const H5F_t *f) in H5F_get_shared()
310 H5F_get_parent(const H5F_t *f) in H5F_get_parent()
329 H5F_get_nmounts(const H5F_t *f) in H5F_get_nmounts()
368 H5F_get_fcpl(const H5F_t *f) in H5F_get_fcpl()
390 H5F_sizeof_addr(const H5F_t *f) in H5F_sizeof_addr()
496 H5F_sym_leaf_k(const H5F_t *f) in H5F_sym_leaf_k()
561 H5F_get_nrefs(const H5F_t *f) in H5F_get_nrefs()
633 H5F_rdcc_w0(const H5F_t *f) in H5F_rdcc_w0()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dsve-sizeless-1.C308 { typedef int f[__has_nothrow_copy (svint8_t) ? 1 : -1]; } in statements() typedef
313 { typedef int f[!__is_abstract (svint8_t) ? 1 : -1]; } in statements() typedef
314 { typedef int f[!__is_aggregate (svint8_t) ? 1 : -1]; } in statements() typedef
317 { typedef int f[!__is_class (svint8_t) ? 1 : -1]; } in statements() typedef
318 { typedef int f[!__is_empty (svint8_t) ? 1 : -1]; } in statements() typedef
319 { typedef int f[!__is_enum (svint8_t) ? 1 : -1]; } in statements() typedef
320 { typedef int f[!__is_final (svint8_t) ? 1 : -1]; } in statements() typedef
321 { typedef int f[__is_pod (svint8_t) ? 1 : -1]; } in statements() typedef
322 { typedef int f[!__is_polymorphic (svint8_t) ? 1 : -1]; } in statements() typedef
331 { typedef int f[__is_trivial (svint8_t) ? 1 : -1]; } in statements() typedef
[all …]
H A Dsve-sizeless-2.C308 { typedef int f[__has_nothrow_copy (svint8_t) ? 1 : -1]; } in statements() typedef
313 { typedef int f[!__is_abstract (svint8_t) ? 1 : -1]; } in statements() typedef
314 { typedef int f[!__is_aggregate (svint8_t) ? 1 : -1]; } in statements() typedef
317 { typedef int f[!__is_class (svint8_t) ? 1 : -1]; } in statements() typedef
318 { typedef int f[!__is_empty (svint8_t) ? 1 : -1]; } in statements() typedef
319 { typedef int f[!__is_enum (svint8_t) ? 1 : -1]; } in statements() typedef
320 { typedef int f[!__is_final (svint8_t) ? 1 : -1]; } in statements() typedef
321 { typedef int f[__is_pod (svint8_t) ? 1 : -1]; } in statements() typedef
322 { typedef int f[!__is_polymorphic (svint8_t) ? 1 : -1]; } in statements() typedef
331 { typedef int f[__is_trivial (svint8_t) ? 1 : -1]; } in statements() typedef
[all …]
/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_mpeg.cpp178 MPEG::File f(newname.c_str()); in testSaveID3v24() local
201 MPEG::File f(newname.c_str()); in testSaveID3v24WrongParam() local
221 MPEG::File f(newname.c_str()); in testSaveID3v23() local
281 MPEG::File f(copy.fileName().c_str()); in testStripAndProperties() local
288 MPEG::File f(copy.fileName().c_str()); in testStripAndProperties() local
386 MPEG::File f(copy.fileName().c_str()); in testProperties() local
407 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave1() local
412 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave1() local
425 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave2() local
437 MPEG::File f(copy.fileName().c_str()); in testRepeatedSave3() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.flag/
H A Dtest_and_set.pass.cpp26 std::atomic_flag f; in main() local
32 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
44 std::atomic_flag f; in main() local
50 std::atomic_flag f; in main() local
56 std::atomic_flag f; in main() local
62 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
80 volatile std::atomic_flag f; in main() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c81 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f) argument
84 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f) argument
85 #define ACPI_BERT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BERT,f) argument
86 #define ACPI_BGRT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BGRT,f) argument
87 #define ACPI_BOOT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BOOT,f) argument
88 #define ACPI_CPEP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_CPEP,f) argument
89 #define ACPI_DBG2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_DBG2,f) argument
90 #define ACPI_DBGP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_DBGP,f) argument
128 #define ACPI_ASF0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_INFO,f) argument
133 #define ACPI_ASF3_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_RMCP,f) argument
[all …]
/dports/math/R-cran-forcats/forcats/tests/testthat/
H A Dtest-lump.R4 f <- c("a", "b", "c") vector
11 f <- c("a", "a", "a", "b", "b", "c", "d", "e", "f", "g") vector
21 f <- c("a", "a", "a", "b", "b", "b", "c", "d") vector
26 f <- c("a", "a", "a", "a", "b", "b", "b", "b", "c", "d") vector
32 f <- c("a", "a", "a", "b", "b", "c", "d", "e", "f", "g") vector
43 f <- c("a", "a", "a", "b", "b", "c", "d", "e", "f", "g") vector
66 f <- factor(c("a", "a", "b", "c", rep(NA, 7))) globalVar
82 f <- c("a", "a", "a", "b", "b", "c", "d", "e", "f", "g") vector
118 f <- c("a", "a", "a", "a", "b", "b", "b", "c", "c", "d") vector
136 f <- c("a", "b", "c", "d", "e") vector
[all …]
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A Dnwstdio.h58 #define PerlIO_isutf8(f) 0 argument
61 #define PerlIO_has_cntptr(f) 1 argument
66 #define PerlIO_canset_cnt(f) 1 argument
70 #define PerlIO_fast_gets(f) 1 argument
74 #define PerlIO_canset_cnt(f) 0 argument
85 #define PerlIO_fast_gets(f) 1 argument
94 #define PerlIO_has_cntptr(f) 0 argument
95 #define PerlIO_canset_cnt(f) 0 argument
104 #define PerlIO_fast_gets(f) 0 argument
108 #define PerlIO_has_base(f) 1 argument
[all …]
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A Dnwstdio.h58 #define PerlIO_isutf8(f) 0 argument
61 #define PerlIO_has_cntptr(f) 1 argument
66 #define PerlIO_canset_cnt(f) 1 argument
70 #define PerlIO_fast_gets(f) 1 argument
74 #define PerlIO_canset_cnt(f) 0 argument
85 #define PerlIO_fast_gets(f) 1 argument
94 #define PerlIO_has_cntptr(f) 0 argument
95 #define PerlIO_canset_cnt(f) 0 argument
104 #define PerlIO_fast_gets(f) 0 argument
108 #define PerlIO_has_base(f) 1 argument
[all …]
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A Dnwstdio.h58 #define PerlIO_isutf8(f) 0 argument
61 #define PerlIO_has_cntptr(f) 1 argument
66 #define PerlIO_canset_cnt(f) 1 argument
70 #define PerlIO_fast_gets(f) 1 argument
74 #define PerlIO_canset_cnt(f) 0 argument
85 #define PerlIO_fast_gets(f) 1 argument
94 #define PerlIO_has_cntptr(f) 0 argument
95 #define PerlIO_canset_cnt(f) 0 argument
104 #define PerlIO_fast_gets(f) 0 argument
108 #define PerlIO_has_base(f) 1 argument
[all …]

12345678910>>...1005