HomeSort by: relevance | last modified time | path
    Searched refs:f5 (Results 1 - 25 of 129) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-tu-dwarf-4-5-2.c 25 const float f5 = 1; variable
dw2-tu-dwarf-4-5.c 25 const int f5 = 1; variable
pieces.c 78 f5 (int k) function
85 return a.i + a.j; /* f5 breakpoint */
109 f5 (k);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-tu-dwarf-4-5-2.c 25 const float f5 = 1; variable
dw2-tu-dwarf-4-5.c 25 const int f5 = 1; variable
pieces.c 78 f5 (int k) function
85 return a.i + a.j; /* f5 breakpoint */
109 f5 (k);
  /src/lib/libc/arch/sparc64/gen/
modf.S 83 * %f4:f5 double v, in fpu registers
102 fabsd %f0, %f4 ! %f4:f5 = v
113 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits.
136 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52
137 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52
150 * Now insert the original sign in %f4:f5.
162 * The value in %f4:f5 is now the integer portion of the original
166 std %f4, [%i1] ! *ival = %f4:f5;
167 fsubd %f0, %f4, %f0 ! %f0:f1 -= %f4:f5;
173 * We get here if the original comparison of %f4:f5 (v) t
    [all...]
  /src/tests/kernel/
t_signal_and_fpu.c 181 volatile double f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, local
189 f5 = f0 + f1 + f2 + f3 + f4 + (double)arc4random();
190 f6 = f0 + f1 + f2 + f3 + f4 + f5 + (double)arc4random();
191 f7 = f0 + f1 + f2 + f3 + f4 + f5 + f6 + (double)arc4random();
192 f8 = f0 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + (double)arc4random();
193 f9 = f0 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + (double)arc4random();
251 volatile float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, local
259 f5 = f0 + f1 + f2 + f3 + f4 + (float)arc4random();
260 f6 = f0 + f1 + f2 + f3 + f4 + f5 + (float)arc4random();
261 f7 = f0 + f1 + f2 + f3 + f4 + f5 + f6 + (float)arc4random()
325 volatile long double f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
reg_helper.h 88 f5, v5) \
94 FN(reg, f5), v5)
97 f5, v5, f6, v6) \
103 FN(reg, f5), v5,\
107 f5, v5, f6, v6, f7, v7) \
113 FN(reg, f5), v5,\
118 f5, v5, f6, v6, f7, v7, f8, v8) \
124 FN(reg, f5), v5,\
129 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \
136 FN(reg, f5), v5,
    [all...]
  /src/lib/libc/arch/sparc/gen/
modf.S 83 * %f4:f5 double v, in fpu registers
114 ldd [%fp - 16], %f4 ! %f4:f5 = v
117 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits.
141 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52
142 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52
155 * Now insert the original sign in %f4:f5.
169 * The value in %f4:f5 is now the integer portion of the original
173 std %f4, [%i2] ! *ival = %f4:f5;
176 fsubd %f0, %f4, %f0 ! %f0:f1 -= %f4:f5;
182 * We get here if the original comparison of %f4:f5 (v) t
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
non-trivial-retval.cc 154 f5 (int i1, int i2) function
185 F f = f5 (i1, i2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
callfuncs.c 372 t_float_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13,
374 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15;
376 t_float_many_args (float f1, float f2, float f3, float f4, float f5, float f6,
384 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
416 t_double_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13,
418 double f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15;
420 t_double_many_args (double f1, double f2, double f3, double f4, double f5,
428 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
447 t_##NAME##_complex_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, \
449 TYPE _Complex f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12,
    [all...]
dfp-test.c 200 _Decimal32 f4, _Decimal32 f5, _Decimal32 f6,
209 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
222 _Decimal64 f4, _Decimal64 f5, _Decimal64 f6,
231 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
244 _Decimal128 f4, _Decimal128 f5, _Decimal128 f6,
253 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
266 _Decimal64 f4, _Decimal64 f5, _Decimal64 f6,
274 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
ptype-offsets.cc 166 unsigned int f5 : 1; member in struct:asd::jkl
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
callfuncs.c 372 t_float_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13,
374 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15;
376 t_float_many_args (float f1, float f2, float f3, float f4, float f5, float f6,
384 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
416 t_double_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13,
418 double f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15;
420 t_double_many_args (double f1, double f2, double f3, double f4, double f5,
428 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
447 t_##NAME##_complex_many_args (f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, \
449 TYPE _Complex f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12,
    [all...]
dfp-test.c 200 _Decimal32 f4, _Decimal32 f5, _Decimal32 f6,
209 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
222 _Decimal64 f4, _Decimal64 f5, _Decimal64 f6,
231 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
244 _Decimal128 f4, _Decimal128 f5, _Decimal128 f6,
253 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
266 _Decimal64 f4, _Decimal64 f5, _Decimal64 f6,
274 sum_args = f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12
ptype-offsets.cc 166 unsigned int f5 : 1; member in struct:asd::jkl
  /src/sys/dev/ic/
mlxvar.h 216 u_int8_t f3, u_int32_t f4, u_int8_t f5)
230 mc->mc_mbox[0xc] = f5;
235 u_int8_t f3, u_int8_t f4, u_int8_t f5, u_int8_t f6,
244 mc->mc_mbox[0x6] = f5;
255 u_int16_t f3, u_int8_t f4, u_int8_t f5, u_int32_t f6,
265 mc->mc_mbox[0x7] = f5;
294 u_int32_t f3, u_int32_t f4, u_int8_t f5)
308 mc->mc_mbox[0xc] = f5;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 157 int32_t f5 = f[5]; local
168 int32_t x5 = f5 ^ g[5];
190 f[5] = f5 ^ x5;
207 int32_t f5 = f[5]; local
229 int32_t x5 = f5 ^ g5;
251 f[5] = f5 ^ x5;
281 int32_t f5 = f[5]; local
292 h[5] = f5;
375 int32_t f5 = f[5]; local
403 int32_t f5_2 = 2 * f5;
645 int32_t f5 = f[5]; local
817 int32_t f5 = f[5]; local
990 int32_t f5 = f[5]; local
    [all...]
  /src/sys/arch/hp300/dev/
gboxreg.h 86 uint8_t f5[3]; member in struct:gboxfb
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ppc_regs.h 38 #define f5 5 macro
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_ppc_regs.h 38 #define f5 5 macro
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_ppc_regs.h 38 #define f5 5 macro
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arm-neon.c 71 int16x4_t f5; member in struct:hva3
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arm-neon.c 71 int16x4_t f5; member in struct:hva3

Completed in 56 milliseconds

1 2 3 4 5 6