| /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/ |
| cond-cmp-numeric-eq.mk | 62 . error Probably a misconfiguration in the floating point environment, \ 63 or maybe a machine without IEEE 754 floating point support.
|
| 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 | 1124 /* comparing integer '%s' to floating point constant %Lg */ 1126 (*rnp)->u.value.u.floating); 1962 * have to implement the floating-point types in a platform-independent 1966 /* LINTED 248: floating-point constant out of range */ 1999 long double lv = tn->u.ops.left->u.value.u.floating; 2000 long double rv = is_binary(tn) ? tn->u.ops.right->u.value.u.floating 2005 v->u.floating = lv; 2008 v->u.floating = -lv; 2011 v->u.floating = lv * rv; 2017 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:__anon8368::__anon8369 666 ? 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 | 654 /* floating-point constant out of range */ 659 /* floating-point constant out of range */ 667 /* floating-point constant out of range */ 675 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 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/arch/vax/vax/ |
| emulate.S | 863 Le_float: # move with floating sign character
|