Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 25 of 207) sorted by relevance

123456789

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dfilters_test.cpp145 const engine::test_filter f2(fs::path("foo"), "bar"); in ATF_TEST_CASE_BODY() local
151 const engine::test_filter f2(fs::path("foo/bar"), "baz"); in ATF_TEST_CASE_BODY() local
157 const engine::test_filter f2(fs::path("foo/baz"), ""); in ATF_TEST_CASE_BODY() local
163 const engine::test_filter f2(fs::path("foo/bar"), ""); in ATF_TEST_CASE_BODY() local
169 const engine::test_filter f2(fs::path("foo/bar"), ""); in ATF_TEST_CASE_BODY() local
252 const engine::test_filter f2(fs::path("d1/d3"), ""); in ATF_TEST_CASE_BODY() local
258 const engine::test_filter f2(fs::path("d1/d2"), "foo"); in ATF_TEST_CASE_BODY() local
264 const engine::test_filter f2(fs::path("d1/d2"), "foo"); in ATF_TEST_CASE_BODY() local
270 const engine::test_filter f2(fs::path("d1/d3"), ""); in ATF_TEST_CASE_BODY() local
281 const engine::test_filter f2(fs::path("d1/d2"), "bar"); in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d16 bool equals(T f1, T f2) in equals()
43 bool equals(T f1, T f2) in equals()
48 int compare(T f1, T f2) in compare()
123 f2 = -0.0; variable
171 f2 = -0.0i; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dreg_helper.h69 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
74 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
80 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
87 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
96 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
106 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
117 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
129 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
142 #define REG_SET_10(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
162 #define REG_GET_2(reg_name, f1, v1, f2, v2) \ argument
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
H A Ddmub_reg.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
94 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
99 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
105 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_explode.c115 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
167 uint32_t frac, f0, f1, f2; in fpu_dtof() local
186 uint32_t f0, f1, f2; in fpu_xtof() local
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_explode.c140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
195 u_int frac, f0, f1, f2; in fpu_dtof() local
214 u_int frac, f0, f1, f2, f3; in fpu_qtof() local
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/
H A Dtest.ps15 function CompareFiles($f1, $f2, $i) { in CompareFiles()
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcmpabs.c32 mpfr_flags_t f1, f2, flags[2] = { 0, MPFR_FLAGS_ALL }; in cmpabs() local
182 mpfr_flags_t f1, f2, flags[2] = { 0, MPFR_FLAGS_ALL }; in cmpabs_ui() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h115 uint64_t f2 = f[2]; in fe25519_cmov() local
152 uint64_t f2 = f[2]; in fe25519_cswap() local
196 uint64_t f2 = f[2]; in fe25519_copy() local
247 uint64_t f0, f1, f2, f3, f4; in fe25519_mul() local
338 uint64_t f0, f1, f2, f3, f4; in fe25519_sq() local
417 uint64_t f0, f1, f2, f3, f4; in fe25519_sq2() local
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dedtest2.c38 int f2(int x) in f2() function
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dedtest2.c38 int f2(int x) in f2() function
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dlspec.h20 int f2(void) in f2() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dlspec.h20 int f2(void) in f2() function
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_explode.c140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
195 u_int frac, f0, f1, f2; in fpu_dtof() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-infthread.c1 int f2 (int a) in f2() function
H A Dpy-frame.c1 int f2 (int a) in f2() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-infthread.c1 int f2 (int a) in f2() function
/netbsd-src/sys/arch/hp300/dev/
H A Dhyperreg.h44 uint8_t f2[0x4000-0x5f-1]; member
/netbsd-src/sys/dev/ic/
H A Dmlxvar.h215 mlx_make_type1(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, in mlx_make_type1()
234 mlx_make_type2(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type2()
254 mlx_make_type3(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type3()
274 mlx_make_type4(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, in mlx_make_type4()
293 mlx_make_type5(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, in mlx_make_type5()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Denable_execute_stack_test.c67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main() local
H A Dclear_cache_test.c71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main() local
/netbsd-src/common/lib/libc/arch/powerpc/string/
H A Dmemcmp.S192 f2: label
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-frame.c1 int f2 (int a) in f2() function
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-frame.c1 int f2 (int a) in f2() function
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra210_pinmux.c39 #define TEGRA_PIN(n, r, f1, f2, f3, f4) \ argument

123456789