HomeSort by: relevance | last modified time | path
    Searched refs:floating (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 14 @ Assume that "q" part of the floating-point registers is not used
21 @ Save floating-point parameters of the instrumented function
35 @ Restore floating-point parameters of the instrumented function
44 @ Assume that "q" part of the floating-point registers is not used for the
51 @ Save the floating-point return value of the instrumented function
66 @ Restore the floating-point return value of the instrumented function
75 @ Assume that "q" part of the floating-point registers is not used
82 @ Save floating-point parameters of the instrumented function
98 @ Restore floating-point parameters of the instrumented function
xray_trampoline_powerpc64_asm.S 10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
  /src/usr.bin/make/unit-tests/
varname-dot-make-jobs.mk 25 # If -j arg is floating point or ends in C;
varmod-order-numeric.mk 15 # 'double' instead, but that would allow floating-point numbers as well, which
  /src/lib/libm/arch/vax/
n_cabs.S 64 ENTRY(_hypot, 0x8040) # save %r6, enable floating overflow
71 ENTRY(z_abs, 0x8040) # save %r6, enable floating overflow
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 74 // Returns true if the character is an floating point conversion specifier.
466 Report("WARNING: unexpected floating-point arg size" \
  /src/usr.bin/xlint/lint1/
tree.c 1060 /* comparing integer '%s' to floating point constant %Lg */
1062 (*rnp)->u.value.u.floating);
1898 * have to implement the floating-point types in a platform-independent
1902 /* LINTED 248: floating-point constant out of range */
1935 long double lv = tn->u.ops.left->u.value.u.floating;
1936 long double rv = is_binary(tn) ? tn->u.ops.right->u.value.u.floating
1941 v->u.floating = lv;
1944 v->u.floating = -lv;
1947 v->u.floating = lv * rv;
1953 v->u.floating = floating_error_value(t, lv)
    [all...]
lint1.h 87 /* A bool, integer or floating-point value. */
100 long double floating; member in union:__anondcf084d00408::__anondcf084d0050a
664 ? val->u.floating != 0.0
debug.c 227 debug_printf(", value %Lg", tn->u.value.u.floating);
564 debug_printf("%Lg", c.u.floating);
lex.c 658 /* floating-point constant out of range */
663 /* floating-point constant out of range */
671 /* floating-point constant out of range */
679 yylval.y_val->u.floating = ld;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 443 uint32_t sign = 0, floating = 0; local in function:program_grph_pixel_format
486 floating = 1;
503 GRPH_PRESCALE_SELECT, floating,
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Library version)
42 68060SP Floating-Point Software Package. The routines
118 this exception using implemented floating-point instructions.
120 floating-point Operand Error exception, then the library routine
fskeletn.s 67 # This is the main exit point for the 68060 Floating-Point
237 # The execution of the instruction then proceeds with an enabled floating-point
fpsp.s 5651 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5654 #--US THE DESIRED VALUE IN FLOATING POINT.
6082 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
6085 #--US THE DESIRED VALUE IN FLOATING POINT.
6834 # To avoid the use of floating-point comparisons, a #
7244 fmov.l %d1,%fp0 # convert to floating-format
7341 fmov.l %d1,%fp0 # convert to floating-format
7408 fmov.l %d1,%fp0 # convert to floating-format
8369 fmov.l %d1,%fp1 # CONVERT K TO FLOATING-POINT FORMAT
8785 # Notes: Default means round-to-nearest mode, no floating-point
    [all...]
fplsp.s 5545 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5548 #--US THE DESIRED VALUE IN FLOATING POINT.
5976 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
5979 #--US THE DESIRED VALUE IN FLOATING POINT.
6728 # To avoid the use of floating-point comparisons, a #
7138 fmov.l %d1,%fp0 # convert to floating-format
7235 fmov.l %d1,%fp0 # convert to floating-format
7302 fmov.l %d1,%fp0 # convert to floating-format
8263 fmov.l %d1,%fp1 # CONVERT K TO FLOATING-POINT FORMAT
8679 # Notes: Default means round-to-nearest mode, no floating-point
    [all...]
pfpsp.s 12839 # d0 = index of floating-point register #
12900 # convert it to a floating-point binary number. #
  /src/tests/lib/libm/
t_fenv.c 50 #error This test assumes binary floating-point arithmetic.
78 atf_tc_skip("RISC-V does not support floating-point exception traps")
94 * C99, Sec. 5.2.4.2.2 Characteristics of floating types
  /src/sys/arch/m68k/fpsp/
l_fpsp.h 109 * into the fpcr and do a single floating point operation so that
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-sama5d2_icp.dts 373 * to pull-down or left floating according to
at91-sama5d2_xplained.dts 460 * to pull-down or left floating according to
exynos5410-odroidxu.dts 561 /* Pin is floating so be sure to disable write-protect */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sc7180-idp.dts 660 * is floating which may cause spurious wakeups.
sc7180-trogdor.dtsi 1468 * is floating which may cause spurious wakeups.
  /src/sys/arch/vax/vax/
emulate.S 863 Le_float: # move with floating sign character

Completed in 70 milliseconds